AI Agent Hub
Back to plugins
🖥️

dsh-sound-notify

Client Updated 2026.09.01

Run the following command in DeepSeek Harness:

dsh plugin install Vuitier/dsh-sound-notify

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

Run dsh plugin install Vuitier/dsh-sound-notify (source: https://github.com/Vuitier/dsh-sound-notify) in an environment with DSH >= 0.1.0-rc.7, then restart the running dsh web instance once to load the plugin.

About this plugin

Running long DSH tasks while bouncing between other work means one classic frustration: missing the moment a turn finishes or the agent is waiting on your approval. dsh-sound-notify turns those two critical events into audible cues—a single chime when a turn completes, a double chime when human interaction is needed (approval, question, or plan review)—with a flashing tab title as a visual fallback if the browser blocks autoplay. The core capabilities include independently configurable event sounds, a settings page where you pick a local mp3 or wav file with a live preview, a built-in Web Audio synthesizer fallback when no file is chosen, and reliable edge-detection logic that fires at most once per event regardless of tab focus. Audio is stored as a data URL in settings.yaml and syncs across machines via DSH configuration snapshots, so the same chime follows you to every workstation. This plugin is built for developers who kick off multi-step DSH runs and step away to handle other tasks—zero build, two source files, save and refresh to take effect, no extra tooling in your workflow.

Use Cases

  • Hearing a chime when a long turn finishes without staring at the screen
  • Catching pending approvals via sound or tab flash while multitasking
  • Keeping a unified notification-sound preference across workstations

Best For

  • Developers running long multi-step DSH tasks
  • DSH users with approval or plan-review loops
  • DSH enthusiasts who prefer zero-build lightweight plugins