kimi-code/packages/agent-core-v2
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
..
docs Merge origin/main into feat/flow-feature 2026-08-20 16:43:18 +08:00
scripts refactor(agent-core-v2): migrate agent domains to model-as-container architecture (#3103) 2026-08-20 16:06:59 +08:00
src fix(flow): close the flag-disable race across prompt submission 2026-08-20 17:51:54 +08:00
test fix(flow): close the flag-disable race across prompt submission 2026-08-20 17:51:54 +08:00
AGENTS.md refactor(agent-core-v2): extract externalHooks into a scope-organized feature (#2805) 2026-08-19 16:52:51 +08:00
CHANGELOG.md ci: release packages (#2881) 2026-08-14 20:51:17 +08:00
package.json refactor(agent-core-v2): replace defineOp/Model with Event2 dispatch and replayable states (#2909) 2026-08-17 17:38:50 +08:00
tsconfig.contract.json feat(v2): land agent-core-v2 engine and kap-server behind experimental flag (#1441) 2026-07-12 21:44:04 +08:00
tsconfig.json feat(v2): land agent-core-v2 engine and kap-server behind experimental flag (#1441) 2026-07-12 21:44:04 +08:00
tsdown.config.ts feat(v2): land agent-core-v2 engine and kap-server behind experimental flag (#1441) 2026-07-12 21:44:04 +08:00
vitest.config.ts fix(agent-core): strip the no-op subagent model parameter while the secondary-model experiment is off (#2449) 2026-07-31 13:09:56 +08:00