dsh-resume
通过空提交恢复中断的 DSH 轮次,并在进程关闭时恢复正在运行的会话或子智能体。
AI 分析
核心用途是挽救因异常中断、服务重启而未完成的对话轮次。适合经常运行耗时较长的 Agent 任务、需要断点续传和状态恢复的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:xiaohj233/dsh-resume说明文档
阅读完整 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.