dsh-auto-goal-resume
Automatically resumes active goal sessions after DSH restart; long-running tasks continue without a manual nudge.
DSH 重启后自动续跑有活跃目标的会话,无需人工说「继续」。
How to install
dsh plugin add auto-goal-resume About
dsh-auto-goal-resume DeepSeek Harness 插件 —— **DSH 重启后,自动续跑有活跃目标(goal)的会话,无需人工说"继续"。** 当你在 DSH 里让 AI 执行一个长任务(多阶段、跨多轮),中途进程重启或升级后,任务会默认停在原地——因为 DSH 的 goal 系统刻意不持久化"继续执行的授权"。本插件把这个授权步骤自动化:重启后自动扫描、恢复 agent、重新武装目标,让 goal-round-driver 无缝接续剩余工作。 --- 目录 背景:为什么需要这个插件 功能特性 工作原理 安装 验证与日志 端到端测试示例 安全与限制 常见问题 FAQ 许可证 --- 背景:为什么需要这个插件 DSH 的 goal 系统(同会话目标)把**目标本身**——目标文本、生命周期阶段(active / paused / blocked / complete)、已跑轮次——作为 goal/change 事件持久化到会话日志。这部分跨重启存活。 但**"继续执行的授权"(activation)永不持久化**,这是刻意的安全设计: 每次进程重启、会话恢复(agent/session-start)、或 fork,目标都会被 **disarm**(解除武装); disarm 之后,goal-round-driver(自动轮次驱动)不会启动任何新轮次; 必须…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 1
- mo. downloads
- –
- Last push
- 2026-08-16
- Created
- 2026-08-16
Links
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- dsh-plugin
Related plugins
deja-vu
vshulcz/deja-vu
One memory shared by Claude Code, Codex, Cursor, Copilot CLI, OpenClaw and 20 more coding agents, built from the session history already on disk. A fix found in one agent comes back in any of them, including months of sessions from before you installed it. No LLM, no embeddings, one local Go binary.
dsh-turn-rewind
Anionex/dsh-turn-rewind
Rewind conversation and workspace state, powered by a persistent Change Ledger.
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-message-edit
Moeblack/dsh-message-edit
Branch-based message editing, reroll, retry, and a version timeline.