frostming/dsh-auto-update0

dsh-auto-update

Startup auto-updater for DeepSeek Harness (dsh): checks the npm registry once on boot and optionally installs newer versions.

AI 分析

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

パッケージ
dsh-auto-update
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/16

インストール

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

ドキュメント

README 全文を読む ↗

配置项

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