kimi-code/packages
haozhe.yang 3287b8fc0f refactor(agent-core-v2): move web to app, split WebSearch into auth
- Move the `web` domain from src/agent/web to src/app/web; it now owns only
  the auth-independent FetchURL (tool, UrlFetcher contract, and the local and
  Moonshot fetch providers).
- Move WebSearch (tool, WebSearchProvider contract, MoonshotWebSearchProvider)
  into the KimiOAuth auth domain under src/app/auth/webSearch, since it needs
  an authenticated backend.
- Replace the Agent-scope IAgentWebService registrar with registerTool
  contributions fed by new App-scope seams (IWebFetchService,
  IWebSearchProviderService), because the tool registry is Agent-scoped.
- Add documented auth>tool / auth>toolRegistry layer exceptions and update the
  DI scope-domain graph.
2026-07-03 15:43:17 +08:00
..
acp-adapter refactor(agent-core-v2): turn end reason 2026-07-03 10:50:12 +08:00
agent-core refactor(agent-core-v2): turn end reason 2026-07-03 10:50:12 +08:00
agent-core-v2 refactor(agent-core-v2): move web to app, split WebSearch into auth 2026-07-03 15:43:17 +08:00
kaos ci: run unit tests on windows (#1037) 2026-06-26 11:56:41 +08:00
kimi-migration-legacy feat(web): introduce Kimi web app and daemon gateway (#625) 2026-06-17 20:53:46 +08:00
kosong feat(timing): split TTFT into api-server and client portions (#1228) 2026-06-30 19:15:02 +08:00
migration-legacy ci: run unit tests on windows (#1037) 2026-06-26 11:56:41 +08:00
minidb perf(minidb): add dt-ordered limit fast path for queries 2026-07-02 01:07:19 +08:00
node-sdk feat: support plugin slash commands (#1204) 2026-06-30 19:38:01 +08:00
oauth feat(server): auto-refresh provider model catalog and push change events (#1207) 2026-06-30 12:29:10 +08:00
protocol refactor(agent-core-v2): turn end reason 2026-07-03 10:50:12 +08:00
server Merge remote-tracking branch 'origin/kimi-code-v2' into kimi-code-v2 2026-07-03 14:04:20 +08:00
server-e2e feat(agent-core-v2): drop @moonshot-ai/kosong dependency and internalize providers 2026-07-02 21:46:02 +08:00
server-v2 refactor(agent-core-v2,server-v2): merge terminal backend into HostTerminalService 2026-07-03 13:37:46 +08:00
telemetry ci: run unit tests on windows (#1037) 2026-06-26 11:56:41 +08:00