frostming/dsh-auto-update ↗★ 0
dsh-auto-update
DeepSeek Harness (dsh) 的启动自动更新器:在开机时检查一次 npm 注册表,并可选择自动安装较新版本。
AI 分析
核心用途是实现 DSH 的自动检查更新与升级。适合希望保持 DSH 处于最新版本、减少手动更新操作的用户。支持通知模式或自动安装模式。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:frostming/dsh-auto-update说明文档
阅读完整 README ↗配置项
| 键 | 默认值 | 说明 |
|---|---|---|
channels | ["latest", "next"] | 按优先级咨询的 dist-tag |
startupDelayMs | 5000 | 启动后检查的延迟,毫秒 |
mode | "notify" | "notify" 或 "install" |
installCommand | npm install -g {package}@{version} | 安装命令模板 |
stateFile | ~/.dsh/dsh-auto-update-state.json | 状态文件路径 |
verbose | true | 是否打印检查日志 |