DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Plugin Hotplug — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
P

dsh-plugin-hotplug

Plugin Hotplug

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

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-plugin-hotplug@0.1.1
READMECompatibilityVersions

Compatibility and provenance

Plugin Hotplug is published as dsh-plugin-hotplug and currently resolves to version 0.1.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
8/21/2026

Versions

0.1.1stable
8/21/2026

Related plugins

Loading related plugins…

Latest
0.1.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
46.6 kB
Files
7
Surface
web
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
0
Last push
8/20/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.

README

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