viego-qiin/dsh-loop-detector0

dsh-loop-detector

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

AI Analysis

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

Package
dsh-loop-detector
Version
1.0.0
License
MIT
Last updated
Aug 15, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full 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