stuarthu/dsh-update-notifier0

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+ 环境。

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

インストール

$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:

KeyDefaultMeaning
interval3600000ms between checks (clamped to a 60000 minimum)
initialDelay10000ms before the first check after boot
registryhttps://registry.npmjs.orgnpm-compatible registry to query
exclude[]package names to never check or mention
fetchTimeout10000per-request registry timeout, ms (minimum 1000)
profileDirautoabsolute path to the profile dir (auto-detected from the loader base URL if omitted)