dsh-notification¶
| 类型 | 插件 | 分类 | 通知 |
| 星数 | ⭐43 | 状态 | ✅ 活跃 |
| 能力 | notifications | 更新时间 | 2026-08-13 |
📖 项目简介¶
Desktop notifications for the DeepSeek Harness web GUI. When a session finishes a turn, the browser shows a system notification (via the Notification API), so you can switch tabs and still know when DSH is done. Per-outcome toggles and include/exclude keyword rules control exactly which completions notify. No harness change is needed: the host contributes a session projection (a bounded summary of each session's last completed turn), and the client watches the session list's completion reminde
📦 安装¶
dsh plugin --profile web add https://github.com/omdsh-dev/dsh-notification/archive/refs/heads/main.tar.gz
🚀 快速开始¶
- id: dsh-notification
name: dsh-notification
config:
maxBodyChars: 400 # projection body budget; longer replies are ellipsized host-side