AI Agent Hub
Back to plugins
🖥️

dsh-quick-restart

Client Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install Xyz10088/dsh-quick-restart

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

Run dsh plugin install Xyz10088/dsh-quick-restart in DeepSeek Harness to install this plugin; the source code lives at https://github.com/Xyz10088/dsh-quick-restart .

About this plugin

Every time you pull a new plugin from dsh-market, drop a skill file into ~/.dsh/skills, or add a feature via dsh plugin add, the old workflow forces you to context-switch to a terminal, restart the DSH service by hand, and then flip back to the browser to refresh the page. For developers who install and iterate on plugins and skills regularly, that back-and-forth breaks flow and adds a small but annoying extra step to every change. dsh-quick-restart collapses the entire restart cycle into a single Refresh DSH button at the bottom of the sidebar: one click, no confirmation dialog, the service restarts in the background, and the page reloads itself the moment the service is healthy again — zero manual steps from click to working state.

A live status dot sits right next to the button: green means the service is up, red means it is down. The client polls the /dsh-health endpoint every five seconds so the indicator always reflects real-time service state. The restart command runs with --no-open, so no stray browser tabs pop up during the process. The whole cycle from click to page recovery takes roughly twenty seconds, with a single lightweight toast telling the user to wait.

This plugin is built for the everyday DSH developer who adds and swaps plugins and skills as part of normal workflow. After a one-time dsh web restart to pick up the plugin, every future plugin or skill activation becomes a one-button action. You stay in your editor or browser, stay in your coding flow, and never have to remember the exact terminal command to restart the service again.

Use Cases

  • After installing a new plugin, click once to activate it without opening a terminal
  • Drop a new skill file into the skills directory and trigger a DSH reload instantly
  • Rapidly switch or update plugin versions during daily development with a single click

Best For

  • Developers who install and update DSH plugins and skills frequently
  • Users who prefer not to switch back and forth between a terminal and a browser
  • Debuggers who want plugin and skill changes to take effect immediately with minimal wait