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/08/14

インストール

$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.