AI Agent Hub
Back to plugins
🖥️

dsh-win-notify

Client Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install linfunss/dsh-win-notify

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

Run dsh plugin install linfunss/dsh-win-notify to add the plugin to DeepSeek Harness; source at https://github.com/linfunss/dsh-win-notify

About this plugin

Two moments break your flow while running DeepSeek Harness: a tool action suddenly asks for user confirmation, and the model quietly finishes at some unknown point. dsh-win-notify pipes both events straight into the Windows 11 system notification center — a looping alarm sound for confirmation prompts, the default chime for run-complete — so a quick glance at Action Center is all it takes.

These are not generic PowerShell pop-ups. On every load the plugin re-rasterizes the DeepSeek whale icon in pure Node, re-registers the AppUserModelID in the registry, and fires toasts through CreateToastNotifier, so Windows attributes them to DeepSeek Harness with the correct logo, name, and sound. The branding is self-healing: rebuild your profile, change configs, and the next load fixes everything. The whole package is dependency-free, build-free, plain ESM — and a no-op on any non-Windows platform.

Best for Windows 10/11 users who run DeepSeek Harness (Web or desktop profile) daily and want those pivotal events in the native notification stream without staring at a window. It will not focus the window on click, and Focus Assist can silence toasts — acceptable trade-offs for a lightweight, zero-dependency notification bridge.

Use Cases

  • Get a looping-alarm toast when a tool action awaits user confirmation
  • Receive a default-chime toast when the model finishes running
  • Stay in the loop without keeping the Harness window in view

Best For

  • Windows 10/11 users who run DeepSeek Harness daily
  • Users who prefer pivotal events in the native notification stream
  • Users who want a toast without pulling in renderers or build tools