AI Agent Hub
Back to plugins
🖥️

dsh-shutdown-button

Client Updated 2026.09.08

Run the following command in DeepSeek Harness:

dsh plugin install Yelloooooow/dsh-shutdown-button

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

Run dsh plugin install Yelloooooow/dsh-shutdown-button in your DeepSeek Harness terminal; the plugin source is at https://github.com/Yelloooooow/dsh-shutdown-button. After installing, restart Harness to see the shutdown button in the sidebar footer.

About this plugin

If you spend long stretches inside the DSH Web GUI, you have surely hit the moment when you want to shut DSH down but there is no obvious exit on screen. dsh-shutdown-button fills that gap: a persistent power icon pinned to the sidebar footer, just above the settings row, so you can end the entire DSH process without ever leaving the browser.

Clicking the icon brings up a confirmation dialog to guard against accidental taps. Once you confirm, the plugin calls the launcher-provided ctx.appExit for a bounded, graceful shutdown: it flushes persistence, releases services and connections in order, enforces a timeout as a safety net, and exits with code 0—no dangling Fibers or dirty state left behind. The plugin ships as a dsh.bundle that auto-loads with your profile, so there is nothing to approve or toggle manually.

Whether you are winding down a long dev session or closing a remote debugging run, this plugin turns shutdown into a single, deliberate tap.

Use Cases

  • Ending a long dev session straight from the Web GUI instead of switching to a terminal
  • Closing a remote debugging run with one confirmed tap and no lingering connections
  • Providing every user of a shared DSH instance with an obvious, safe exit point

Best For

  • Developers who live in the DSH Web GUI day to day
  • Teams running remote debugging sessions that need a clean teardown flow
  • Users who prefer fewer terminal round-trips and a consistent UI experience