dsh-repeat-stop
Denies the next tool call after a configurable streak of consecutive identical calls with the same arguments.
在连续相同参数的同一工具调用达到可配置次数后,拒绝下一次调用。
How to install
dsh plugin add github:173787247/dsh-repeat-stop About
dsh-repeat-stop DeepSeek Harness plugin: **hard-stop** consecutive identical tool calls. Official repeat-tool-reminder only advises (default at 3 / 5 / 8) and never blocks. After a streak of the same tool with the same arguments, this plugin **denies the next call** so the agent cannot spin in place. 默认:连续 **6** 次相同调用可以执行,**第 7 次**被拦。换参数、换工具、或用户再发一条消息都会清零计数。 Install sh dsh plugin --profile web add github:173787247/dsh-repeat-stop or a local checkout: dsh plugin --profile web add /absolute/path/to/dsh-repeat-stop Restart dsh web. No new tool appears. When it fires, Trajectory shows a tool error…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 1
- mo. downloads
- –
- Last push
- 2026-08-25
- Created
- 2026-08-19
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- deepseek-harness, dsh-plugin, loop
Related plugins
dsh-auth-gateway
xbzbing/dsh-auth-gateway
Password + TOTP two-factor authentication gateway for the dsh web UI: every HTTP request and WebSocket upgrade is refused until login, with per-source lockout, global rate limits and one-time backup codes.
dsh-approval-llm
Letter2025/dsh-approval-llm
Model-based permission approval: an approval-request answerer backed by a separate reviewer model.
dsh-auto-review
PerryLink/dsh-auto-review
Second-model auto-review on the approval answerer chain: a read-only reviewer subagent returns structured allow/deny verdicts with reasons, fail-closed by default.
dsh-yolo-mode
SeverusZh/dsh-yolo-mode
LLM auto-approval for sandbox escalation requests, with presets and a fail-closed fallback.