AI Agent Hub
Back to plugins
🖥️

dsh-notify-xc

Client Updated 2026.09.04

Run the following command in DeepSeek Harness:

dsh plugin install xchannel1987/dsh-notify-xc

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

Run dsh plugin install xchannel1987/dsh-notify-xc in DeepSeek Harness to install; source code: https://github.com/xchannel1987/dsh-notify-xc

About this plugin

Running agents in DSH across multiple sessions, the most frustrating moment is when you switch to another window and the agent has finished, hit an error, or is silently waiting for your approval. dsh-notify-xc pushes these critical state changes to OS-level bubble notifications so you stay in the loop without constantly flipping back to the page.

It covers three event types: a task-complete notification when a session stops running, a runtime-error notification when a turn ends with an error, and a needs-input notification (persistent until you act) when the agent is waiting for your answer, approval, or plan review. Built-in safeguards include sub-agent turn-yield filtering, a 1.2-second grace-period recheck, and baseline de-duplication, so notifications fire when they should and stay quiet when they should not. Clicking a bubble focuses the page and opens the matching session; optionally, the workspace name appears as a prefix for quick identification in multi-project setups.

Ideal for DSH users who juggle several sessions, run workflows or Ralph background jobs, or frequently leave the browser tab open while coding. It is a pure browser-side plugin with no build step; works out of the box on desktop Chrome and Edge, and the settings page gracefully disables itself on mobile browsers that lack the Notification API.

Use Cases

  • Agent finishes a background task and a bubble pops up; click to jump straight into the session
  • A runtime error fires an alert with a summary so you can triage immediately
  • Agent waits for approval or input; a persistent notification stays visible until you act

Best For

  • DSH power users juggling multiple sessions and switching windows frequently
  • Developers running workflows or background jobs who want instant completion alerts
  • Desktop Chrome or Edge users who prefer non-intrusive status awareness