dsh-plugin-sound-notify
消息通讯 活跃维护

dsh-plugin-sound-notify

joyboy-yy/dsh-plugin-sound-notify

一款轻量级通知插件,当后台任务执行完成、用户需要做出选择时自动播放提示音,支持自定义音量调节,设置持久保存,无需反复查看状态即可及时获取反馈。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
21 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:joyboy-yy/dsh-plugin-sound-notify
git clone https://github.com/joyboy-yy/dsh-plugin-sound-notify.git
git clone git@github.com:joyboy-yy/dsh-plugin-sound-notify.git
README.md main

DSH Sound Notify

中文说明:README.zh-CN.md

中文简介

这是一个适用于 DeepSeek Harness 的声音通知插件:任务完成时播放完成提示音,出现选择项、问题确认、计划审核或审批请求时播放提醒音。

主要功能

  • 在 DSH 设置左侧提供独立的“声音通知”页面
  • 支持开启或关闭声音通知
  • 支持 0–100% 音量调节,并持久保存设置
  • 支持分别试听“任务完成”和“等待选择”两种提示音
  • 适配浅色和深色主题

快速安装

dsh plugin --profile web add github:<owner>/dsh-plugin-sound-notify

插件包自带 DSH bundle composition。安装后重启 dsh web,刷新当前页面,进入 设置 → 声音通知;首次使用时点击任一试听按钮,以允许浏览器播放声音。

完整中文文档请查看:README.zh-CN.md


Sound notifications for DeepSeek Harness when a task finishes or a session starts waiting for user input.

Features

  • Completion chime when an agent transitions from running to idle
  • Attention chime for questions, plan review, or approval requests
  • Dedicated Sound notifications page in DSH settings
  • Enable/disable toggle
  • 0–100% volume control
  • Separate preview buttons for both chimes
  • Settings persisted through DSH's settings service
  • Light/dark theme-aware UI

Requirements

  • DeepSeek Harness 0.1.0-rc.7 compatible Web profile
  • A browser that permits audio after a user gesture

Install from a local checkout

dsh plugin --profile web add D:\path\to\dsh-plugin-sound-notify

The package includes its own DSH bundle composition, so no separate cordis.patch.yml edit is needed. Restart the existing dsh web process, refresh its current URL, open Settings → Sound notifications, and click either preview once to allow browser audio.

Install from GitHub

After replacing <owner> with the repository owner:

dsh plugin --profile web add github:<owner>/dsh-plugin-sound-notify

The package includes its own DSH bundle composition; restart dsh web after installation.

Development

npm run build
npm test

The project intentionally keeps the browser bundle as plain JavaScript so its DSH client manifest can load without a separate bundler toolchain.

Privacy

The repository contains no credentials, account names, machine-specific paths, telemetry, or user content. Settings contain only the enabled state and volume percentage.

License

MIT