john-walks-slow/dsh-hybrid-notify ↗★ 0
dsh-hybrid-notify
DSH 多通道通知插件:支持页面 Toast、PWA 系统通知、浏览器通知及合成音效
AI 分析
核心用途是提供全方位的任务状态与审批提醒。适合需要跨设备、跨标签页接收智能体运行状态和人工交互请求的用户。
安装
$
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) |