dsh-ding
DSH 插件:对话完成时播放提示音 + Windows 通知,WebUI 铃铛按钮可调开关/音量/音效
AI 分析
核心用途是对话完成提醒。适合在后台运行 DSH 任务、需要声音或系统弹窗通知完成状态的用户;部分功能依赖 Windows 系统通知。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:CAOGGL/dsh-dingドキュメント
README 全文を読む ↗配置
| 配置项 | 默认值 | 说明 |
|---|---|---|
sound | true | 播放提示音 |
soundFile | 空 | 提示音文件路径(mp3/wav/mid/wma/aac)。留空时自动在 服务器工作目录 / 插件目录 / 用户主目录 找 ding.mp3,找不到则回退系统"叮咚"双音 |
volume | 1.0 | 提示音音量(0.0 ~ 1.0,1.0 为原始音量,如 0.5 即一半音量) |
balloon | true | 显示 Windows 通知 |
title | DSH 完成 | 通知标题 |
debounceMs | 800 | 状态防抖毫秒数 |
minIntervalMs | 3000 | 两次通知的最小间隔 |
notifySubagents | false | 是否也通知子代理完成 |
完整示例:
- insert:
- id: dsh-ding
name: 'dsh-ding'
config:
sound: true
soundFile: 'C:\codewhale\ding.mp3'
volume: 0.8
balloon: true
title: 'DSH 完成'
debounceMs: 800
minIntervalMs: 3000
Configuration
| Option | Default | Description |
|---|---|---|
sound | true | Play the alert sound |
soundFile | empty | Path to the sound file (mp3/wav/mid/wma/aac). When empty, the script looks for ding.mp3 in the server working directory / plugin directory / user home; falls back to the system beep if not found |
volume | 1.0 | Alert sound volume (0.0 ~ 1.0; 1.0 = original volume, e.g. 0.5 = half volume) |
balloon | true | Show the Windows notification |
title | DSH 完成 | Notification title |
debounceMs | 800 | Status debounce in ms |
minIntervalMs | 3000 | Minimum interval between two notifications |
notifySubagents | false | Also notify when subagents finish |
Full example:
- insert:
- id: dsh-ding
name: 'dsh-ding'
config:
sound: true
soundFile: 'C:\codewhale\ding.mp3'
volume: 0.8
balloon: true
title: 'DSH 完成'
debounceMs: 800
minIntervalMs: 3000