mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-08-25 16:46:17 +00:00
Forward event.session.created to WS clients (it was published on the core bus but never forwarded) and re-emit event.session.status_changed(running) on turn.started. v2 derives session status via ISessionActivity, a pure pull that publishes nothing, so these v1 broadcasts were dropped: clients that did not issue a create never learned the session existed, and the running transition never reached kimi-web, whose Stop button is gated on session.status === 'running'. Mirrors v1's SessionService status emission and isGlobalSessionEvent fan-out. |
||
|---|---|---|
| .. | ||
| acp-adapter | ||
| agent-core | ||
| agent-core-v2 | ||
| kaos | ||
| kap-server | ||
| kosong | ||
| migration-legacy | ||
| minidb | ||
| node-sdk | ||
| oauth | ||
| pi-tui | ||
| protocol | ||
| server | ||
| server-e2e | ||
| telemetry | ||