AI Agent Hub
Back to plugins
🖥️

dsh-turn-notify

Client Updated 2026.08.15

Run the following command in DeepSeek Harness:

dsh plugin install hxy113/dsh-turn-notify

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

Install the plugin in the DeepSeek Harness terminal by running dsh plugin install hxy113/dsh-turn-notify (source: https://github.com/hxy113/dsh-turn-notify).

About this plugin

When running long turns or juggling multiple sessions in DeepSeek Harness on Windows, the biggest friction is not speed but the manual detour of switching back to the right window and hunting down the conversation you were waiting for. dsh-turn-notify removes that detour: the moment an interactive turn closes, a system toast appears in the Windows notification area. The toast titles itself with the session name, shows the first 120 characters of the latest AI reply as the body, and a single click on it opens the DSH Web UI in your default browser and restores exactly that session. Notifications fire only for root (interactive) sessions, so sub-agents and workflow-internal turns stay silent and never flood your tray. The whole plugin is pure JavaScript with no build step; it leverages the built-in Windows PowerShell 5.1 channel to call WinRT ToastNotificationManager, and it cleans up its registry entries automatically on uninstall.

Use Cases

  • Walk away mid-turn and get an instant Windows toast the moment an interactive session finishes
  • Juggle multiple concurrent sessions and click the right toast to jump straight into that conversation
  • Run batch interactive tasks with notifications limited to root sessions so sub-agents stay silent

Best For

  • Developers running DeepSeek Harness on Windows
  • Workflow users juggling multiple concurrent DSH sessions
  • Anyone who wants fewer window switches and less screen-watching