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.

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

dsh-task-notify

Task Notify

Host-level DSH plugin: macOS notification plus in-app toast when a root session finishes a turn.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Sevncz/dsh-task-notify#8244e5c15ad12144d7bc831bb3e9b977b07307be
READMECompatibilityVersions

Compatibility and provenance

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

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/22/2026

Versions

0.1.0stable
8/22/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
8/22/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 rPocketdsh-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-task-notify

DeepSeek Harness 宿主级插件:主会话每轮回复结束后发 macOS 系统通知,并在页面右上角弹出 toast。

挂在宿主层,所有会话(含重启前创建的旧会话、任意预设)自动可用。

安装

git clone https://github.com/Sevncz/dsh-task-notify.git
cd dsh-task-notify
./install.sh
# 重启 DSH:npx @deepseek-ai/dsh web

升级 DSH 不会清除安装:组合包层在 profile 的 dsh.profile.bundles 里,源码在本仓库。

行为

  • 只提醒根会话从 running 回到 idle(本轮结束)
  • 子代理默认不提醒,避免刷屏
  • macOS:右上角不抢焦点的浮动 HUD,默认 30 秒后消失,点关闭可提前关掉;toastMs: 0 一直留到点掉
  • Web:shell.overlay toast,默认同样 30 秒,点击可提前关闭
  • 设置 → Plugins 里可开关:总开关 / 系统通知 / Toast / 子代理

配置

用户 patch($DSH_HOME/profiles/web/cordis.patch.yml,默认 ~/.dsh)按 id 覆盖整行 config(不是深合并):

- id: dsh-task-notify
  name: dsh-task-notify
  config:
    enabled: true
    osNotify: true
    toast: true
    toastMs: 30000
    sound: Glass
    notifySubagents: false

sound 设为空字符串可关闭提示音。toastMs 同时控制页面 Toast 和系统 HUD 的停留时间,单位毫秒,0 表示不自动消失。