Skip to content
dsh.fish

Browse

9 results

Bundle

dsh-repeat-stop

Hard-stop consecutive identical DeepSeek Harness tool calls after a configurable streak.

1737872472
Bundle

dsh-circuit-breaker

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.

pricklywiggles1
Bundle

dsh-dupguard

Real-time repetition guard for DeepSeek Harness (DSH): stops model generation when the same string repeats >=10 times in the streamed output. 实时检测 DSH 大模型流式输出中的重复内容,同一字符串重复十次以上立即停止生成。

zqh2606191
Bundle

dsh-error-improvement

Configurable user-confirmed lessons that help DeepSeek Harness avoid repeating mistakes.

wbushihenshuai-design1
Bundle

dsh-guardian

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.

akira3991
Bundle

dsh-loop-guard

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.

erdholion
Bundle

dsh-performance-guard

Performance diagnosis, repeated plugin isolation campaigns, safe recovery, and measured verification for DeepSeek Harness

qinshige