stuarthu/dsh-update-notifier0

dsh-update-notifier

每小时检查一次已安装的 DeepSeek Harness 插件在 npm 上的新版本,并在 Web 界面弹出升级确认气泡,经批准后交由 Agent 执行升级。

AI 分析

核心用途是自动化监控并提醒 DSH 插件的版本更新。适合希望保持系统插件最新、简化维护流程的用户。需要 Node 18+ 环境。

包名
dsh-update-notifier
版本
0.2.1
许可证
MIT
最近更新
2026年8月16日

安装

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

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)