AI Agent Hub
Back to plugins
🖥️

dsh-plugin-ui-toggle

Client Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install Biobuilder-ai/dsh-plugin-ui-toggle

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install Biobuilder-ai/dsh-plugin-ui-toggle in your terminal to install; full source is at https://github.com/Biobuilder-ai/dsh-plugin-ui-toggle

About this plugin

Once plugins are composed into the dsh boot tree, disabling a single extension in the web settings panel used to mean hand-editing cordis.patch.yml and restarting the entire service, a clumsy and error-prone round trip. dsh-plugin-ui-toggle replaces that workflow with a simple toggle switch.

Each composed entry gets a switch in the Settings page. Flipping it applies or revokes the plugin instantly with no restart, and persists the state as a disabled row in the profile cordis.patch.yml managed block so it survives reboots. Zero runtime dependencies, no build step, and nothing outside the managed markers is ever touched.

Built for dsh web users who debug frequently, A/B toggle extension capabilities, or need several plugins to appear and disappear on demand across different scenarios.

Use Cases

  • Rapidly toggling extensions on and off during debugging
  • Enabling or disabling specific plugin capabilities per scenario in the same profile
  • Temporarily disabling a misbehaving plugin without a full service restart

Best For

  • dsh web developers who frequently debug and toggle plugin capabilities
  • dsh admins needing scenario-based control over active extensions
  • Developers who prefer managing composed plugins from the UI rather than editing files