DSH | DSH Notifications | Sound notifications for agent interactions #4646
AlonDan
started this conversation in
Show Your Plugins!
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Project URL: https://github.com/AlonDan/dsh-notifications
Introduction:
DSH Notifications plays short sounds when the agent needs your attention or finishes work: questions, approval requests, turn completion, background jobs, subagents, and errors. Each of the six events has its own on/off toggle and a sound picker, with 20 built-in sounds synthesized in-browser via WebAudio (no audio files, no network access). A master switch and volume slider control everything; changes auto-save and persist across reloads, and the engine keeps playing while the settings UI is closed.
The plugin integrates as a standard DSH client plugin: the host half registers the
dsh-notificationssettings namespace, and the browser half renders a "Sound notifications" card under Settings → Plugins and runs a continuous observation loop over the current session, including its background jobs and subagents.Screenshots:
20 Sounds to choose from:

Video Example:
EXAMPLE_dsh-notifications-0.0.1.-.20.Sounds.mp4
Quick start:
Download
dsh-notifications-0.0.1.tgzfrom the v0.0.1 release, then:Tested against the DSH 0.1.1-rc.2 wave; requires a profile with the Plugins settings area (web client). Restart DSH after adding or removing plugins.
Notes:
MIT licensed. Maintained by @AlonDan
All reactions