DeepSeek Harness plugin

dsh-answer-sound

Agent answer sound effects for DeepSeek Harness web: play start/done/error tones on answer lifecycle, with per-kind volume, custom audio file and a master switch in settings.

Jump to install

Source facts

Repository
zl99103/dsh-answer-sound
Latest update
Aug 15, 2026
Category
Workflow & Automation
GitHub stars
1
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/zl99103/dsh-answer-sound
Plugin: dsh-answer-sound
Author: zl99103

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-answer-sound

Agent answer sound effects for the DeepSeek Harness web GUI — a start tone, a done tone, and an error tone that follow the agent's answering lifecycle.

English | 中文

Features

  • Answer lifecycle sounds — a hidden watcher tracks the conversation's running state: the start tone plays when the agent begins answering, the done tone when it finishes, and the error tone when a turn errors
  • Per-kind settings — Settings → General gains four rows: a master switch, plus one row per tone kind (start / done / error), each with a volume slider, a custom audio file picker, and a preview button
  • No external resources — default tones are synthesized with the Web Audio API; optional custom audio files are read locally (never uploaded)
  • Persisted locally — settings are saved in localStorage (key dsh.answer-sound-effects.config)

Install

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

Restart dsh web, then open Settings → General to configure.

Security

This plugin is browser-only: the node half is a no-op, nothing runs on the host, no network requests are made, and audio files never leave your machine.

License

MIT