xiaohj233/dsh-resume0

dsh-resume

通过空提交恢复中断的 DSH 轮次,并在进程关闭时恢复正在运行的会话或子智能体。

AI 分析

核心用途是挽救因异常中断、服务重启而未完成的对话轮次。适合经常运行耗时较长的 Agent 任务、需要断点续传和状态恢复的用户。

包名
dsh-resume
版本
0.2.0
许可证
MIT
最近更新
2026年8月14日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:xiaohj233/dsh-resume

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.