kimi-code/packages
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
..
acp-adapter ci: release packages (#2881) 2026-08-14 20:51:17 +08:00
acp-server fix(flow): namespace projected skills, unbounded queued activations, steer-merge guard 2026-08-19 12:03:34 +08:00
agent-core test: drop the assertion for the removed ambiguous-means-task example (#3030) 2026-08-18 15:02:17 +08:00
agent-core-v2 fix(flow): namespace projected skills, unbounded queued activations, steer-merge guard 2026-08-19 12:03:34 +08:00
kaos chore: drop #/ import array fallbacks and custom resolution plugins (#1594) 2026-07-13 16:37:35 +08:00
kap-server fix(flow): namespace projected skills, unbounded queued activations, steer-merge guard 2026-08-19 12:03:34 +08:00
klient feat(kap-server): accept bundled skill activations on the prompt submission route (#2982) 2026-08-18 14:57:13 +08:00
kosong chore: remove internal-network references from comments and test fixtures (#3029) 2026-08-18 14:14:56 +08:00
migration-legacy ci: release packages (#1767) 2026-07-16 18:54:29 +08:00
minidb test(minidb): deflake the evict-lru compaction-churn guard (#2892) 2026-08-13 21:00:56 +08:00
node-sdk fix(kimi-code): revert the todo panel to its pre-turn state on undo (#3016) 2026-08-18 12:00:19 +08:00
oauth ci: release packages (#2881) 2026-08-14 20:51:17 +08:00
pi-tui feat(kimi-code): recognize multiple inline skill activations in one prompt (#2935) 2026-08-17 00:09:18 +08:00
protocol fix(flow): serialize flow calls per response and type flowRun in the SDK contract 2026-08-19 00:51:16 +08:00
telemetry fix: close two silent-exit vectors around unhandled rejections (#1758) 2026-07-16 02:14:14 +08:00
transcript refactor(agent-core-v2): strip comments from agent-core-v2, kap-server, and transcript (#3010) 2026-08-18 00:30:49 +08:00
tree-sitter-bash feat(tree-sitter-bash): add a pure-TypeScript bash parser and an agent-core-v2 bashParser service (#2016) 2026-07-28 14:29:08 +08:00