Back to catalog

173787247 /

173787247/dsh-wsl-notify

Verified

DeepSeek Harness tool: Windows MessageBox notification from WSL.

1 Stars0 Forks0 IssuesN/A Community rating0 Confirmed installs
READMESource: master@52db092d

dsh-wsl-notify

DeepSeek Harness tool: win_notify — show a short Windows MessageBox when a long WSL task finishes.

Part of dsh-wsl-kit.

中文说明 → 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

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

/ 5

No ratings yet

Community comments

No comments yet. Be the first to write one.