DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Notification Center — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

@lyhalal/dsh-notification-center

Notification Center

Notification Center: Browser notifications + 21 matching sound effects triggered by events such as conversation/task completion, errors, and waiting for approval; each event type can be configured independently (sound/file/URL/volume/toggle).

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add @lyhalal/dsh-notification-center@0.1.35
READMECompatibilityVersions

Compatibility and provenance

Notification Center is published as @lyhalal/dsh-notification-center and currently resolves to version 0.1.35. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/2/2026

Versions

0.1.35stable
9/2/2026
0.1.34stable
8/21/2026

Related plugins

Loading related plugins…

Latest
0.1.35
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
72.3 kB
Files
7
Surface
web
License
MIT
Source
npm
GitHub
★ 10
Weekly downloads
0
Last push
9/2/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in integrations-communication.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rIm@xmanrui/dsh-im把十二种 IM 渠道和公网 AI Office 接入本机 DeepSeek Harness。 Connect twelve IM channels and a public AI Office to a local DeepSeek Harness.Pocketdsh-pocketPut DeepSeek Harness in your pocket: one package, one settings page, and scan a QR code on your phone to access DSH on your computer in sync (LAN + public network, real-time screen mirroring).

README

中文 | 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.yml 的 plugins 下加一行:

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