AI Agent Hub
Back to plugins
🖥️

dsh-notify

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install Dawn388887/dsh-notify

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

Run dsh plugin install Dawn388887/dsh-notify in your DeepSeek Harness terminal to install it; the full source is available at https://github.com/Dawn388887/dsh-notify .

About this plugin

Running long agent tasks with DSH, the most frustrating part is rarely the wait itself — it is discovering too late that a task finished, that an error was thrown, or that the agent is silently waiting for your answer. On remote devices connected over LAN or VPN, the browser offers zero push mechanism, leaving you to refresh manually every few minutes.

dsh-notify turns that into a two-second glance: native WinRT toasts fire on your Windows desktop when a root-session task completes, errors, or enters ask_user_question; browser notifications via a Service Worker reach any remote tab, covering both foreground and background sessions for question and plan-review interactions. Every toast is deduplicated per turn:step (up to 64 entries remembered), and sub-agents stay completely silent so you never get a notification storm.

If you let DSH run long jobs in the background, check progress from a phone or tablet, or simply refuse to refresh your way through an agent session, this plugin is built for you. It is purely local, requires no third-party service, and a single /notify command or the Remote Notifications settings toggle keeps everything under your control.

Use Cases

  • A Windows desktop toast alerts you the moment a long agent task finishes, no more polling the UI
  • Your phone or tablet browser gets a notification when the agent awaits your answer or plan review, even over VPN
  • An instant alert fires when the agent hits an error, so failures are never silently ignored

Best For

  • Users running long DSH agent jobs in the background without babysitting the screen
  • Users monitoring DSH progress from a phone or tablet over LAN or VPN
  • Users who need an immediate nudge when an agent is waiting for input or has errored