kimi-code/packages
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
..
acp-adapter ci: release packages (#2881) 2026-08-14 20:51:17 +08:00
acp-server fix(flow): reject multi-flow steers, drop session-wide approval from ACP flow gates 2026-08-19 13:04:49 +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): reject queued-concurrent activations, downgrade VS Code gate session approvals, unbounded activation data 2026-08-19 13:35:06 +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