dsh-wsl-notify
Manifest validShows a Windows MessageBox when a long WSL task finishes.
dsh-wsl-notify
Install set: part of dsh-wsl-kit. Prefer
KIT_SET=daily|llm|github|full(see kit README). Fault tree: TROUBLESHOOTING.md.
DeepSeek Harness tool: win_notify — show a short Windows MessageBox when a long WSL task finishes.
Part of dsh-wsl-kit.
Compatibility
| Field | Value |
|-------|-------|
| Plugin | dsh-wsl-notify 0.1.0 |
| Minimum dsh | ≥ 0.1.2 (web UI one-shot ?token= on Windows relay :3081) |
| Latest verified | See dsh-wsl-kit Compatibility (currently 0.1.5-rc.1) — single source of truth for the suite |
| Kit set | github / full |
| Cloud Flash | Use model id deepseek-flash (V4.1 Flash) in ~/.dsh/settings.yaml / llm-deepseek — not configured by this plugin |
| Agent Teams | Upstream experimental; not required here |
Suite floor versions: kit check-plugin-versions.sh. Fault tree: TROUBLESHOOTING.md.
Why
You leave a long agent run in the background; when it finishes, a Windows popup is easier to notice than a tab title.
Note: MessageBox is blocking until dismissed. Keep title/body short; no secrets. For non-blocking toasts you can later swap the implementation; this release prioritizes reliability without extra Windows modules.
Tool
| Arg | Default | Meaning |
|-----|---------|---------|
| title | DSH | Window title (maxLen) |
| body | Task finished. | Message body |
Install
dsh plugin --profile web add github:173787247/dsh-wsl-notify
Config
- id: dsh-wsl-notify
name: dsh-wsl-notify
config:
timeoutMs: 30000
maxLen: 500
Test
npm test
License
MIT
Similar plugins
System-native notifications when a task finishes or needs your confirmation: Windows toast, macOS osascript, and Linux notify-send.
★ 0
dsh plugin --profile web add dsh-notifierReads and writes the Windows clipboard from WSL.
★ 0
dsh plugin --profile web add dsh-wsl-clipboardby MuziIsabel
DSH 插件:代理任务完成时弹出带声音的 Windows Toast 通知,点击通知即可直接切回并前台显示 DSH 标签页
★ 3
↓ 64/wk
MIT
JavaScript
Aug 14, 2026
dsh plugin --profile web add dsh-win-notifyAdds Windows desktop notifications, optional sounds, and DSH-styled in-page notifications for task events.
★ 0
↓ 643/wk
dsh plugin --profile web add @lsq64737/dsh-windows-notificationsby zhaoxuejie
DSH 桌面通知插件:任务完成 / 等待输入 / 失败时,右下角弹窗 + 音效 + 手机推送(Windows / macOS / Linux)
★ 0
MIT
JavaScript
Sep 7, 2026
dsh plugin --profile web add dsh-plugin-desktop-noticeby YuMo226
Native Windows system notification (Notification Center toast) when a task completes: goal completion or agent turn end.
★ 0
MIT
JavaScript
Aug 17, 2026
dsh plugin --profile web add dsh-task-notify