dsh-helper
DSH task notifier plugin: pops Windows toast notifications when an agent session finishes, errors, needs confirmation, or asks for approval. Self-registers the required AppUserModelID shortcut so notifications are delivered even when the app is not focused.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:sunligh91/dsh-helper说明文档
阅读完整 README ↗⚙️ Configuration
Go to Settings → Task Notifications (dsh-helper).
| Key | Default | Description |
|---|---|---|
notifyOnComplete | true | Notify when a session finishes (deduped to once per 60 s per session). |
notifyOnError | true | Notify when a session hits an error. |
notifyOnConfirm | true | Notify when the agent is about to ask you a question (multi-choice). |
notifyOnPermission | true | Notify when a tool triggers a permission approval dialog. |
soundOnComplete | true | Play the completion chime after the completion toast. |
soundVolume | 70 | Chime volume, 0–100. |
soundFile | "" | Path to a local audio file (wav / mp3 / wma). Empty = the bundled chime; if the custom file is missing it falls back to the bundled chime, then to Windows built-in notify sounds. |
Defaults ship in cordis.patch.yml; your overrides are written to ~/.dsh/profiles/web/cordis.patch.yml.