dsh-repeat-stop
在连续相同参数的同一工具调用达到可配置次数后,拒绝下一次调用。
Denies the next tool call after a configurable streak of consecutive identical calls with the same arguments.
怎么安装
dsh plugin add github:173787247/dsh-repeat-stop 简介
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…
推荐参考
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 1
- 月下载
- –
- 最近更新
- 2026-08-25
- 创建于
- 2026-08-19
基础安全检查
- 检查结果
- curated 收录但无 npm 包/安装命令
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- deepseek-harness, dsh-plugin, loop
同类推荐
dsh-auth-gateway
xbzbing/dsh-auth-gateway
为 dsh web 提供密码与 TOTP 双因素认证网关:登录前拦截全部 HTTP/WebSocket 请求,含按来源锁定、全局限流与一次性备份代码。
dsh-approval-llm
Letter2025/dsh-approval-llm
基于模型的权限审批:由独立审查模型自动应答 approval 权限请求。
dsh-auto-review
PerryLink/dsh-auto-review
审批链上的第二模型自动审查:只读审查子代理返回带理由的 allow/deny 结构化裁决,默认 fail-closed。
dsh-yolo-mode
SeverusZh/dsh-yolo-mode
沙箱升权申请的 LLM 自动审批:内置预设,fail-closed 兜底。