kimi-code/apps
Kaiyi d5ee53d61a fix(flow): namespace projected skills, unbounded queued activations, steer-merge guard
Review round 33:

- Projected flow skills now live under their own catalog namespace
  (flow:<id>), so a flow can never shadow an ordinary skill with the
  same id; the TUI and ACP slash builders pass the name through
  instead of prefixing, which also fixes queued-prompt recall text
  losing the /flow: prefix.
- The pending-activation map no longer caps at eight entries: a
  deep queue of admitted flow prompts keeps every activation, since a
  silent eviction would deliver a blueprint whose run never starts
  (leftover entries from aborted prompts are small and bounded by
  user action).
- A steered prompt that merged several flow activations starts only
  the first and clears the rest, so a later reconciliation cannot
  surprise-start the second flow against the same merged prompt.
- The live flag-flip status publisher runs only on the main agent, so
  a worker's null frame can no longer race the session's flow
  indicator.
2026-08-19 12:03:34 +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): validate gate display args, scope the VS Code Reject label to flow gates 2026-08-19 05:58:11 +08:00