AI Agent Hub
Back to plugins
🧩

dsh-power-xc

admin-security Updated 2026.09.02

Run the following command in DeepSeek Harness:

dsh plugin install xchannel1987/dsh-power-xc

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

Install this plugin in DeepSeek Harness by running dsh plugin install xchannel1987/dsh-power-xc; the full source code is available at https://github.com/xchannel1987/dsh-power-xc .

About this plugin

Every time you want to restart or shut down DeepSeek Harness, the workflow snaps back to a terminal prompt. When the browser tab misbehaves, there is no lightweight way to recover without interrupting a running agent. dsh-power-xc puts refresh, restart, and shutdown behind a single power button at the bottom of the sidebar, bringing everyday ops back to one click away.

The plugin draws a clear line between refresh and restart. A refresh reloads only the browser page—plugins, configuration, and the DSH process stay untouched—making it ideal for fixing a glitchy render or applying changes that do not require a full cycle. A restart spins up a self-contained .cjs helper process, waits for the old port to release, then relaunches the instance with a Windows-style full-screen transition and automatic reconnection, so active sessions are not torn down mid-flight. Shutdown is guarded by a confirmation dialog whose default focus sits on Cancel, keeping accidental clicks at bay.

Beyond the UI, the plugin registers /restart and /shutdown slash commands as well as a restart_harness model tool, so you can simply type or say the equivalent of "restart DSH" in a conversation and the model handles it. Conflicting registrations from other plugins are detected and skipped automatically.

If you live in the browser when working with DeepSeek Harness, prefer a click over a Ctrl+C, or want to fire off an ops action mid-conversation without leaving the chat window, this plugin was built for you.

Use Cases

  • When the browser tab glitches or feels sluggish, a single click refreshes the page
  • After changing plugins or config, restart DSH smoothly from the sidebar button
  • Ask the model in chat to restart or shut down DSH, and the tool handles it

Best For

  • Users who drive DeepSeek Harness primarily from the browser
  • Users who prefer a click over a terminal command for restart and shutdown
  • Power users who want to trigger ops actions seamlessly inside a conversation