kimi-code/packages
Kaiyi 3baf993d55 fix(flow): close the flag-disable race across prompt submission
A flow activation enqueued behind an active turn could slip past the
flag-disable cleanup: the disable listener scans queuedFlowPrompts
before the post-await tracking ran, leaving the prompt to launch the
supervisor blueprint with no flow runtime. Both the bundled and the
single-activation paths now re-check the flag right after tracking the
handle and abort the prompt (discarding its pending activation and
carried definition) when the flag went off during the await.
2026-08-20 17:51:54 +08:00
..
acp-adapter ci: release packages (#2932) 2026-08-18 19:19:18 +08:00
acp-server Merge origin/main into feat/flow-feature 2026-08-20 16:43:18 +08:00
agent-core fix: fail fast on provider-filtered empty responses (#3101) 2026-08-20 11:55:26 +08:00
agent-core-v2 fix(flow): close the flag-disable race across prompt submission 2026-08-20 17:51:54 +08:00
kaos chore: drop #/ import array fallbacks and custom resolution plugins (#1594) 2026-07-13 16:37:35 +08:00
kap-server Merge origin/main into feat/flow-feature 2026-08-20 16:43:18 +08:00
klient refactor(agent-core-v2): migrate agent domains to model-as-container architecture (#3103) 2026-08-20 16:06:59 +08:00
kosong fix: fail fast on provider-filtered empty responses (#3101) 2026-08-20 11:55:26 +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 refactor(agent-core-v2): migrate agent domains to model-as-container architecture (#3103) 2026-08-20 16:06:59 +08:00
oauth feat(kimi-code): support two OAuth login endpoints (#2862) 2026-08-20 11:24:02 +08:00
pi-tui ci: release packages (#2932) 2026-08-18 19:19:18 +08:00
protocol Merge origin/main into feat/flow-feature 2026-08-20 16:43:18 +08:00
telemetry feat(kimi-code): support two OAuth login endpoints (#2862) 2026-08-20 11:24:02 +08:00
transcript feat: project prompt attachments into the live transcript and clear the transcript goal on clear (#3088) 2026-08-19 18:38:21 +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