mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-08-26 17:14:33 +00:00
Review round 5: - Consecutive AI-gated passes (or FlowStart followed by a pass) in one response each saw the stage their predecessor had just advanced to, so a single response could sail through several gates without any dispatched work in between. The service hook now vetoes any flow call preceded by another flow call in the same response — verdicts go one response at a time (this also subsumes the gate-review duplicate check, which moves up from FlowGateReview). - The shared @moonshot-ai/protocol AgentStatusUpdatedEvent (re-exported through the SDK) now carries the flowRun field kap-server already emits, so TypeScript clients consume it without a cast. |
||
|---|---|---|
| .. | ||
| src | ||
| CHANGELOG.md | ||
| package.json | ||
| tsconfig.json | ||
| tsdown.config.ts | ||
| vitest.config.ts | ||