viego-qiin/dsh-loop-detector0

dsh-loop-detector

死循环/重复输出检测插件 for DeepSeek Harness (dsh): 文本重复检测 + 工具调用意图级重复检测, 命中后自动 steer 重试 / cancel 强制中断

AI 分析

核心用途是检测文本和工具调用意图级别的重复,防止 Agent 陷入死循环。适合需要自动引导重试或强制中断异常重复输出任务的用户。

パッケージ
dsh-loop-detector
バージョン
1.0.0
ライセンス
MIT
最終更新
2026/08/15

インストール

検証済み bundle がないか、互換性チェックに失敗しています。先にリポジトリの説明を読んでください。 README 全文を読む ↗

ドキュメント

README 全文を読む ↗

Configuration

FieldDefaultMeaning
minLen512Start text detection only after this many characters (avoid false positives on short replies)
maxRetries1Times to auto-retry via steer before hard cancel
checkReasoningtrueAlso scan reasoning (thinking) content for repetition