deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
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 --versionvs npmlatest/next).中文: 在设置页一键自检 DeepSeek Harness 是否有新版本(本地
dsh --versionvs npm 最新版)。
dsh --version, compares it with the npm registry latest / next dist-tags of @deepseek-ai/dshnpx -y @deepseek-ai/dsh@latest and watch the live install progress in the page~/.dsh/dsh-update-checker-history.json and shown in the pagerc prerelease segments correctly)From GitHub:
dsh plugin --profile web add github:duntansen/dsh-update-checker
Then restart dsh web and open the GUI. Open Settings → Update Check to use it.
Open Settings → Update Check — a full page with all features:
The page shows:
✓ up to date / ⬆ update available)⬇ Update to x.y.z) when an update is available — shows live terminal output, then prompts to restart dsh web when doneAuto-check: the plugin checks when the Settings page opens and then every 6 hours while it stays open. When a new version is detected, a browser notification is fired (the first time, the browser asks for notification permission).
webServer service:GET /dsh-update-check — local version + npm latest/next + timeline + historyGET /dsh-update-check/status — live update task output (polled)POST /dsh-update-check/update — start the update (same-origin protected, single instance)dsh --version; npm registry data via global fetch. Commands run cross-platform (Windows cmd.exe / POSIX /bin/sh).settings.section entry (__ModuleLoader__ CJS bundle, no build step) that calls the routes above and renders the page.dsh-update-checker/
├── package.json # dsh bundle patch + web client declaration
├── cordis.patch.yml # inserts the plugin row into a profile layer stack
├── assets/
│ └── screenshot.png # README screenshot
└── lib/
├── index.js # host entry: HTTP routes + version comparison
└── client.js # client entry: Settings page
MIT
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。