xiaohj233/dsh-resume0

dsh-resume

Resume interrupted DSH turns from an empty submit and restore sessions or subagents that were running at process shutdown.

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.