kimi-code/packages
haozhe.yang aa51c5bbf0 refactor(agent-core-v2): extract mcpCore and workspaceMcpConfig domains
- move the scope-agnostic MCP connection layer (stdio/http/sse clients,
  connection manager, oauth, config schema, tool naming) from agent/mcp
  to the new mcpCore domain
- move the [mcp] config section to app/mcpConfig and OAuth credential
  persistence to app/mcpConfig/oauthStore
- introduce the workspace/workspaceMcpConfig domain owning the effective
  MCP server set (mcp.json files + plugin contributions, refreshed by
  fs watch); workspaceMcp keeps pure connection orchestration
- update the plugin domain, session MCP handle, klient/node-sdk
  contracts, and tests accordingly
2026-07-29 23:24:19 +08:00
..
acp-adapter feat(agent-core-v2): collect workspace resources into the handler scope 2026-07-29 18:26:56 +08:00
agent-core feat(agent-core-v2): let plugins contribute system prompt instructions via the manifest systemPrompt field (#2314) 2026-07-29 20:30:07 +08:00
agent-core-v2 refactor(agent-core-v2): extract mcpCore and workspaceMcpConfig domains 2026-07-29 23:24:19 +08:00
kaos chore: drop #/ import array fallbacks and custom resolution plugins (#1594) 2026-07-13 16:37:35 +08:00
kap-server Merge remote-tracking branch 'origin/main' into feat/workspace-domain 2026-07-29 20:38:17 +08:00
klient refactor(agent-core-v2): extract mcpCore and workspaceMcpConfig domains 2026-07-29 23:24:19 +08:00
kosong fix(kosong): match Kimi's standalone "Unsupported image." rejection (#2362) 2026-07-29 18:54:07 +08:00
migration-legacy ci: release packages (#1767) 2026-07-16 18:54:29 +08:00
minidb feat(kap-server): add global message search with literal and live-session modes (#2321) 2026-07-28 21:47:50 +08:00
node-sdk refactor(agent-core-v2): extract mcpCore and workspaceMcpConfig domains 2026-07-29 23:24:19 +08:00
oauth feat(oauth): return structured managed usage rows (#2300) 2026-07-28 15:03:25 +08:00
pi-tui ci: release packages (#1989) 2026-07-22 17:24:39 +08:00
protocol feat(server): remove the 50 MiB upload size cap and stream uploads to disk (#2312) 2026-07-28 17:01:45 +08:00
telemetry fix: close two silent-exit vectors around unhandled rejections (#1758) 2026-07-16 02:14:14 +08:00
transcript feat(kap-server): global session work status, transcript subscribe_v2, and plan endpoint (#2094) 2026-07-23 18:48:25 +08:00
tree-sitter-bash feat(tree-sitter-bash): add a pure-TypeScript bash parser and an agent-core-v2 bashParser service (#2016) 2026-07-28 14:29:08 +08:00