kimi-code/packages
haozhe.yang f851cc4776 refactor(agent-core-v2): migrate service hooks to IEventBus events
- replace OrderedHookSlot-based hooks (turn onLaunched/onEnded, context onSpliced, permission approval request/resolve, task onDidNotify, fullCompaction onDidCompact, toolRegistry register/unregister) with IEventBus domain events
- add contextMemory named primitives (append/clear/undo/applyCompaction) on wire-protocol 1.4 ops, retaining splice for replay and rare single-deletes
- update externalHooks, goal, swarm, compaction, context-injector, micro-compaction, and task-notification to subscribe to the new events
- drop removed hook slots from the turn and task test stubs
2026-07-06 20:18:53 +08:00
..
acp-adapter Merge remote-tracking branch 'origin/main' into kimi-code-v2 2026-07-03 15:48:13 +08:00
agent-core Merge remote-tracking branch 'origin/main' into kimi-code-v2 2026-07-03 15:48:13 +08:00
agent-core-v2 refactor(agent-core-v2): migrate service hooks to IEventBus events 2026-07-06 20:18:53 +08:00
kaos fix(kaos): enrich PATH from the user's login shell at startup (#1339) 2026-07-03 15:20:38 +08:00
kimi-migration-legacy feat(web): introduce Kimi web app and daemon gateway (#625) 2026-06-17 20:53:46 +08:00
kosong fix(agent-core): harden tool_use/tool_result exchange integrity (#1340) 2026-07-03 14:26:57 +08:00
migration-legacy chore(agent-core): remove experimental micro compaction (#1317) 2026-07-02 19:50:51 +08:00
minidb perf(minidb): add dt-ordered limit fast path for queries 2026-07-02 01:07:19 +08:00
node-sdk chore(agent-core): remove experimental micro compaction (#1317) 2026-07-02 19:50:51 +08:00
oauth feat: add model alias overrides (#1262) 2026-07-01 19:57:13 +08:00
pi-tui fix(tui): avoid submitting rapid multi-line paste bursts (#1305) 2026-07-03 14:21:02 +08:00
protocol refactor(agent-core-v2): introduce wire model/op state engine 2026-07-06 14:43:33 +08:00
server Merge remote-tracking branch 'origin/main' into kimi-code-v2 2026-07-03 15:48:13 +08:00
server-e2e refactor(agent-core-v2): drop ISessionAgentFileSystem, use os layer 2026-07-03 21:08:00 +08:00
server-v2 refactor(agent-core-v2): retire wire signal channel in favor of IEventBus 2026-07-06 18:30:32 +08:00
telemetry ci: run unit tests on windows (#1037) 2026-06-26 11:56:41 +08:00