ellelkktrraaa/dsh-audio-alert

ellelkktrraaa★ 2TypeScript最后同步: 2026-08-14

在 GitHub 打开

dsh中断声音提示喵(可配置音频喵)Browser audio alerts for dsh attention edges: approval requests, ask-user questions, and finished turns.

README 摘要

@deepseek-ai/dsh-client-audio-alert English 中文 Sound alerts for the moments a session needs you: an interrupted turn (approval request), a question, or a finished turn — a reminder to come back without keeping the tab in view. The node half registers the audio-alert settings namespace; the browser half subscribes to the session list and plays a sound on three attention edges: an approval request ( pendingInteraction becomes approval or plan-review ), an ask-user question ( pendingInteraction becomes question ), and a finished turn (a session's running bit flips true → false). Sounds are configurable per trigger through the audio-alert settings namespace (Settings → plugin configuration, or the settings.yaml document). Each field is optional: enabled (default true ), volume (default 0.8 , in [0, 1] ), approvalSound / questionSound / doneSound , and debug (default false ). A sound field accepts a data URI, an http(s)/blob URL, a root-relative URL (leading / ), or a local filesystem path. An empty field selects the built-in synthesized tone. debug: true logs the resolved config and each play to the browser console and the server log. A local path (for example C:/sounds/alert.mp3 , /so…

在 GitHub 查看完整 README →
工具/开发audio-alertdeepseek-harnessdshdsh-pluginnotification

分类