a1113622001/dsh-auto-update ↗★ 0
dsh-auto-update
DeepSeek Harness (cordis) plugin: self-update for the harness launcher — checks npm for a newer @deepseek-ai/dsh, stages it, and applies it on harness exit (or update-and-restart from the web panel).
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:a1113622001/dsh-auto-update说明文档
阅读完整 README ↗配置
| 字段 | 默认 | 说明 |
|---|---|---|
distTag | latest | 跟踪的 npm dist-tag(如 latest / next) |
registry | "" | npm registry 覆盖;留空使用你配置的 registry |
checkOnStart | true | 启动时检查一次 |
checkIntervalMinutes | 240 | 周期检查间隔(分钟);0 关闭周期检查 |
autoStage | true | 发现更新后自动下载并暂存 |
applyOnExit | true | harness 退出时执行分离的应用进程 |
relaunch | false | 应用后按原启动参数自动重启 dsh(面板上的「更新并重启」始终会重启) |
installRoot | "" | 显式指定 harness 安装根目录(自动发现失败时用) |
updateDir | "" | 更新文件目录;默认 $DSH_HOME/updates(C:\Users\\.dsh\updates) |