AI Agent Hub
Back to plugins
🖥️

dsh-autostart

Client Updated 2026.09.12

Run the following command in DeepSeek Harness:

dsh plugin install Mandarin715/dsh-autostart

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

Install by running dsh plugin install Mandarin715/dsh-autostart in DeepSeek Harness; source code at https://github.com/Mandarin715/dsh-autostart.

About this plugin

Rebooting DeepSeek Harness on Windows is never trivial: a single failed exit can leave the port occupied, stale processes lingering, and the service never coming back. On top of that, every spawned command used to pop up its own black console window. dsh-autostart tackles both problems in one plugin.

The design centers on a persistent supervisor process that owns a hidden console. DSH attaches to it at startup, so every derived command shares that single console instead of spawning a new window each time. Before granting a restart, the plugin verifies the supervisor is alive, writes the restart request to disk, and reads it back. If any check fails, the restart is refused and DSH stays where it is, eliminating the classic killed-but-never-returned scenario. The supervisor only relaunches DSH on an explicit restart request; a normal exit simply lets it wind down quietly.

Built for Windows 10/11 users who rely on DeepSeek Harness daily and want autostart, reliable one-click restart, zero visible console windows, and full logging for post-mortem analysis.

Use Cases

  • Auto-launch DSH on login without any manual step
  • Reboot DSH safely with a guaranteed fail-safe before the old process exits
  • Stop the flood of console windows popping up on every spawned command

Best For

  • Developers who rely on DeepSeek Harness day-to-day on Windows
  • Heavy users who need DSH always-on and restart frequently
  • Ops-minded users who prioritize service availability and restart audit trails