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.

Approval Notify — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-approval-notify

Approval Notify

DeepSeek Harness plugin: Windows toast notification with sound when a session requests elevation approval — shows which session, why, and what is being elevated

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-approval-notify@1.0.0
READMECompatibilityVersions

Compatibility and provenance

Approval Notify is published as dsh-approval-notify and currently resolves to version 1.0.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/20/2026

Versions

1.0.0stable
8/18/2026

Related plugins

Loading related plugins…

Latest
1.0.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
12.2 kB
Files
5
Surface
any
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
49
Last push
8/18/2026
View source ↗Project homepage ↗
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-baseIm@xmanrui/dsh-im把十一种 IM 渠道和公网 AI Office 接入本机 DeepSeek Harness。 Connect eleven 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).DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.

README

dsh-approval-notify

DeepSeek Harness 插件:任意会话请求提权(审批)时,弹出 Windows 原生 toast 通知并播放系统提示音,告知是哪个会话、为什么、提权什么。

A DeepSeek Harness plugin: pops a native Windows toast with sound whenever a session requests elevation approval, showing which session, why, and what is being elevated.

通知内容 / Toast layout

需要提权审批 — <会话名> (<会话ID前8位>) [· 子代理#N]
路径: D:\your\workspace
工具 pwsh · 提权至 danger-full-access — 原因: <justification>
  • 会话名优先显示标题,无标题时退回工作目录名;ID 放括号里作唯一标识
  • 路径独立一行,不与会话名挤在一起换行
  • 点击通知可跳转 Web UI(需配置 launchUrl)
  • toast 不可用(如非交互会话)时退化为系统提示音

安装 / Install

dsh plugin --profile <profile> add dsh-approval-notify

包声明了 dsh.bundle.patch,dsh plugin add 会自动把它并入 profile 的 bundle 层栈;重启 dsh 后生效(或由 HMR 热加载)。

手动挂载(等价写法,加到 profile 的 cordis.patch.yml):

- insert:
    - id: approval-notify-windows
      name: dsh-approval-notify
      config: {}

配置 / Config

项默认说明
dedupeMs1500同一会话的去重窗口(毫秒)
soundms-winsoundevent:Notification.DefaultWindows 通知音事件名;置 null 静音(仍弹 toast)
launchUrl环境变量 DSH_WEB_URL点击通知跳转的地址;置 null 关闭跳转
titlePrefix需要提权审批通知标题前缀(可改为英文等)
disabledfalse置 true 临时停用
appId / powershellPowerShell 经典 toast AppId / powershell.exe高级项,一般无需改动

注意:DSH 组合补丁按行整段替换 config(不深合并),覆盖配置时请重写完整字段。

工作原理 / How it works

监听提交后的 session/event 事件流里的 approval/asked 审计事件(emit 模式、与注册顺序无关)。刻意不挂在 approval/request waterfall 上:UI 应答器先注册并认领请求(不调用 next()),后注册的监听器收不到事件;而 firehose 与顺序无关,且通知故障绝不会影响审批链路本身。toast 由 powershell.exe 经 WinRT ToastNotificationManager 发出,无需安装任何额外模块。

要求 / Requirements

  • Windows 10 / 11(非 Windows 平台自动禁用)
  • 任意官方 DeepSeek Harness profile(需要 approval 与 sessionTitle 服务,官方 profile 均提供)

社区市场 / Community marketplaces

本仓库若放在 GitHub 上并打上 dsh-plugin topic,会被 AwesomeHou/dsh-plugin-marketplace 等社区插件市场自动收录。

License

MIT