viego-qiin/dsh-loop-detector ↗★ 0
dsh-loop-detector
死循环/重复输出检测插件 for DeepSeek Harness (dsh): 文本重复检测 + 工具调用意图级重复检测, 命中后自动 steer 重试 / cancel 强制中断
AI Analysis
核心用途是检测文本和工具调用意图级别的重复,防止 Agent 陷入死循环。适合需要自动引导重试或强制中断异常重复输出任务的用户。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗Configuration
| Field | Default | Meaning |
|---|---|---|
minLen | 512 | Start text detection only after this many characters (avoid false positives on short replies) |
maxRetries | 1 | Times to auto-retry via steer before hard cancel |
checkReasoning | true | Also scan reasoning (thinking) content for repetition |