載入中...
載入中...
CodeNib 是 arXiv 論文提出的多視圖 repository context serving 系統,針對每個 commit 維護 lexical、dense、structural views,提供搜尋、符號導航與 bounded context,目標是降低 coding agent 重複探索與 token 成本。
高見龍在 iT 邦幫忙 / 個人 Blog 開始 30 天系列,打算用 Python 手刻一個教學用 coding agent「KeSi」。Day 01 的重點不是複製 Claude Code,而是拆掉 agent 的魔法感:核心是模型、while loop、工具呼叫與 context 管理;真正動手與權限把關的是本機程式,不是遠端模型。