viego-qiin/dsh-loop-detector ↗★ 0
dsh-loop-detector
死循环/重复输出检测插件 for DeepSeek Harness (dsh): 文本重复检测 + 工具调用意图级重复检测, 命中后自动 steer 重试 / cancel 强制中断
AI 분석
核心用途是检测文本和工具调用意图级别的重复,防止 Agent 陷入死循环。适合需要自动引导重试或强制中断异常重复输出任务的用户。
설치
검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 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 |