duntansen/dsh-update-checker
duntansen★ 2JavaScript最后同步: 2026-08-14
DSH web plugin: check DeepSeek Harness updates from Settings (dsh --version vs npm latest/next) | DSH Web 插件:在设置页自检 DeepSeek Harness 是否有新版本(本地版本 vs npm 最新版)
README 摘要
dsh-update-checker English 中文 A DeepSeek Harness (DSH) web plugin that checks whether your local Harness is up to date — right from Settings. English : Check DeepSeek Harness updates from Settings (local dsh --version vs npm latest / next ). 中文 : 在设置页一键自检 DeepSeek Harness 是否有新版本(本地 dsh --version vs npm 最新版)。 Features - Update check : reads the local version via dsh --version , compares it with the npm registry latest / next dist-tags of @deepseek-ai/dsh - One-click update : when a new version is found, click a button to run npx -y @deepseek-ai/dsh@latest and watch the live install progress in the page - Version timeline : shows the most recent 8 published versions with release dates, highlighting your current version - Auto-check & notifications : re-checks every 6 hours while the Settings page is open; a browser system notification fires when a new version is detected - Check history : the last 10 checks are saved to /.dsh/dsh-update-checker-history.json and shown in the page - Semantic version comparison (handles rc prerelease segments correctly) Install From GitHub: Then restart dsh web and open the GUI. Open Settings → Update Check to use it. Usage Open Settings → Update Check …
在 GitHub 查看完整 README →