AI Agent Hub
Back to plugins
🖥️

dsh-attention-notify

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install Unintendedz/dsh-attention-notify

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

Install it in DeepSeek Harness by running dsh plugin install Unintendedz/dsh-attention-notify (source: https://github.com/Unintendedz/dsh-attention-notify), then restart dsh web, refresh the page, click the bell in the sidebar footer, and allow notifications.

About this plugin

DSH sessions often run quietly in the background for minutes or even hours, while approval requests, pending questions, plans awaiting review, and background-job completions or failures all wait silently for you to notice. dsh-attention-notify listens to DSH's built-in session event stream and fires a native browser notification the moment any of those occurs; clicking it focuses the window and opens the matching session. The plugin is purely event-driven with no polling, has zero runtime dependencies, makes no external requests, and collects no telemetry—it simply lives inside the page. It suits developers who run multiple long sessions, swap between tasks frequently, and would rather get a nudge than repeatedly alt-tab back to check for updates. The only requirement is that the DSH tab stays open, since a suspended tab suspends the plugin along with it.

Use Cases

  • Run long background jobs without monitoring and get alerted the moment they finish, fail, or are killed
  • Juggle multiple DSH sessions without repeatedly alt-tabbing to check for approvals or pending questions
  • Click a notification to focus the window and land directly on the session awaiting review or with a completed background job

Best For

  • Developers running multiple long-running DSH sessions and switching between tasks constantly
  • Users who prefer push-style alerts over manual polling to reduce context-switching cost
  • Privacy-conscious users who want zero external dependencies and no telemetry