dsh-auto-continue¶
| 类型 | 工作流 | 分类 | 自动化 |
| 星数 | ⭐12 | 状态 | ✅ 活跃 |
| 能力 | automation, ui | 更新时间 | 2026-08-15 |
📖 项目简介¶
For DeepSeek Harness (dsh web): whenever a request in the web GUI gets interrupted by a non-human cause, the plugin simulates the user typing 「继续」 and sends it, so the agent keeps working without manual intervention. The message enters the session log exactly like a manual prompt — the model sees it, and the interrupted work resumes. Smart recovery (all configurable): - Error classification — transient failures (network / timeo
✨ 核心特性¶
- Error classification — transient failures (network / timeout / 5xx / 429…) are auto-resumed; permanent ones are skipped and notified
- Adaptive backoff — consecutive failures wait longer each time (cooldown × factor: 20s → 40s → 80s…), capped at the max backoff, instead
- Templated continue text —
continueTextsupports{code}{message}{status}{tool}{turn}placeholders, so the resume message - Browser notifications — optional alerts when auto-continue fires, gives up, or hits a permanent error; the browser asks for permission o
📦 安装¶
dsh plugin --profile web add dsh-client-auto-continue
dsh web
🚀 快速开始¶
dsh plugin --profile web add github:HsiangNianian/dsh-auto-continue
dsh web