@dsh-external/dsh-sound-cue
DSH sound cues: a short Web Audio ding when you need to act (approval / question), and a different one when a task finishes. 需要操作与任务完成时的简短提示音(Web Audio 合成,无弹窗无系统通知)。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Nixz0824/dsh-sound-cue说明文档
阅读完整 README ↗配置
写在本包 cordis.patch.yml 的 insert 行(也可在 profile 的 cordis.patch.yml 里覆盖):
| 配置 | 默认 | 说明 |
|---|---|---|
style | 'A' | A = 简约电子铃;B = 木质敲击(低频叩叩 + 咻—叮滑音) |
volume | 0.5 | 音量 0..1 |
needsOn | true | 「需要操作」提示音总开关 |
doneOn | true | 「任务完成」提示音总开关 |
skipSubagents | true | 忽略子代理会话事件 |
改配置后刷新页面生效。