Skip to main content
1

dsh-wsl-tray

173787247/dsh-wsl-tray

Writes a Windows shortcut and tray launcher to start dsh web in WSL, with Health/Restart and the :3081 launch-token URL.

Install

dsh plugin --profile web add github:173787247/dsh-wsl-tray

README

dsh-wsl-tray

Install set: part of dsh-wsl-kit. Prefer KIT_SET=llm | full. Fault tree: TROUBLESHOOTING.md.

DeepSeek Harness plugin: install or report a Windows tray / shortcut launcher for dsh web running in WSL (start, restart, health).

Part of dsh-wsl-kit.

中文说明 → README.zh.md

Where it sits

Installs or reports a Windows tray shortcut that opens the dsh web UI.

flowchart LR
  tray["Windows tray shortcut"] --> relay[":3081/?token="] --> dsh["dsh web in WSL"]

Suite diagram and version snapshot: dsh-wsl-kit. This plugin is 0.2.4 (full; also in llm). Do not copy that matrix into this README.

Compatibility

FieldValue
Plugindsh-wsl-tray 0.2.4
Minimum dsh0.1.2 (web UI one-shot ?token= on Windows relay :3081)
Latest verifiedSee dsh-wsl-kit Compatibility (currently 0.1.5-rc.1) — single source of truth for the suite
Kit setllm / full (some also useful alone)
Cloud FlashUse model id deepseek-flash (V4.1 Flash) in ~/.dsh/settings.yaml / llm-deepseek — not configured by this plugin
Agent TeamsUpstream experimental; not required here

Suite floor versions: kit check-plugin-versions.sh. Fault tree: TROUBLESHOOTING.md.

Scope: Windows tray/shortcut around kit start/restart/health. Open the URL with ?token= from restart output or /tmp/dsh-ui-url (dsh ≥0.1.2).

Why

Clicking a tray icon is easier than remembering WSL + restart-dsh-web.sh. The hard part after dsh 0.1.2 is the one-shot launch token: bare http://127.0.0.1:3081/ returns 401. Tray actions should open the token URL (or re-run restart so a fresh token is printed).

Install

dsh plugin --profile web add github:173787247/dsh-wsl-tray
# or local:
dsh plugin --profile web add /absolute/path/to/dsh-wsl-tray

Restart dsh web and open a new session. Tool: wsl_tray.

Set DSH_WSL_KIT to your kit checkout (or pass kitPath). Tray menu includes Start / Restart and Health check (scripts/check-dsh-health.sh).

Usage notes

  • Prefer kit restart-dsh-web.sh so proxy env + relay stay correct.
  • After restart, open the printed ui= URL (also in WSL /tmp/dsh-ui-url). Do not bookmark bare :3081.
  • Token is one-shot per process — restarting dsh invalidates the previous token.

License

MIT

Related plugins