DeepSeek Harness plugin

dsh-bell-notify

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

Jump to install

Source facts

Repository
Laplace-bit/dsh-bell-notify
Latest update
Aug 21, 2026
Category
Workflow & Automation
GitHub stars
2
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/Laplace-bit/dsh-bell-notify
Plugin: dsh-bell-notify
Author: Laplace-bit

Check the source files

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

File explorer4 files
README.en.mdSource · read only
README language

dsh-bell-notify 🔔

English · 中文

![npm version](https://www.npmjs.com/package/dsh-bell-notify) ![Pages](https://github.com/Laplace-bit/dsh-bell-notify/actions) ![MIT license](./LICENSE) ![Hear the bells](https://laplace-bit.github.io/dsh-bell-notify/en.html)

dsh-bell-notify is a community plugin for DeepSeek Harness (dsh). It turns key Agent lifecycle events into configurable sound cues, so you can follow progress without watching the page.

Every bell is synthesized in real time with the Web Audio API, with no audio assets in the package. Controls live in Settings → Plugins → Plugin configuration → Bell notifications; there is no floating workspace panel or corner status dot competing with the conversation UI.

> Not part of the official DeepSeek distribution. An MIT-licensed community plugin.

In one sentence

If you run DeepSeek Harness (dsh) tasks in the background and want a low-noise cue when the Agent needs you or a turn finishes, install this plugin. It is for long-running tasks, parallel work, and developers who do not want to watch the browser continuously; it uses no external service and never uploads audio.

This is not a desktop notification bridge or a general browser notification library: sounds play for Agent lifecycle events in a DSH Web session.

What it does

🎵 Sound the moments that matter

Each configurable event has its own bell. A new installation enables only the three highest-value cues by default: Agent start, waiting for input, and turn complete. The remaining events are preconfigured but silent until you enable them, so routine activity does not become noise.

EventDefault bellInitial state
Session startstartupOff
Agent startclickOn
ThinkingnotifyOff
Tool calltickOff
Tool donedropOff
Command runbeepOff
Command doneriseOff
Waiting for inputalertOn
Turn completesuccessOn
Back to idleconfirmOff

🎛️ Swap in your own sounds

Open Settings → Plugins → Plugin configuration → Bell notifications. For every event you can:

  • Preview the default sound, or the one you uploaded
  • Upload your own audio file to replace it
  • Reset back to default

Your replacement survives reloads and the card shows the uploaded file name. Choose Reset whenever you want to return to the built-in recipe.

🎼 Sounds that are "alive"

All bells are synthesized on the fly — not recorded files. That means:

  • Zero audio assets, a negligible footprint
  • Built-in recipes generated at playback; replace any event with your own audio
  • Fully offline, no network, no external resources

Why

When the Agent runs for a while, the page is not always in view. A small set of high-value cues for starting, requesting input, and finishing lets you keep working elsewhere and return to Harness when attention is needed.

Install

From a DeepSeek Harness source checkout:

pnpm dsh plugin --profile bell add dsh-bell-notify

If dsh is already on your PATH:

dsh plugin --profile bell add dsh-bell-notify

> The npm package ships prebuilt lib/, so no pnpm ≥10 build-script allowance is needed.

Start it:

pnpm dsh --profile bell

Open the page, click anywhere once (browser autoplay policy — one click unlocks audio), then adjust events in Settings → Plugins → Plugin configuration → Bell notifications.

Remove it:

pnpm dsh plugin --profile bell remove dsh-bell-notify

Configuration

Tune regular runtime parameters in the profile's cordis.patch.yml (Cordis validates and fills defaults at load):

maxQueue: 8            # wait-queue capacity
maxConcurrent: 3       # simultaneous sounds (1 = serial, higher = more overlap)
defaultCooldown: 1000  # global cooldown fallback (ms)

Use Settings → Plugins → Plugin configuration → Bell notifications for:

  • Enable notification sounds, the only global sound switch. Turning it off mutes everything.
  • Profile-durable enablement and master-volume preferences.
  • Browser-local event toggles, custom sound replacements, and file names (localStorage + IndexedDB), applied immediately and retained across reloads.

The former corner status dot and floating panel have been removed; all controls now live in the plugin configuration card.

Version and updates

The card shows the running version from package metadata. Update is enabled only when the active profile is confirmed to use an npm registry dependency; it runs the fixed command pnpm update dsh-bell-notify in that profile, then reconciles dsh.profile.bundles with Harness' bundle rules before requiring a Harness restart. link: and file: development installs show as a development version and keep Update disabled so local source links are never replaced.

Development

pnpm install
pnpm build          # builds lib/index.js (host) + lib/client.js (browser)
pnpm test           # unit tests
pnpm typecheck

Want to hear the built-in bells? Open [preview.html](preview.html) from the repository, or visit the live preview.

FAQ

Is this an official DeepSeek plugin? No. It's a community plugin for DeepSeek Harness (dsh), MIT-licensed, not part of the official distribution.

Why is there no sound? Most likely the browser autoplay policy — after the plugin loads you need to click the page once to unlock audio. After that, event sounds work normally.

Where do I configure notification sounds? Open Settings → Plugins → Plugin configuration → Bell notifications. It manages enablement, volume, event toggles, custom sounds, and updates for npm-installed versions.

Why is there no corner status dot or floating panel? They were removed to keep the workspace unobstructed. All controls are now consolidated in Plugin configuration.

Where are custom sounds stored? Bytes in browser IndexedDB, event-to-file mapping in localStorage. All local — nothing is uploaded anywhere.

License

[MIT](LICENSE)