Zyy1997/dsh-sound-notify1

@dsh-external/dsh-sound-notify

DSH 声音提示插件:在 Agent 完成回合或等待审批时在宿主机播放提示音,支持在插件设置卡片中配置

AI 分析

核心用途是在 Agent 结束运行或需要人工审批时播放声音。适合挂机运行长任务、需要声音提醒及时介入的 DSH 用户。

包名
@dsh-external/dsh-sound-notify
版本
0.1.0
许可证
MIT
最近更新
2026年8月15日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗

配置项 / Configuration

字段 Field类型 Type默认 Default说明 Description
enabledbooleantrue总开关;false 时任务完成与审批都不提示。Master switch.
soundstring""音频文件绝对路径(wav/mp3/ogg…)。留空使用内置默认音效(assets/default-notify.mp3)。Absolute path to an audio file; empty = built-in default sound.
volumenumber1音量 0..1。仅非 wav 文件生效。Volume 0..1 (non-wav only).
onlyTopLevelbooleanfalsetrue 时只对顶层 agent 完成提示。Notify only for top-level agents.
cooldownMsnumber2000防抖窗口(毫秒)。Debounce window (ms), per event type.
notifyApprovalbooleantrue审批等待时提示;策略为 never 时自动不响。Notify on approval requests.
previewnumber0内部试听触发计数(UI 隐藏)。Internal preview counter (hidden).