DeepSeek Harness plugin

dsh-notification-center

通知中心:对话/任务完成、报错、等待批准等事件触发浏览器通知 + 21 种匹配音效,每类事件独立配置(音效/文件/URL/音量/开关)。

Jump to install

Source facts

Repository
610la/dsh-notification-center
Latest update
Aug 15, 2026
Category
Notifications & Integrations
GitHub stars
9
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/610la/dsh-notification-center
Plugin: dsh-notification-center
Author: 610la

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer2 files
README.mdSource · read only

中文 | English

DSH 通知中心插件

> ⚠️ 本插件为第三方社区插件,非 DeepSeek Harness 官方出品

DSH 的通知中心:对话、任务完成后,自动在浏览器弹出系统通知并播放提示音效——切到别的窗口也不会错过。

功能一览

  • 🔔 浏览器系统通知 + 提示音效(内置 21 种,全部可换)
  • 🖥️ 原生系统通知:打包成桌面应用(Electron/Tauri)时自动改用宿主进程的原生系统通知,不受壳的权限限制
  • 🎚️ 每个事件独立配置:通知开关、音效类型、自定义音效文件/URL、音量
  • 🚫 手动停止/打断生成默认不通知;报错、超长、被阻塞会提醒
  • ⏰ 模型请求权限/批准时立即提醒(不受冷却限制)
  • 💾 设置自动保存,刷新不丢失

安装(DSH)

一条命令即可(推荐):

dsh plugin --profile web add @lyhalal/dsh-notification-center

重启 DSH 后生效,浏览器端自动加载,无需其他配置。

> 手动方式(等价):在 DSH 项目目录 npm install @lyhalal/dsh-notification-center, > 并在 host 的 cordis.ymlplugins 下加一行: > ``yaml > plugins: > - from: '@lyhalal/dsh-notification-center' > ``

使用

  • 输入栏左侧 🔔:快速开关「浏览器通知 / 完成音效」、授权通知权限、测试
  • 设置 → 通知中心:完整配置

- 总开关:浏览器通知、完成音效、通知权限、浏览器通知测试、冷却间隔 - 事件:对话完成、子任务完成、Workflow 完成、后台任务完成、等待批准 - 停止原因:报错停止、超长截断、被阻塞、其他原因、手动停止/打断

  • 每个分类点开后可设置:音效类型(21 种内置 / 静音 / 自定义文件 / 自定义 URL)、音量开关;选择音效时立即试听

系统通知

  • 浏览器里使用时,走网页系统通知(首次需在地址栏授权)
  • 打包成桌面应用(Electron/Tauri)后,自动改用宿主进程的原生系统通知(Windows 通知中心 / macOS 通知中心 / Linux notify-send),显示名为 DeepSeek Harness不依赖浏览器权限,即使壳禁用了网页通知也能正常弹
  • 打包环境下设置里的「通知权限/授权」会自动隐藏(原生通知无需浏览器授权)

提示

  • 浏览器环境首次使用请允许通知权限:点「授权」或点「测试」
  • 音效需要页面内有任意一次点击后才会响(浏览器自动播放策略)
  • 手动停止/打断生成默认不通知,需要的话可在「停止原因 → 手动停止/打断」打开

卸载

dsh plugin --profile web remove @lyhalal/dsh-notification-center

链接

  • npm 主页:https://www.npmjs.com/package/@lyhalal/dsh-notification-center
  • GitHub 仓库:https://github.com/610la/dsh-notification-center