mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-08-18 13:15:51 +00:00
* feat(agent-core): add dead-end detection for repeated tool calls - inject stronger dead-end reminder at streak 10 and force-stop turn at streak 15 - emit `tool_call_repeat` telemetry events for streak >= 2 - pass telemetry client from TurnFlow to ToolCallDeduplicator - add comprehensive tests for dead-end stop and telemetry behavior * fix(agent-core): tune tool-dedup thresholds and preserve isError state - Lower repeat-reminder thresholds to 3, 5, 8 and force-stop to 12 - Force-stop no longer overrides successful tool results to isError - Move stopTurn field into ExecutableToolSuccessResult for explicit loop-control without requiring isError |
||
|---|---|---|
| .. | ||
| tool-dedup.test.ts | ||