dsh-repeat-stop
Hard-stop consecutive identical DeepSeek Harness tool calls after a configurable streak.
9 results
Hard-stop consecutive identical DeepSeek Harness tool calls after a configurable streak.
Stop runaway agent loops in DeepSeek Harness: denies repeated identical tool calls and enforces a per-agent call cap, outside the model where instructions cannot reach.
Real-time repetition guard for DeepSeek Harness (DSH): stops model generation when the same string repeats >=10 times in the streamed output. 实时检测 DSH 大模型流式输出中的重复内容,同一字符串重复十次以上立即停止生成。
Configurable user-confirmed lessons that help DeepSeek Harness avoid repeating mistakes.
DeepSeek Harness task-protection plugin: plugin preflight scanner (catches missing `inject` declarations that crash the host), loop detection (repeated identical tool calls -> steer to a new approach), recursion guard (nested subagent depth cap), and interruption awareness (status route with safeToRestart). Never terminates tasks — only steers via injected messages. Zero npm dependencies.
Result-aware stuck-loop guard for DeepSeek Harness: advisory nudges plus a monotonic hard stop. Only repeats with identical results count, so progressing polls and post-edit re-reads never trigger.
重复字符串
Performance diagnosis, repeated plugin isolation campaigns, safe recovery, and measured verification for DeepSeek Harness
DeepSeek Harness plugin that blocks repeated identical failed tool calls