kimi-code/.changeset/server-v2-interaction-events.md
7Sageer b1103bb343 fix(server-v2): broadcast interaction question/approval events over v1 WS
The v1-compat SessionEventBroadcaster only forwarded agent wire signals
and model catalog events, so pending questions and approvals created via
the session interaction service never reached v1 WS clients (kimi-web)
in real time — they only appeared after a page refresh via the REST
snapshot. Subscribe to ISessionInteractionService per session and
synthesize durable event.question.requested/answered/dismissed and
event.approval.requested/resolved envelopes through the existing
seq/journal/fan-out pipeline.
2026-07-06 16:34:38 +08:00

199 B

@moonshot-ai/kimi-code
patch

Fix approval and question prompts not appearing in real time for web clients connected to the v2 server; they previously only showed up after a page refresh.