dsh-attention-health
Content-degradation detection (thinking loops, output repetition) for DeepSeek Harness, with a continue-vs-handoff cost verdict and zero-model handoff documents.
内容退化检测(思考打转、输出复读)+ 继续/交接成本裁决 + 零模型交接文档。
How to install
dsh plugin add dsh-attention-health About
dsh-attention-health **会话越跑越傻、越跑越贵的时候,你需要一个"该不该交接"的判断和一个可信的交接文档。** 这个插件读**真实会话日志**(不联网、零 token)做三件事: 1. **内容退化检测** —— 思考打转、输出复读、守卫命中; 2. **"继续 vs 交接"的账** —— 用官方价格与真实缓存命中率,算清换会话划不划算; 3. **机械生成交接文档** —— **绝不用模型写**:该交接的时刻,正是模型不可靠的时刻。 **当前状态:三个阶段均已落地并实测生效**(离线工具 → host 插件 projection → Web UI 提示条)。 --- 安装 标准 DSH 插件包(host + 浏览器双面,一个包): bash dsh plugin --profile web add -w dsh-attention-health **-w 不能省**:profile 自身是 pnpm workspace 根,否则会报 ERR_PNPM_ADDING_TO_ROOT; 包管理器请用**与 profile 一致的 pnpm 主版本**(profile 的 node_modules/.modules.yaml 记着 创建它的版本;版本不一致会报 ERR_PNPM_VIRTUAL_STORE_DIR_MAX_LENGTH_DIFF); 从源码/Git…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-09-24
- Created
- 2026-09-20
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- deepseek-harness, dsh-plugin
Related plugins
DSH-EasyRewrite
Renzic-Stone/DSH-EasyRewrite
Inline-edit and recall your own user messages in dsh web — lazily and seamlessly, with a version pager and per-session draft persistence.
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-chat-recovery
Chat recovery for DSH: edit the last finished user message and explicitly retry failed turns, both via session-fork branches that leave the original conversation untouched.
dsh-nested-followups
sluminositys/dsh-nested-followups
Keep branching from any completed answer at any depth while the main session stays untouched.
dsh-session-sync
PerryLink/dsh-session-sync
Cross-device session sync for DeepSeek Harness — syncs sessions and settings between machines through git.