DeepSeek Harness plugin

dsh-plugin-hotplug

Hot-plug manager and replacement plugin inventory UI for DeepSeek Harness profiles.

Jump to install

Source facts

Repository
zhangnan/dsh-plugin-hotplug
Latest update
Aug 20, 2026
Category
Plugin Markets & Managers
GitHub stars
1
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-20

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/zhangnan/dsh-plugin-hotplug
Plugin: dsh-plugin-hotplug
Author: zhangnan

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-plugin-hotplug

English | 简体中文

A hot-plug manager and replacement plugin inventory UI for DeepSeek Harness (DSH).

It replaces the official read-only plugin list in the settings page with a source-aware inventory and safe runtime controls.

Features

  • Groups plugins by the current profile, third-party Profile Bundles, the home-level global layer, and DSH built-ins.
  • Enables or disables current-profile plugins and third-party bundles immediately.
  • Persists toggle state in the current profile's cordis.patch.yml.
  • Uses the Cordis Loader lifecycle for reversible hot unload and restore.
  • Shows configured state and runtime fiber phase separately.
  • Protects the Web transport, UI shell, global plugins, and the manager itself from accidental removal.
  • Includes English and Chinese UI labels.

Installation

dsh plugin --profile web add -w dsh-plugin-hotplug
dsh --profile web

This package is a two-sided DSH Profile Bundle. Its bundled patch mounts both host and client components and disables the official read-only inventory tab. Restart the profile after installation or host-side updates.

The plugin targets Web profiles because its client component replaces a settings-page tab.

Source groups and controls

  • Plugins inserted by the current profile patch can be toggled.
  • Third-party Profile Bundles can be toggled.
  • Home-level global plugins are listed as read-only because the profile patch layer is applied before the home layer.
  • DSH built-in plugins are listed as read-only.
  • Core Web transport and UI entries, plus this plugin itself, are always protected.

Runtime changes use ctx.loader.update(...) so Cordis disposes or restores plugin effects through its normal lifecycle. Persistent state is written as a small managed section instead of rewriting the entire user patch.

Uninstallation

dsh plugin --profile web remove dsh-plugin-hotplug

Restart the profile after removal so the official inventory tab is restored from the Web bundle.

License

MIT