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 |