pany0593/dsh-ui-notifications
System notifications for the DeepSeek Harness web GUI — OS-level popups for finished turns and pending interactions (approvals, questions, plan reviews). · DSH Web 界面系统通知:回合结束、待处理授权/提问/计划审核时弹出系统级提醒。
项目介绍Project Overview
这是 DSH 系统通知插件,在网页后台时监听会话状态:对话回合结束,或出现授权请求、ask-user 提问、计划审核等待时,弹出浏览器 OS 级通知;子代理内部编排不提醒,刷新重连不重放。适合离开标签页仍想及时处理 agent 等待的场景。注意仅支持浏览器 Web Notifications,原生桌面端不适用,且只有一个总开关。
This DSH plugin sends OS-level browser notifications when a conversation turn ends or the agent waits for authorization, an ask-user answer, or plan review while the page is hidden. It ignores sub-agent orchestration and does not replay notifications on refresh or reconnect. Use it to avoid missing pending interactions when the tab is in the background. It only supports browser Web Notifications, not native desktop clients, and offers a single on/off toggle.
请帮我了解并安装插件:【dsh-ui-notifications】【https://github.com/pany0593/dsh-ui-notifications】
把上面这条消息直接发给当前会话里的 DSH,让它帮你了解并安装。安装命令不一定准确,发给 DSH 更稳。Send this message to DSH in your current session. CLI install commands may not be accurate across systems — DSH will figure it out for you.
或使用命令行安装(适合开发者)Or use CLI install (for developers)
命令行安装CLI Install
dsh plugin --profile web add @deepseek-ai/dsh-client-ui-notifications
把 pany0593/dsh-ui-notifications 加入你的 DSH 配置(web profile)即可启用。
READMEREADME
dsh-system-notifications
系统通知(System notifications)插件:当对话回合结束或 agent 开始等待你时——授权请求、ask-user 提问或计划审核——即使页面在后台,浏览器也会弹出 OS 级通知,让你不会错过。
这是一个 DeepSeek Harness 社区插件(GitHub topic: dsh-plugin),以独立仓库发布,独立于官方 deepseek-harness 仓库。
功能
- 回合结束提醒 — 页面隐藏时,会话 agent 停止工作(
runningtrue→false)→ 弹"对话结束"通知。 - 待处理交互提醒 — 出现授权、提问或计划审核等待 → 弹"需要授权 / 需要回答 / 需要审核计划"通知。
- 仅后台触发 — 只有
document.hidden时才弹通知,你在看页面时不会被干扰。 - 通用设置开关 — 设置 → 通用新增"系统通知"行,含启用开关和"开启系统通知"权限按钮(浏览器权限需要用户手势,按钮即入口),样式与其他偏好行一致。开关状态持久化在
localStorage。 - 排除子代理活动 — 内部编排回合不弹通知。
插件只监听浏览器端会话列表快照的实时状态变化,刷新和重连不会重放旧通知。
安装
通过 dsh plugin add(推荐)
本插件声明了 dsh.bundle manifest,可直接用官方插件安装命令:
dsh plugin --profile web add @deepseek-ai/dsh-client-ui-notifications
(npm 发布后生效;当前可从源码仓库安装:dsh plugin --profile web add pany0593/ui-system-notifications。)
手动加入 cordis.yml
在你的 dsh 配置(如 cordis.yml)中加入本插件:
- id: ui-notifications
name: '@deepseek-ai/dsh-client-ui-notifications'
安装依赖(需要与官方 dsh 客户端包同版本系,当前基于 0.1.0-rc.x):
pnpm add @deepseek-ai/dsh-client-ui-notifications
然后在 dsh web GUI 的 设置 → 通用 中打开"系统通知"开关,并点击"开启系统通知"授予浏览器通知权限。
开发
pnpm install
pnpm --filter @deepseek-ai/dsh-client-ui-notifications bundle # 构建 browser bundle
pnpm run test:gui # 客户端测试
已知限制
- 仅浏览器 Web Notifications — 原生桌面客户端需要自己的通知通道;本插件不超出网页范围。
- 单通道设计 — 尚无按类型(回合结束 vs 授权)的细分开关,行内只有一个总开关,后续可扩展。
- 权限由浏览器管理 — 若用户在浏览器中拒绝权限,插件无法再次弹请求;设置行会引导到浏览器设置。
- 独立仓库测试范围 — 本仓库只带纯逻辑测试(
tests/notifications.spec.ts);UI 组件级测试依赖官方 monorepo 的测试基建(源码解析与__ModuleLoader__注入),随官方仓库的packages/client/ui-notifications运行。
许可
MIT
nexu-io/open-design
freestylefly/awesome-gpt-image-2
anywhere-labs/dsh-desktop
walkinglabs/learn-harness-engineering
awesome-dsh-plugin/awesome-dsh-plugin
MemTensor/MemOS