mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-08-23 23:56:41 +00:00
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. |
||
|---|---|---|
| .. | ||
| docs | ||
| scripts | ||
| src | ||
| test | ||
| AGENTS.md | ||
| CHANGELOG.md | ||
| package.json | ||
| tsconfig.contract.json | ||
| tsconfig.json | ||
| tsdown.config.ts | ||
| vitest.config.ts | ||