AI Agent Hub
Back to plugins
🖥️

dsh-notify

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install having5548/dsh-notify

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

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

About this plugin

Running long tasks in DeepSeek Harness while your window loses focus means missing critical events—new sessions, approval requests, task completions—leaving jobs silently stalled. dsh-notify addresses this by listening to DSH session and task events, popping a Telegram-style in-app toast with a sound when the window is in focus, and automatically switching to the Windows native notification center the moment focus is lost.

Key capabilities include one-click approval (tap Approve directly in the notification bar and DSH returns to the foreground to continue), fine-grained per-scene and per-channel toggles, a notification log of up to 100 entries with local-timezone stamps, and a baseline-seeding mechanism that prevents notification floods on restart. Everything is managed from the Web UI under Settings and works out of the box.

It relies solely on the built-in PowerShell 5.1 and WinRT APIs available on Windows 10/11—no shortcuts created, no admin rights, no console flicker, and no third-party npm dependencies. Ideal for Windows users who run DSH background tasks and need to respond to approvals or plan reviews at a moment notice.

Use Cases

  • Window loses focus yet approvals and task completions demand instant response
  • Multiple DSH sessions running concurrently need a unified notification hub
  • Long-running background tasks require interruption and completion alerts

Best For

  • Users who run long-running DSH background tasks on Windows
  • Developers who must respond to tool approvals and plan reviews in real time
  • Teams seeking a lightweight, zero-dependency notification solution without admin rights