dsh-updater
Dual-mode (git checkout / npm global) auto-update plugin for DeepSeek Harness
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:GodCC6/dsh-updater说明文档
阅读完整 README ↗配置
默认值定义在 cordis.patch.yml 的 patch 行中:
| 字段 | 默认值 | 说明 |
|---|---|---|
checkOnStart | true | 插件启动时是否立即检查更新 |
checkIntervalMinutes | 30 | 定时检查间隔(分钟) |
autoApply | false | 检测到更新后是否自动应用 |
idleQuietMs | 120000 | 空闲静默阈值(毫秒) |
npmDistTag | latest | npm 形态更新所用的 dist-tag |
integrationsDir | ~/.dsh/integrations | integrations 目录路径 |