frostming/dsh-auto-update0

dsh-auto-update

DeepSeek Harness (dsh) 的启动自动更新器:在开机时检查一次 npm 注册表,并可选择自动安装较新版本。

AI 分析

核心用途是实现 DSH 的自动检查更新与升级。适合希望保持 DSH 处于最新版本、减少手动更新操作的用户。支持通知模式或自动安装模式。

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

安装

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

配置项

默认值说明
channels["latest", "next"]按优先级咨询的 dist-tag
startupDelayMs5000启动后检查的延迟,毫秒
mode"notify""notify""install"
installCommandnpm install -g {package}@{version}安装命令模板
stateFile~/.dsh/dsh-auto-update-state.json状态文件路径
verbosetrue是否打印检查日志