From 638de2ccba004a3e5f637f5e4af7d3a43ba56f70 Mon Sep 17 00:00:00 2001 From: William Hardesty Date: Fri, 1 May 2026 10:45:43 -0400 Subject: [PATCH] docs: add opencode-sound to plugins --- data/plugins/opencode-sound.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 data/plugins/opencode-sound.yaml diff --git a/data/plugins/opencode-sound.yaml b/data/plugins/opencode-sound.yaml new file mode 100644 index 0000000..4b1bc25 --- /dev/null +++ b/data/plugins/opencode-sound.yaml @@ -0,0 +1,10 @@ +name: opencode-sound +repo: https://github.com/hardes11/opencode-sound +tagline: System sound alerts for agent questions, permission requests, and response completion +description: >- + Plays freedesktop system sounds when the AI agent asks for permission + (dialog-warning), asks a clarifying question (dialog-information), or + finishes a response (complete). Auto-detects PipeWire, PulseAudio, ALSA, + canberra, or falls back to the terminal bell. Configurable via + OPENCODE_SOUND_ENABLED and OPENCODE_SOUND_VOLUME environment variables. + Debounced to avoid sound spam.