stuarthu/dsh-update-notifier ↗★ 0
dsh-update-notifier
Hourly checks npm for newer versions of your installed DeepSeek Harness (dsh) plugins and pops an approval bubble asking which to upgrade; approved upgrades are handed to the agent to run.
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) |