AI Agent Hub
Back to plugins
dsh-desktop-notify preview

dsh-desktop-notify

Client Updated 2026.08.30

Run the following command in DeepSeek Harness:

dsh plugin install Mvyvn/dsh-desktop-notify

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

Run dsh plugin install Mvyvn/dsh-desktop-notify in your DeepSeek Harness terminal to install; the plugin repository is at https://github.com/Mvyvn/dsh-desktop-notify

About this plugin

An agent task in DSH can take anywhere from a few dozen seconds to several minutes. You switch to another window, minimize the browser, and come back to find the agent finished a while ago—or worse, it is waiting for your reply with no way to reach you. dsh-desktop-notify plugs into that gap: a lightweight Windows Toast that nudges you exactly when DSH needs your attention.

The plugin fires on six key events—task completion, a pending question awaiting your reply, an approval silently denied under the never policy, a background subagent finishing, a goal completing or blocking, and a background command job ending. Every notification carries the workspace and session name, so multi-workspace sessions stay properly scoped. Under the hood a resident Python process (desktop-notifier + WinRT) handles delivery; notifications are sent line-by-line over stdin for single-digit-millisecond dispatch with no cold-start penalty. Toasts and the notification-center identity icon both use DSH's own transparent-background logo rather than the default Python snake.

The smartest part is focus-aware silencing: while the DSH tab is your active window the plugin stays quiet; the moment you switch away, minimize, or close the browser, alerts resume. Focus detection relies entirely on native visibilitychange, focus, and blur events—no polling, no delay. Built for Windows users who run DSH in a walk-away-and-come-back mode, especially those leveraging background subagents, multi-workspace sessions, or the never approval policy.

Screenshots

Use Cases

  • You return to find the agent finished long ago and missed the moment to review output
  • The AI asks a question and waits, but you are heads-down somewhere else and forget to come back
  • A background subagent finishes or gets stuck silently with no one to tell

Best For

  • Windows users who frequently switch windows or minimize the browser while DSH is running
  • Power users running background subagents or parallel multi-workspace sessions
  • Users on the never approval policy who need visibility into silently denied operations