leonardoxr/dsh-harness-updater ↗★ 0
dsh-harness-updater
Detect Claude Code and Codex CLI updates, prompt the user, and run the right channel-specific upgrade
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:leonardoxr/dsh-harness-updater说明文档
阅读完整 README ↗Configuration
All fields are editable in DSH Settings → Plugins → Harness updater (restart applies):
| Field | Default | Meaning |
|---|---|---|
| enableUpdateChecks | true | Query npm for latest versions |
| statusRefreshIntervalMs | 900000 | Background status poll interval (min 60000) |
| hoverRefreshMinAgeMs | 30000 | Min age before a forced refresh is allowed (min 5000) |
| probeTimeoutMs | 5000 | Timeout for each --version probe (min 1000) |
| latestTimeoutMs | 4000 | Timeout for each registry lookup (min 1000) |
| latestVersionTtlMs | 3600000 | Registry result cache lifetime (min 30000) |
| updateTimeoutMs | 300000 | Hard timeout for an update command (min 30000) |
| claudeCommand / codexCommand / npmCommand | claude/codex/npm | Executables to use |