dshbase

Plugin directory / Developer / dsh-notification-center

dsh-notification-center

Unverified 610la

✓ Actively maintained Builds on 4 official DSH packages

View on GitHub ↗ ← Back to plugin directory

9Stars
1Forks
0Open issues
JavaScriptLanguage
2026-08-15Last push
Cross-platformPlatform

What it does

DSH notification center plugin: browser notifications for conversation/task completion, errors, waiting approvals, etc. + 21 matching sound effects.

Our take
Unverified — not yet verified

DSH notification center plugin: browser notifications for conversation/task completion, errors, waiting approvals, etc. + 21 matching sound effects. Not yet verified — install and test it yourself.

“Unverified” means our automated CI has not yet installed this plugin. Feature descriptions and version compatibility are the author’s claims. This is not a security audit and not an endorsement of third-party code.

Plugin author? Get the “Verified” label — submit your own evidence (screenshots, logs, or a short demo) and we'll review and flip the badge.

Submit verification evidence ↗

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.ymlplugins 下加一行:

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

链接

Install

🧩 Let your agent install it (recommended)

Install the catalog once, then DeepSeek Harness can find and install any plugin from this site automatically:

dsh plugin add dshbase-catalog

Then say "install dsh-notification-center for me" — your agent finds it in the directory and installs it. Docs: dshbase-catalog · verified packs.

This plugin is GitHub source (not published to npm) — install it straight from the repo:

Web profile:

dsh plugin --profile web add github:610la/dsh-notification-center

Headless (CLI) profile:

dsh plugin --profile headless add github:610la/dsh-notification-center

Test report

Not yet L3-verified — see failure note below if we already ran it.

Status: pending
Note: 验证: runtime-fail (0.1.0-rc.6) Browse all pending failures →

When to use it

Extend the agent's coding surface — give it a new tool, workflow, or integration so it handles a dev task it couldn't before.

Who it's for

Developers who want dsh to behave like a teammate on real codebases — editing, running, and verifying changes rather than just answering.

For developers — extending it

The tool/command surface is the seam: expose more of the SDK, add smarter context wiring, or tighten the loop between code changes and verification.

Security: not yet scanned — our daily static scan will cover it shortly.

Share this badge

More in Developer

Browse all 7795 plugins →