viego-qiin/dsh-loop-detector ↗★ 0
dsh-loop-detector
DSH 死循环与重复输出检测插件
AI 分析
核心用途是检测文本和工具调用意图级别的重复,防止 Agent 陷入死循环。适合需要自动引导重试或强制中断异常重复输出任务的用户。
安裝
此插件尚未提供可驗證的 bundle,或相容性檢查未通過。請先閱讀倉庫說明。 閱讀完整 README ↗
說明文件
閱讀完整 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 |