Asteroid0449/dsh-restart-resume0

dsh-restart-resume

Drain-aware supervised restart, Web status countdown, and same-session continuation for DeepSeek Harness.

AI 分析

核心用途是提供受监督的安全重启与无缝会话恢复。适合需要频繁更新配置或插件,且不希望中断当前对话上下文的 DSH 用户。

パッケージ
dsh-restart-resume
バージョン
0.2.2
ライセンス
MIT
最終更新
2026/08/21

インストール

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

ドキュメント

README 全文を読む ↗

配置

配置项默认值范围/作用
defaultDelaySeconds105–3600,进入排空前的计划延迟
drainTimeoutSeconds1800300–86400,等待工作排空的上限
finalCountdownSeconds105–300,退出前的最终倒计时
pollIntervalMs250100–2000,状态检查间隔
maxRestarts / restartWindowSeconds见 patch重启频率上限
resumeTtlSeconds86400待续接 marker 有效期
resumePrompt内置安全提示追加到原会话的固定续接文本

单次 dsh_restart 可设置 delaySecondsmaxWaitSecondsresumeModeafterRestart,但不能突破安全下限。