dsh-updater
Dual-mode (git checkout / npm global) auto-update plugin for DeepSeek Harness
AI Analysis
核心用途是实现 DSH 的自动检查与应用更新。适合需要定时检测新版本、支持自动应用更新或通过 Web 面板手动管理版本的 DSH 用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:GodCC6/dsh-updaterREADME
Read the full README ↗配置
默认值定义在 cordis.patch.yml 的 patch 行中:
| 字段 | 默认值 | 说明 |
|---|---|---|
checkOnStart | true | 插件启动时是否立即检查更新 |
checkIntervalMinutes | 30 | 定时检查间隔(分钟) |
autoApply | false | 检测到更新后是否自动应用 |
idleQuietMs | 120000 | 空闲静默阈值(毫秒) |
npmDistTag | latest | npm 形态更新所用的 dist-tag |
integrationsDir | ~/.dsh/integrations | integrations 目录路径 |