Laplace-bit/dsh-bell-notify1

dsh-bell-notify

DeepSeek Harness (dsh) plugin: lifecycle bells & status. dsh Agent 生命周期铃声与状态插件(零音频文件,Web Audio 合成)。

包名
dsh-bell-notify
版本
0.1.0
许可证
MIT
最近更新
2026年8月16日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Laplace-bit/dsh-bell-notify

配置

在 profile 的 cordis.patch.yml 里改(Cordis 加载时会校验并补默认值):

enabled: true
masterVolume: 0.7      # 总音量 0-1
muteAll: false         # 静音,但状态点照常工作
maxQueue: 8            # 等待队列容量
maxConcurrent: 3       # 同时播放的声音数(1 = 串行,值越大越能重叠)
defaultCooldown: 1000  # 规则默认节流窗口(毫秒)
statusRevertMs: 1000   # 瞬态状态自动回归时长
showStatusIndicator: true

声音开关、自定义音源的替换与文件名,都持久化在你的浏览器本地(localStorage + IndexedDB),不在这个配置文件里——点小圆点就能改,改完立即生效、刷新不丢。