@lalilulelo3/dsh-notify
DeepSeek Harness plugin: Windows desktop notifications + sound when an agent turn finishes or the harness is waiting for you.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lalilulelo3/dsh-notify说明文档
阅读完整 README ↗Configuration
Every field is optional. Add an id-targeted override to your profile patch file
(~/.dsh/profiles/web/cordis.patch.yml), which the profile reloads live:
- id: dsh-notify
config:
sound: false
reasons: [completed, error]
| Field | Type | Default | Meaning |
|---|---|---|---|
enabled | boolean | true | Master switch; false disables the plugin |
turnEnd | boolean | true | Notify when a turn ends |
question | boolean | true | Notify when the harness waits for an answer |
approval | boolean | true | Notify when the harness waits for approval |
reasons | string[] | [completed, error, blocked, max-tokens] | Which turn/end reasons notify (aborted, interrupted are opt-in) |
subagents | boolean | false | Also notify for subagent (child) sessions; off keeps multi-agent runs quiet |
appId | string | com.lalilulelo3.dsh-notify | AppUserModelID the toast is sent under; Windows lists it as DSH Notify |
sound | boolean | true | Play the Windows default notification sound |
title | string | DSH | Toast heading |