kimi-code/apps
Kaiyi df294b0b4a fix(flow): reject queued-concurrent activations, downgrade VS Code gate session approvals, unbounded activation data
Review round 38:

- The activation entry points also reject a flow activation while one
  is already queued (pending, not yet consumed at a step head), so two
  flow prompts admitted behind a running turn no longer deliver a
  second blueprint whose run never starts.
- The VS Code webview downgrades approve_for_session on a flow gate
  to a one-shot approval — the engine re-asks every human gate, so
  recording a session rule would promise what is never honored
  (mirrors the ACP option change).
- The activation-data store no longer caps entries (a concurrent
  burst could evict a definition before its SkillActivated consumed
  it); failure paths in both entry points now discard what they
  stored.
2026-08-19 13:35:06 +08:00
..
kimi-code fix(flow): namespace projected skills, unbounded queued activations, steer-merge guard 2026-08-19 12:03:34 +08:00
kimi-inspect feat(kap-server): add workspace fs:suggest file completion endpoint (#3019) 2026-08-18 11:53:48 +08:00
vis feat(agent-core): add tower command to orchestrate multi-agents (#2633) 2026-08-16 15:13:42 +08:00
vscode fix(flow): reject queued-concurrent activations, downgrade VS Code gate session approvals, unbounded activation data 2026-08-19 13:35:06 +08:00