READMESource: master@ec805277
dsh-wsl-browser
DeepSeek Harness tool: win_open_url — open an http / https URL in the Windows default browser from WSL.
Part of dsh-wsl-kit.
Why
Services started in WSL (http://127.0.0.1:3080, docs sites, etc.) should open on the Windows side where you already work. Only http/https are allowed (no file:).
If localhost forwarding fails, the result may include a hint using the current WSL IP—pair with dsh-wsl-port for deeper diagnosis.
Tool
| Arg | Required | Meaning |
|---|---|---|
url |
yes | http:// or https:// URL |
Install
dsh plugin --profile web add github:173787247/dsh-wsl-browser
Config
- id: dsh-wsl-browser
name: dsh-wsl-browser
config:
timeoutMs: 15000
Test
npm test
License
MIT
No comments yet. Be the first to write one.