mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-09-06 08:11:12 +00:00
- delete wire/signal.ts and drop signal() from IWireService, WireService, and the WireEmission union (now record-only) - remove SignalMap augmentations and wire.signal() calls across loop, mcp, goal, plan, task, skill, usage, swarm, fullCompaction and other domains - re-scope IEventBus to per-agent (Agent scope) and keep IEventService as the global channel, re-exported as GlobalEvent - route Op-derived facts through IEventBus via op toEvent; keep onEmission for the live append-log record stream - update server-v2 ws transport (eventMap, sessionEventBroadcaster) and affected tests |
||
|---|---|---|
| .. | ||
| acp-adapter | ||
| agent-core | ||
| agent-core-v2 | ||
| kaos | ||
| kimi-migration-legacy | ||
| kosong | ||
| migration-legacy | ||
| minidb | ||
| node-sdk | ||
| oauth | ||
| pi-tui | ||
| protocol | ||
| server | ||
| server-e2e | ||
| server-v2 | ||
| telemetry | ||