AI Agent Hub
Back to plugins
🧰

dsh-web-auto-open

Web Tools Updated 2026.08.16

Run the following command in DeepSeek Harness:

dsh plugin install ChengChe106/dsh-web-auto-open

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

Run dsh plugin install ChengChe106/dsh-web-auto-open in your terminal to install this plugin; source is available at https://github.com/ChengChe106/dsh-web-auto-open .

About this plugin

The default DSH web flow has an extra step: after the server starts in the terminal you still have to switch to a browser, type the URL, and confirm the port. dsh-web-auto-open removes that friction entirely. The moment the server finishes listening, the plugin launches your default browser straight to the web UI. No URL copying, no port memorizing, no helper scripts.

It hooks into the DSH inject lifecycle, waits for all loaders to be ready, reads the real port from webServer (including the port-0 random-allocation edge case), and calls the platform-native opener via the official dsh-native-command package: start on Windows, open on macOS, xdg-open on Linux. It is a profile bundle, so it activates on the next dsh web start with zero extra configuration. If you want a different browser or a custom URL template, a single line in the profile patch overrides it.

Built for anyone who treats the DSH web UI as a daily debugging or conversation surface and simply wants the browser window to appear without the little copy-paste-enter ritual.

Use Cases

  • Launch dsh web and have the browser open automatically without typing the URL
  • Correctly open the web UI even when the OS assigns a random port
  • High-frequency DSH web debugging where you want the UI ready the instant the server starts
  • Override the default browser or URL template via a profile patch

Best For

  • Developers who interact with the DSH web UI daily for tuning or long conversations
  • Terminal users who want to minimize manual steps for a smoother workflow
  • Cross-platform DSH users on Windows, macOS, or Linux