dsh-plugin-dev-manager
Run the following command in DeepSeek Harness:
dsh plugin install QuanQQQ/dsh-plugin-dev-manager
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install QuanQQQ/dsh-plugin-dev-manager inside DeepSeek Harness to install the plugin; the source repository is hosted at https://github.com/QuanQQQ/dsh-plugin-dev-manager, and after installation you can create isolated development workspaces from the Settings → Plugin Dev panel.
About this plugin
One of the most frustrating failure modes in plugin development is when the target Plugin's Host code, configuration, or dependencies misbehave, causing the development DSH instance to crash or fail to start and dragging down the stable DSH responsible for writing code. dsh-plugin-dev-manager runs a supervisor as an independent Node.js process, isolating each development instance's fault domain to a single Workspace. Even if the development DSH restarts repeatedly or exits, the stable control plane, Agent sessions, and other development instances remain unaffected and can automatically reconnect via localhost RPC once the stable DSH recovers.
Core capabilities span the full develop-validate-promote loop: each Workspace gets its own DSH_HOME, port, and Web profile; multiple local Plugins, pinned dependencies, and team Presets can be composed for joint debugging; controlled start, stop, restart, and health checks are first-class operations; clean validation runs in a completely fresh isolated environment, and passing generates a SHA-256-verified promotion tarball; and a queued-update mechanism installs and restarts the stable Host only after it reaches a full idle window, protected by applying journals, per-package checkpoints, and bounded backoff. Agent tools and the Web settings panel share the same supervisor and registry, so every operation path is consistent.
Best suited for individual engineers and small teams building or maintaining Plugins in the DeepSeek Harness ecosystem. If you need to debug multi-Plugin compositions, want development failures to stay isolated from other work, or prefer an integrated flow from local validation to version promotion, this plugin provides a stable, isolated development control plane with well-defined security boundaries.
Use Cases
- Debug multiple local Plugins in a shared Workspace with a single DSH_HOME and port
- Perform controlled restarts of a dev instance while the stable DSH and other workflows stay up
- Run clean validation in a fresh isolated environment and emit a SHA-256-verified promotion tarball
Best For
- Independent engineers building or maintaining Plugins in the DeepSeek Harness ecosystem
- Small teams coordinating multiple Plugin compositions and shared Presets
- Platform engineers who want an integrated local-to-promotion workflow with strict isolation
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.