dsh-plugin-hotplug
Manifest validRuntime plugin inventory and hot-plug manager for DeepSeek Harness
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
Comments
Loading…
Similar plugins
by Skylarking
DeepSeek Harness plugin: desktop plugin inventory
★ 0
TypeScript
Aug 20, 2026
dsh plugin --profile web add @skylarking/dsh-client-ui-desktop-plugin-inventoryby 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 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 fuyao606
DeepSeek Harness Web GUI plugin manager
★ 3
↓ 279/wk
MIT
TypeScript
Aug 20, 2026
dsh plugin --profile web add dsh-plugin-managerby Skylarking
DeepSeek Harness plugin: multi workspace
★ 0
TypeScript
Aug 20, 2026
dsh plugin --profile web add @skylarking/dsh-multi-workspacePlugin inventory manager for DeepSeek Harness Web: table view of installed plugins with status filters, enable/disable switches applied via HMR, config viewer/copy, uninstall and npm update reminders.
★ 0
dsh plugin --profile web add dsh-plugin-runcat-inventory