john-walks-slow/dsh-hybrid-notify ↗★ 0
dsh-hybrid-notify
Multi-channel notification plugin for DeepSeek Harness — in-page toasts, PWA system notifications and browser notifications, with synthesized sounds
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:john-walks-slow/dsh-hybrid-notify说明文档
阅读完整 README ↗Configuration
Open Settings → Notifications in the DSH Web UI. All settings are persisted to localStorage and take effect immediately.
Events
| Event | Default | Description |
|---|---|---|
| Task complete | ON | A session's turn finishes |
| Subagent complete | OFF | A subagent session completes |
| Approval request | ON | An agent requests approval |
| User question | ON | An agent asks you a question |
| Plan review request | ON | Plan mode requires your review |
| Agent error | ON | An agent encounters an error |
| Background job complete | OFF | A background bash job finishes |
Sounds
The plugin synthesizes distinct tones for each notification level:
| Level | Sound |
|---|---|
| Success | Warm major chord ascending (C5 → E5 → G5) |
| Error | Descending minor interval (E5 → A4) |
| Warning | Two gentle pulses at 440 Hz |
| Info | Soft two-tone chime (G4 → B4) |