AI Agent Hub
Back to plugins
🖥️

dsh-task-notify

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install YuMo226/dsh-task-notify

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

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

About this plugin

Running a long DeepSeek Harness goal usually means staring at the terminal or browser waiting for that Done line to appear. Miss it by a minute and you have to dig through logs to figure out what actually finished.

dsh-task-notify keeps things simple: the moment a goal reaches the complete phase or an agent turn ends normally, it fires a native OS notification. On Windows it uses WinRT Toast, on macOS the Notification Center, and on Linux libnotify. No blocking dialogs, no extra daemons. The plugin has zero runtime dependencies, relying only on Node built-ins and OS-native commands, and keeps CJK text safe by routing it through UTF-8 temp files. A built-in minimum interval guard prevents notification spam when multiple tasks finish in quick succession.

If you routinely kick off multi-step goals, run several agents in parallel, or hand off a task and wander away, a gentle buzz in your notification center tells you the work is done without a single glance at the console.

Use Cases

  • Get a native desktop banner the moment a long goal finishes, no console polling
  • Track parallel agents at a glance via system notification banners
  • Confirm task status from your phone notification center while away from the terminal

Best For

  • Harness users who run long, multi-step goals regularly
  • Developers who kick off tasks in the background and walk away
  • Teams orchestrating multiple agents that need distinct completion signals