leonardoxr/dsh-harness-updater0

dsh-harness-updater

检测 Claude Code 和 Codex CLI 更新,提示用户并执行特定渠道的升级。

AI 分析

核心用途是自动检测并一键升级 DSH 依赖的底层 CLI 工具。适合希望保持开发工具链处于最新版本、免去手动 npm 升级烦恼的 DSH 用户。

套件
dsh-harness-updater
版本
0.1.0
授權
MIT
最近更新
2026年8月24日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:leonardoxr/dsh-harness-updater

Configuration

All fields are editable in DSH Settings → Plugins → Harness updater (restart applies):

FieldDefaultMeaning
enableUpdateCheckstrueQuery npm for latest versions
statusRefreshIntervalMs900000Background status poll interval (min 60000)
hoverRefreshMinAgeMs30000Min age before a forced refresh is allowed (min 5000)
probeTimeoutMs5000Timeout for each --version probe (min 1000)
latestTimeoutMs4000Timeout for each registry lookup (min 1000)
latestVersionTtlMs3600000Registry result cache lifetime (min 30000)
updateTimeoutMs300000Hard timeout for an update command (min 30000)
claudeCommand / codexCommand / npmCommandclaude/codex/npmExecutables to use