AI Agent Hub
Back to plugins
🧰

dsh-ui-task-notify

Web Tools Updated 2026.08.24

Run the following command in DeepSeek Harness:

dsh plugin install ivvan3016/dsh-ui-task-notify

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

Run dsh plugin install ivvan3016/dsh-ui-task-notify in the DeepSeek Harness terminal to install this plugin; the source is available at https://github.com/ivvan3016/dsh-ui-task-notify .

About this plugin

Running several agent tasks at once means the moment you switch tabs, you lose all awareness—a finished run, a pending approval, a plan review waiting on you—passes by silently. dsh-ui-task-notify closes that gap: when an agent truly goes idle (a multi-turn goal alerts exactly once at final quiescence) or a session waits on you (approval, question, or plan review), it raises a browser notification and a system toast with its own sound, visible even with the entire window minimized.

Triggering relies entirely on the host-pushed agent idle signal and the pending-interaction status the client derives from approval, question, and plan-review frames—no polling, no touching of prompts, messages, tool results, or KV cache, so inference is untouched. Edges observed while the page is visible are consumed silently and never replayed as stale reminders; a missed edge fires on reconnect resync; repeated frames for the same pending state alert only once.

It suits anyone running multi-agent workflows who needs to stay responsive to approvals and questions without keeping the page front-and-center. All toggles live on a persistent settings card, take effect immediately, and subagent alerts are off by default—flip them on when you want every child session covered.

Use Cases

  • Running multiple agent tasks in parallel and needing a definitive completion signal after switching tabs
  • Agent stuck on an approval or question that requires a system-level toast nudge
  • Receiving a sound-backed task-complete notification even with the browser window minimized

Best For

  • Developers running multi-agent workflows who don't want to keep the tab front-and-center
  • DSH team members who need to act on approvals and plan reviews promptly
  • AI workflow users who prefer async notifications to cut down on context-switching overhead