stuarthu/dsh-update-notifier ↗★ 0
dsh-update-notifier
每小时检查一次已安装的 DeepSeek Harness 插件在 npm 上的新版本,并在 Web 界面弹出升级确认气泡,经批准后交由 Agent 执行升级。
AI 分析
核心用途是自动化监控并提醒 DSH 插件的版本更新。适合希望保持系统插件最新、简化维护流程的用户。需要 Node 18+ 环境。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:stuarthu/dsh-update-notifier说明文档
阅读完整 README ↗Configuration
Set on the update-notifier row in your profile's cordis.patch.yml:
| Key | Default | Meaning |
|---|---|---|
interval | 3600000 | ms between checks (clamped to a 60000 minimum) |
initialDelay | 10000 | ms before the first check after boot |
registry | https://registry.npmjs.org | npm-compatible registry to query |
exclude | [] | package names to never check or mention |
fetchTimeout | 10000 | per-request registry timeout, ms (minimum 1000) |
profileDir | auto | absolute path to the profile dir (auto-detected from the loader base URL if omitted) |