dsh-notify
Unified desktop, browser-title, and sidebar completion notifications for DeepSeek Harness.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:weekitmo/dsh-notify说明文档
阅读完整 README ↗使用
- 打开 WebUI 的 设置 > 通知。
- 点击 请求授权,在浏览器提示中允许通知。
- 保持默认配置,或分别调整系统通知、Tab 提示、运行中 spinner、侧栏状态灯及结果类型。
浏览器通知权限被拒后,网页无法再次强制弹出授权框;请从浏览器地址栏的站点权限设置中重新允许通知。
配置
浏览器侧设置保存在当前站点的 localStorage,默认全部开启:
| 设置 | 默认 |
|---|---|
| 系统通知 | 开 |
| Tab 未读结果汇总 | 开 |
| Tab 运行中 spinner | 开 |
| 侧栏绿/红状态灯 | 开 |
| 五类结束结果 | 全开 |
| 未读结果动画 | 跑马灯 |
Host 侧可配置最近回复摘要的最大长度。在 $DSH_HOME/profiles/web/cordis.patch.yml 中添加或覆盖:
- id: dsh-notify
name: dsh-notify
config:
maxBodyChars: 400