Nixz0824/dsh-sound-cue0

@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 合成,无弹窗无系统通知)。

AI Analysis

核心用途是提供非侵入式的任务状态声音提醒。适合在后台运行 AI 任务,希望在任务结束或需要授权时通过声音获得提醒,而不想被系统弹窗打扰的用户。

Package
@dsh-external/dsh-sound-cue
Version
0.1.0
License
BSD-3-Clause
Last updated
Aug 17, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Nixz0824/dsh-sound-cue

配置

写在本包 cordis.patch.yml 的 insert 行(也可在 profile 的 cordis.patch.yml 里覆盖):

配置默认说明
style'A'A = 简约电子铃;B = 木质敲击(低频叩叩 + 咻—叮滑音)
volume0.5音量 0..1
needsOntrue「需要操作」提示音总开关
doneOntrue「任务完成」提示音总开关
skipSubagentstrue忽略子代理会话事件

改配置后刷新页面生效。