AI Agent Hub
Back to plugins
🖥️

dsh-notify

Client Updated 2026.09.14

Run the following command in DeepSeek Harness:

dsh plugin install lalilulelo3/dsh-notify

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install lalilulelo3/dsh-notify in your DeepSeek Harness terminal (source: https://github.com/lalilulelo3/dsh-notify), then restart dsh web to activate it.

About this plugin

DeepSeek Harness excels at long autonomous runs, but those few seconds when an agent ends a turn or pauses waiting for your answer or approval vanish the instant your eyes leave the conversation window. Tab in the background, tab closed—either way you end up scrolling through history later, trying to remember what just happened.

dsh-notify subscribes to the host-side event bus in observe-only mode: it fires a native WinRT toast with the default Windows sound, then calls next() so the real handler still receives the request untouched. It covers three triggers—a turn ending (completed, error, blocked, or max-tokens), the harness asking you a question, and the harness requesting your approval for a tool call. Each channel is independently toggleable, end-reasons can be filtered, and subagent sessions stay silent by default to avoid a torrent of toasts during multi-agent runs. The plugin registers its own AppUserModelID, showing up as a distinct DSH Notify entry in Windows notification settings instead of hiding behind the Windows PowerShell toggle that silently killed earlier releases.

If you run DeepSeek Harness on Windows 10 or 11 for extended autonomous sessions, juggle multiple conversations, or simply want a gentle chime telling you something needs your attention without repeatedly switching back to check the tab, this plugin is built for you. It never blocks the agent loop, swallows notification failures silently, and on non-Windows platforms it loads and stays completely inert.

Use Cases

  • Agent finishes a long task while you are away — a toast pulls your attention back
  • Harness pauses waiting for your answer or approval — a system notification prevents a long silent stall
  • Filter notifications by turn-end reason to reduce unrelated interruptions across multi-turn chats

Best For

  • Users running long DeepSeek Harness sessions on Windows
  • Developers juggling multiple Harness conversations who need at-a-glance state awareness in the background
  • Automation users who prefer not to repeatedly switch back to a tab to check whether the agent has stopped