Bundle
dsh-wsl-notify
DeepSeek Harness tool: Windows MessageBox notification from WSL.
- Source
- 173787247
- stars
- 1 stars
- License
- MIT
- Updated
- Updated 3 days ago
Readme
# dsh-wsl-notify
> **Install set:** part of [dsh-wsl-kit](https://github.com/173787247/dsh-wsl-kit). Prefer `KIT_SET=daily` | `llm` | `github` | `full` (see kit README). Fault tree: [TROUBLESHOOTING.md](https://github.com/173787247/dsh-wsl-kit/blob/master/docs/TROUBLESHOOTING.md).
DeepSeek Harness tool: **`win_notify`** — show a short **Windows MessageBox** when a long WSL task finishes.
Part of **[dsh-wsl-kit](https://github.com/173787247/dsh-wsl-kit)**.
[中文说明 → README.zh.md](./README.zh.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
```sh
dsh plugin --profile web add github:173787247/dsh-wsl-notify
```
## Config
```yaml
- id: dsh-wsl-notify
name: dsh-wsl-notify
config:
timeoutMs: 30000
maxLen: 500
```
## Test
```sh
npm test
```
## License
MIT
Install
dsh plugin --profile web add github:173787247/dsh-wsl-notify#aa847138033bdf777ca889b7f59fec2464b4e2a5
Profile: web
With the hub plugin installed, ask your agent to install it by name — it resolves the same plan shown here.
dsh plugin --profile web add github:stvlynn/dsh.fish#path:packages/dsh-plugin-hub
install dsh-wsl-notify from the hub