AI Agent Hub
Back to plugins
🖥️

cc-dsh-notifier

Client Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install baobaolaodie/cc-dsh-notifier

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

Install in DeepSeek Harness by running dsh plugin install baobaolaodie/cc-dsh-notifier; the source repository is https://github.com/baobaolaodie/cc-dsh-notifier .

About this plugin

When an AI coding agent pauses mid-task to request permission, ask a question, or wait for your next input, your attention is often already elsewhere. cc-dsh-notifier fills that gap: the moment a session window loses focus and the agent needs you, a native Windows toast with sound pops up so you never miss a blocking prompt.

Under the hood, Claude Code hooks and the DeepSeek Harness plugin feed the same normalized event pipeline. A resident daemon tracks each session window handle, suppresses toasts while the window is focused, and on click uses SetForegroundWindow to jump you back. Browser tabs activate via CDP with a UIA fallback. Toast text localizes automatically or follows a manual zh/en setting.

Built for Windows 10/11 developers who juggle multiple Claude Code or DeepSeek Harness sessions and switch between windows frequently. Zero third-party npm dependencies; install and go.

Use Cases

  • Juggling multiple AI coding sessions and missing a blocking permission prompt
  • Switching away and wanting to know instantly which session needs your input
  • Jumping back to the right session window with a single click from a toast

Best For

  • Developers running multiple Claude Code or DeepSeek Harness sessions on Windows
  • Coders who switch between windows and tend to miss blocking agent prompts
  • Users who want zero-dependency, out-of-the-box desktop notifications