DeepSeek Harness 插件

dsh-plugin-sound-notify

Sound notifications for DeepSeek Harness when tasks finish or user choices require attention, with volume controls and persistent settings.(英文原文)

跳到安装方式

来源信息

GitHub 仓库
joyboy-yy/dsh-plugin-sound-notify
最近更新
2026年8月19日
分类
通知与集成
GitHub stars
0
载体类型
plugin
目录证据
上游声明已找到 dsh.bundle
证据路径
package.json#dsh.bundle
核对版本
0.1.0-rc.8
上游核对日期
2026-08-20

该证据由上游目录提供。本站没有安装、运行或安全审核这个插件。

安装

默认先复制一段 Prompt,让 Agent 读 GitHub 仓库和源码;需要自己装时再切到命令。

复制这段 Prompt,发给 DSH、Codex 或其他 Agent,让它先读 GitHub 仓库和源码。

请先不要安装或执行任何命令。阅读这个插件的 GitHub 仓库、README 和关键源码,然后用清楚、直接的方式回答以下问题,帮助我判断它是否适合我的需求:

1. 这个插件是什么,解决什么问题;
2. 适合哪些用户和典型使用场景;
3. 安装后如何使用,并给出一个最小使用示例;
4. 有哪些已知限制,以及隐私、安全、兼容性或维护风险;
5. 给出“推荐 / 有条件推荐 / 不推荐”的明确建议和理由。

请区分仓库明确说明、根据源码推断和未知信息。证据不足时请明确说明,不要猜测或照抄 README。

GitHub:https://github.com/joyboy-yy/dsh-plugin-sound-notify
插件名:dsh-plugin-sound-notify
作者:joyboy-yy

检查来源文件

安装前先看这个插件目录里的 README 和其他文件。

文件资源管理器4 个文件
README.md来源说明 · 只读预览
README 语言

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](LICENSE)