dsh-helper
Windows系统通知推送与声音提醒
AI 分析
适合Windows用户,在DSH任务完成、出错或需要授权时接收系统弹窗提醒。
安裝
$
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.