kimi-code/apps
Kaiyi fef49beb9d test(cli): guarantee print stream-json covers every protocol event
Add a `Record<Event['type'], StreamJsonRoute>` coverage table that classifies
every protocol event by how print mode's stream-json output treats it. Because
it is keyed by the full event union, adding a new event type fails `typecheck`
until it is explicitly classified, so print mode can never silently drop a new
event. A companion test keeps the notification/activity/tool_progress rows in
sync with the mappers in run-prompt.ts (now exported for testing).
2026-06-29 19:54:41 +08:00
..
kimi-code test(cli): guarantee print stream-json covers every protocol event 2026-06-29 19:54:41 +08:00
kimi-web feat(web): preserve side panel and scope input history per session (#1181) 2026-06-29 01:52:08 +08:00
vis feat(web): introduce Kimi web app and daemon gateway (#625) 2026-06-17 20:53:46 +08:00