linyuan-ai1/dsh-plugins--packages-dsh-event-sounds ↗★ 0
dsh-event-sounds
DSH 事件通知音效插件:使用 WebAudio 浏览器合成任务完成、提问或审批提示音,无需音频资源。
AI 分析
为 DSH 的关键节点(如任务结束、AI 提问、等待审批)提供声音反馈。适合在后台挂机运行 Agent、需要声音提醒及时介入的用户。纯浏览器合成。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:linyuan-ai1/dsh-plugins#c3298eca2b20b855a1a0b6817c2dda74955b5343&path:packages/dsh-event-sounds说明文档
阅读完整 README ↗dsh-event-sounds
Event notification sounds for DeepSeek Harness, synthesized with WebAudio (no audio assets): play a cue when a task completes, a question is asked, or an approval is requested.
Features
- Task-done / question / approval cues
- Master switch + per-event toggle and tone picker (6 tones)
- No audio files — all synthesized in-browser
- Persists across restarts (localStorage)
Install
dsh plugin --profile web add dsh-event-sounds
Then open Settings → General → Event Sounds.
Development
npm run check
npm publish --registry https://registry.npmjs.org
License
MIT