dsh-admin
Manifest validDeepSeek Harness Web GUI admin plugin: manual restart + auto version check (header button + settings page)
dsh-admin
A DeepSeek Harness Web GUI admin plugin: manual restart + automatic version check for the Harness itself. The UI is embedded directly into the Web GUI (header button + settings page), following the same pattern as dsh-usage-stats.
Features
- Manual restart — a button in the session header (top-right, beside session log): one click schedules a clean restart of the dsh web service (double-confirm, then
systemd-run + dsh-plugin-op restart— the local convention script that stops systemd, clears orphan instances on :3080, starts clean, and health-verifies). - Auto version check — compares the installed
@deepseek-ai/dshagainst the npmlatesttag (semver-aware: stable > rc). Checked on load, then every 6 hours on the host; the panel shows current/latest/last-checked and a status dot (green = up to date, yellow = update available, red = check failed). - One-click update — when a newer version is available, a blue "Update to latest" button appears: it runs
npm install -g @deepseek-ai/dsh@latest(with--allow-scriptsfor native deps) and then auto-restarts the service so the new version takes effect. - Embedded UI — no standalone page:
- Top-right header button
🟢 0.1.1(session header utilities slot, beside session log — never overlaps anything) → click to open a floating panel (top layer, z-index 9999): version status, check-now button, update button (when newer available), service info, restart button. - Settings → DSH Admin full page (same content, larger layout).
- Top-right header button
Routes (host half)
| Route | Description |
|---|---|
GET /plugin/dshadmin/status | JSON: current/latest version, isNewer, service info (pid, systemd, restart command) |
GET /plugin/dshadmin/health | {ok:true} |
POST /plugin/dshadmin/check | Force re-check npm latest |
POST /plugin/dshadmin/update | Update @deepseek-ai/dsh to npm latest then auto-restart (body must be {"confirm":true}) |
POST /plugin/dshadmin/restart | Schedule restart (body must be {"confirm":true}) |
Restart priority: ① systemd-run + dsh-plugin-op restart (isolated cgroup — dsh.service is KillMode=control-group, a direct spawn would be killed by its own systemctl stop dsh; the transient unit runs the whole script: stop → clear :3080 orphans → clean start → health check) → ② plain dsh-plugin-op restart → ③ systemctl --no-block restart dsh → ④ socket-pid kill + relaunch.
Install
The package is a profile bundle (its manifest declares dsh.bundle.patch).
# Option A — install via the plugin manager
dsh plugin --profile web add xiaokang6/dsh-admin
# Option B — manual copy (never run npm install in the profile dir)
git clone https://github.com/xiaokang6/dsh-admin /tmp/dsh-admin
cp -r /tmp/dsh-admin ~/.dsh/profiles/web/node_modules/dsh-admin
Then make sure ~/.dsh/profiles/web/cordis.patch.yml contains:
- insert:
- id: dsh-admin
name: 'dsh-admin'
Restart dsh web (or use your local restart command) and hard-refresh the browser. Host changes require a service restart; client changes are picked up by client-modules HMR on page refresh.
Requirements
- DeepSeek Harness (
@deepseek-ai/dsh) installed via npm (global install; the restart chain usesdsh-plugin-opwhen present) - Linux + systemd (restart path; the check/UI parts work anywhere)
License
MIT
Comments
Loading…
Similar plugins
by SuCriss
Version update menu for the DeepSeek Harness Web GUI settings panel: check @deepseek-ai/dsh releases, install one with a click, then restart the host and reload the page automatically.
★ 5
↓ 292/wk
Apache-2.0
JavaScript
Sep 18, 2026
dsh plugin --profile web add dsh-version-updateby bobby-sheng
Search, inspect, update, and install DeepSeek Harness plugins from DSH Get.
★ 0
MIT
JavaScript
Aug 19, 2026
dsh plugin --profile web add dshget-pluginby jijiz1
One-click version checker, updater, and restart UI for DeepSeek Harness (DSH).
★ 0
MIT
JavaScript
Aug 21, 2026
dsh plugin --profile web add dsh-self-updaterby zhuoxuanliu53-svg
DSH Web GUI plugin: check and apply DeepSeek Harness official source updates
★ 0
TypeScript
Aug 21, 2026
dsh plugin --profile web add dsh-updaterby kristol07
Show the running DeepSeek Harness version and every mounted plugin's package version inside the dsh web UI.
★ 0
↓ 368/wk
MIT
TypeScript
Sep 6, 2026
dsh plugin --profile web add dsh-version-inventoryby jackylong1987
DeepSeek Harness (DSH) web plugin: upload manager, workspace output files with preview/edit/maximize, skill docs browser, account balance, and turn-ruler history navigation.
★ 0
MIT
JavaScript
Sep 25, 2026
dsh plugin --profile web add dsh-long-plugins