MuziiXzx/dsh-taskdone-notify ↗★ 0
@muziixzx/dsh-taskdone-notify
Task-completion and question-pending alerts for the dsh web GUI: when a session's root agent finishes its turn (running -> idle), or when it stops to ask the user a question, notify three ways — a Windows OS toast fired host-side (works with every browser closed), a browser Web Notification (background tabs), and an in-page toast. Click any of them to jump to the session.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:MuziiXzx/dsh-taskdone-notify说明文档
阅读完整 README ↗组合配置 / Composition config
cordis.patch.yml 中的插件行支持一个开关:
| 键 | 默认 | 说明 |
|---|---|---|
osToasts | true | 是否从 Host 进程弹 Windows 系统通知(浏览器通道不受影响) |