DeepSeek Harness Plugin

DamonKoy/dsh-web-ui#dsh-web-ui-all

Stars ★ 0 Category UI Enhancements Added 2026-08-17

DSH Web UI family aggregator: one-click install of all feature plugins (task-board, git-graph, pet, remote-web-ui, live-stats, web-ui-settings).

Install

# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)

dsh plugin --profile web add github:DamonKoy/dsh-web-ui#path:/packages/dsh-web-ui-all

Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).

README

English | 中文

The one-click aggregate package for the whole dsh web UI family: installing it brings every functional plugin (task-board / git-graph / pet / remote-web-ui / live-stats / web-ui-settings) plus the skin family (dsh-skins, skin assets bundled inside). The compat bridge layer is folded into this package (src/client), so no separate compat npm package is needed.

What it is

  • One install, everything on: its dependencies pull in all sub-plugin packages (dsh-client-ui-aionui-panel / dsh-client-ui-task-board / dsh-client-ui-git-graph / dsh-pet / dsh-remote-web-ui / dsh-live-stats / dsh-ssh / dsh-client-ui-web-ui-settings / dsh-skins).
  • Aggregation carrier: cordis.patch.yml aggregates the insert lines of each sub-plugin, mounted through the dsh plugin profile mechanism.

Install

From npm (recommended)

dsh plugin --profile web add @linxin666/dsh-web-ui-all

From the repository (development)

git clone https://github.com/zhu1090093659/dsh-web-ui.git
cd dsh-web-ui
pnpm install && pnpm -r build
node scripts/link-profile.mjs
dsh plugin --profile web add link:$(pwd)/packages/dsh-web-ui-all

Restart dsh web for the plugins to take effect.

Known limitations

  • Every sub-plugin activates together. For only a subset, install that sub-plugin package directly.
  • Do not install the aggregate package alongside the standalone package of the same plugin (e.g. @linxin666/dsh-liangshen); run dsh plugin remove on the old package before switching.
  • Dependencies on the @deepseek-ai/* SDK are pinned; compatibility follows the repository's release cadence.

Content from the project README on GitHub ↗

Links

More in this category

View the whole category →