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.

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

dsh-notify

Notify

Native Windows toast + system tray for DeepSeek Harness (dsh): the only dsh plugin with a tray icon. Pops the moment the agent stops running — finished / aborted / error / output limit / waiting for your choice / session closed — body labeled with workspa

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-notify@0.1.7
READMECompatibilityVersions
dsh-notify 实机截图:Windows 原生 Toast 通知

Compatibility and provenance

Notify is published as dsh-notify and currently resolves to version 0.1.7. 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

0.1.7stable
9/10/2026
0.1.6stable
8/29/2026
0.1.5stable
8/25/2026
Show 4 more versionsCollapse versions
0.1.4stable
8/21/2026
0.1.3stable
8/19/2026
0.1.2stable
8/15/2026
0.1.1stable
8/14/2026

Related plugins

Loading related plugins…

Latest
0.1.7
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
204.2 kB
Files
16
Surface
any
License
MIT
Source
npm
GitHub
★ 3
Weekly downloads
214
Security scan
✓ v0.1.7 scan passed
Last push
8/29/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-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 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).

README

dsh-notify banner

dsh-notify

中文 | English

唯一带系统托盘的 Windows 原生通知插件:agent 不再运行时(完成 / 停止 / 出错 / 等你选择 / 会话关闭)自动弹原生 Toast,正文标注「工作区 · 会话」,任务栏托盘常驻鲸鱼图标——跑长任务时切走窗口,瞄一眼托盘就知道跑完了没。

零运行时依赖、零构建,dsh plugin add 一条命令装完即用。

效果图

dsh-notify 实机截图:Windows 原生 Toast 通知

真实 Windows Toast 实拍:正文标注「工作区 · 会话」,任务栏托盘鲸鱼图标常驻。

功能

  • Windows 原生 Toast 通知:agent 不再运行时(完成 / 停止 / 出错 / 达到输出上限 / 等你选择 / 会话关闭)自动弹系统通知,正文标注「工作区 · 会话」,一眼知道哪个会话跑完了;
  • 系统托盘常驻图标:任务栏托盘鲸鱼图标常驻,右键菜单可唤起 dsh web 页面 / 退出后台(竞品均明确不做托盘,本插件是 dsh 生态唯一);
  • 防刷屏:rootsOnly 默认仅根会话通知,子代理不刷屏;cooldownMs 同会话同类型两次通知最小间隔;
  • 安全加固:弹通知的子进程环境变量经清洗(剔除含 KEY / SECRET / TOKEN / PASSWORD 的变量),托盘进程退出前不残留凭据;卸载时托盘进程 kill 后等待退出再结束,无残留进程;
  • 零运行时依赖、零构建,dsh plugin add 一条命令装完即用。

使用场景

  • 跑长任务时切走窗口:LLM 长生成 / 批处理跑着,切到别的应用,任务结束托盘弹通知,瞄一眼就知道结果;
  • 挂机批量任务:一晚上跑多轮任务,全部结束后收到 Toast,不用守着页面;
  • 会话多开:同时跑多个工作区会话,通知正文带「工作区 · 会话」标注,不会搞混;
  • 子代理观察:希望只关注根会话结果时保持 rootsOnly: true 默认值,需要观察子代理时再关掉。

安装

dsh plugin --profile web add dsh-notify

GitHub 安装:dsh plugin --profile web add github:Pasumao/dsh-plugin-notify

源码安装(本地开发 / 调试):

git clone https://github.com/Pasumao/dsh-plugin-notify.git
cd dsh-plugin-notify
npm install
# 以 link: 方式挂载进 profile(包名 dsh-notify)

装完重启 dsh web,任务栏出现鲸鱼图标即生效。

兼容性:Windows 10/11 · Node ≥ 22.5 · 实测于 DSH 0.1.1-rc.2。

配置

在 profile 的 cordis.patch.yml 按 id dsh-plugin-notify 覆盖 config。常用项:

key默认说明
cooldownMs10000同会话同类型两次通知的最小间隔(毫秒)
rootsOnlytrue仅根会话通知,子代理不刷屏
traytrue托盘图标开关
titlePrefix'dsh'通知标题前缀

测试

node scripts/test-harness.mjs   # 弹三条真实 Toast 自测

常见问题

  • 收不到通知? 检查 Windows「设置 → 系统 → 通知」是否允许 PowerShell 显示通知, 以及是否处于专注助手 / 勿扰时段;
  • 只想根会话通知? 保持默认 rootsOnly: true;需要观察子代理时再改为 false;
  • 通知太频繁? 调大 cooldownMs(默认 10000ms)即可;
  • 托盘图标不见了? 重启 dsh web;仍无则检查 tray: true 配置项是否被覆盖。

相关插件

本插件属于 Pasumao 的 dsh 插件生态,同系列已发布插件可搭配使用:

插件(npm)GitHub说明
dsh-plugin-choice-refreshGitHub 仓库选择增强:重新生成选项 / 更多选项
dsh-plugin-dev-kbGitHub 仓库插件开发知识库(官方文档完整镜像 + 技能)
dsh-plugin-image-toolsGitHub 仓库图片选择卡 + 回复内嵌图片 + 盲模型收图
dsh-plugin-table-zoomGitHub 仓库聊天长表格浮窗查看 + 一键复制 Markdown
dsh-plugin-windows-guardGitHub 仓库Windows 环境防坑:守则技能 + 乱码检测 / 危险写拦截 / 编码诊断修复
dsh-plugin-workbenchGitHub 仓库VS Code 风格文件浏览器 + 可编辑预览
dsh-plugin-context-trimGitHub 仓库会话注入门控:skill / tool / 提示词段落按会话裁剪

本系列其余插件见 Pasumao · dsh 插件;觉得好用欢迎到 GitHub 点 ⭐。

AI 生成声明

代码与文档由 AI 辅助生成(DeepSeek Harness),均经人工审查与实机验证 (scripts/test-harness.mjs 弹真实 Toast 自测)。

License

MIT