AI Agent Hub
Back to plugins
🖥️

dsh-voice-alert

Client Updated 2026.09.16

Run the following command in DeepSeek Harness:

dsh plugin install loyalchiiina/dsh-voice-alert

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

Run the install command in your DeepSeek Harness terminal to add the dsh-voice-alert plugin; the source is available at https://github.com/loyalchiiina/dsh-voice-alert .

About this plugin

One of the most annoying moments with DSH: you switch away to do something else and have no idea whether the turn ended cleanly or silently errored, so you keep glancing back at the terminal. dsh-voice-alert fills that gap — it plays a short done-sound when any conversation turn finishes and a distinct fail-sound when the turn contained an agent error or a tool failure, so you can stay in your Bluetooth headset and simply listen for the cue.

It ships three alert modes: TTS voice using a Volcengine cloned voice that reads your own three lines (requires an API key), 20 built-in sound effects (zero config, no key, works out of the box), or fully off. Playback rides the Windows waveOut/WAV path, which in testing does not swallow the first sound, does not cut into music already playing on a Bluetooth headset, and never touches system volume or mute. Per-turn deduplication, error-first logic (a failed turn never also plays done), and a 3-second suppression window after a fail to prevent back-to-back stingers are all handled automatically.

Who it is for: anyone who runs multi-turn DSH sessions, works hands-free on a Bluetooth headset, and wants an audible chime that means come back now. The default SFX mode plays with zero setup; if you prefer your own voice, drop a cloned-voice ID into the settings page and generate the three clips with one click.

Use Cases

  • Know instantly when a turn ends or errors without watching the terminal
  • Use audible cues on a Bluetooth headset instead of constant screen checks
  • Play custom TTS voice lines with a cloned voice for personalized alerts

Best For

  • Developers running long multi-turn DSH sessions away from the screen
  • Users on a Bluetooth headset who rely on auditory cues
  • Users wanting zero-config alerts without any API key setup