DeepSeek Harness plugin

dsh-plugin-sound-notify

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

Jump to install

Source facts

Repository
joyboy-yy/dsh-plugin-sound-notify
Latest update
Aug 19, 2026
Category
Notifications & Integrations
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/joyboy-yy/dsh-plugin-sound-notify
Plugin: dsh-plugin-sound-notify
Author: joyboy-yy

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer4 files
README.mdSource · read only
README language

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)