DeepSeek Harness plugin

dsh-ui-switcher

Automatic UI/theme discovery and safe mutually-exclusive switching for DeepSeek Harness Web

Jump to install

Source facts

Repository
zhen622/dsh-ui-switcher
Latest update
Aug 18, 2026
Category
Security & Permissions
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-21

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/zhen622/dsh-ui-switcher
Plugin: dsh-ui-switcher
Author: zhen622

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer4 files
README.mdSource · read only
README language

DSH UI Switcher

简体中文 | English

Automatically discovers DeepSeek Harness Web UI/theme plugins and lets you keep them installed while enabling only one at a time. Includes an Original DSH safety fallback and local custom display-name aliases.

Installation

Quick install

Tell your DSH:

Install this plugin package: https://github.com/zhen622/dsh-ui-switcher

Manual installation

git clone https://github.com/zhen622/dsh-ui-switcher.git
cd dsh-ui-switcher
dsh plugin --profile web add .

Restart DSH Web after the first installation. Then open:

Settings → Interface

Choose an installed UI or Original DSH, then refresh the browser page.

Update

Update the installed package through DSH's pnpm forwarding command:

dsh plugin --profile web update @dsh-external/dsh-ui-switcher

Restart DSH Web after updating if the new client bundle is not picked up automatically.

How it works

  • Detects installed packages with skin.json metadata, plus conservative ui-skin, webui, and theme package-name fallbacks.
  • Reads Chinese/display names from plugin metadata and supports local aliases.
  • Keeps every UI installed and controls Loader disabled overrides in the profile and home patch layers.
  • Never edits third-party UI repositories.

See README.zh-CN.md and [docs/architecture.md](docs/architecture.md) for details and DSH 0.1.0-rc.7 limitations.

License

MIT. Third-party UI/theme plugins retain their own licenses.