mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-09 17:29:12 +00:00
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.
199 B
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.