dsh-resume
Resume interrupted DSH turns from an empty submit and restore sessions or subagents that were running at process shutdown.
AI Analysis
核心用途是挽救因异常中断、服务重启而未完成的对话轮次。适合经常运行耗时较长的 Agent 任务、需要断点续传和状态恢复的用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:xiaohj233/dsh-resumeREADME
Read the full README ↗Configuration
Override the dsh-resume row in a later profile patch when needed:
- id: dsh-resume
config:
enabled: true
restoreDelayMs: 2000
enabled controls startup restoration. Runtime tracking remains active so a later enabled boot can restore the recorded set.