a1113622001/dsh-auto-update0

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

包名
dsh-auto-update
版本
0.1.0
许可证
MIT
最近更新
2026年8月21日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:a1113622001/dsh-auto-update

配置

字段默认说明
distTaglatest跟踪的 npm dist-tag(如 latest / next
registry""npm registry 覆盖;留空使用你配置的 registry
checkOnStarttrue启动时检查一次
checkIntervalMinutes240周期检查间隔(分钟);0 关闭周期检查
autoStagetrue发现更新后自动下载并暂存
applyOnExittrueharness 退出时执行分离的应用进程
relaunchfalse应用后按原启动参数自动重启 dsh(面板上的「更新并重启」始终会重启)
installRoot""显式指定 harness 安装根目录(自动发现失败时用)
updateDir""更新文件目录;默认 $DSH_HOME/updatesC:\Users\\.dsh\updates