DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Chime — DeepSeek Harness 插件(DSH Plugin)
← Plugins

@hto404/dsh-chime

Chime

dsh Web GUI 的任务完成通知提示音:根代理回合结束时播放声音,即使标签页处于后台也能正常播放。持久化主机端+客户端插件,包含 10 种预设声音、自定义声音导入、音量控制以及“设置 > Plugi”

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add @hto404/dsh-chime@0.1.2
README兼容性版本
Demo animation

兼容性与来源证明

Chime 以 @hto404/dsh-chime 发布,当前版本为 0.1.2。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
npm
Registry 更新时间
2026/9/20

版本

0.1.2stable
2026/8/15
0.1.1stable
2026/8/15
0.1.0stable
2026/8/15

相关插件

正在加载相关插件…

最新版
0.1.2
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
2.8 MB
文件数
30
Surface
web
许可证
Apache-2.0
发布源
npm
GitHub
★ 1
周下载
71
最近提交
2026/8/15
查看源码 ↗项目主页 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

README

dsh-chime

A task-completion chime for the DeepSeek Harness (DSH) Web GUI.

The moment a root agent turn finishes, it rings — even while the tab is in the background. Stop watching the task list; it will tell you the second you're done.


Contents

Features · Quick Start · Usage · How It Works · Presets · FAQ · Support · Agent Install


You kicked off a 20-minute task, then switched tabs to watch a video. 20 minutes later you come back: the task finished long ago — and you have no idea when.

— dsh-chime exists to fill that one second.


Features

⏱ Rings in the background
Web Audio playback; works when the tab is hidden
🎵 10 curated presets
Seeded on first run, ready out of the box
📂 Bring your own sound
wav / mp3 / ogg — use your own audio
🔊 Volume control
0–100% slider, preview on release
⚙️ One panel, everything
Settings → Plugins, preferences persist
♻️ Survives restarts
Static host + client plugin, auto-starts with DSH

Quick Start

Option 1 — npm

dsh plugin --profile web add @hto404/dsh-chime

Option 2 — local folder

dsh plugin --profile web add link:C:\path\to\dsh-chime

Option 3 — manual

Place dsh-chime under node_modules/@hto404/ in your web profile, then append to ~/.dsh/cordis.patch.yml:

- insert:
    - id: chime
      name: '@hto404/dsh-chime'

Restart DSH (start-dsh.bat).


Usage

Settings panel

Live demo — try the controls yourself: docs/demo.html

Demo animation

  1. Restart DSH and open the Web GUI.
  2. Go to Settings → Plugins →「🔔 任务完成提示音」.
  3. Pick a preset, import your own sound, drag the volume, or mute — all applied and saved instantly.
  4. From then on, every finished task rings — even in a background tab.

Didn't hear anything the first time? Click 测试声音 once to unlock the browser's autoplay policy — everything works after that.


How It Works

Flow

RoleWhat it does
Host lib/index.jsListens to agent/status; queues a notification when a root agent turns idle; serves /dsh-chime/poll, /dsh-chime/presets, /dsh-chime/preset-audio
Client lib/client.jsPolls /dsh-chime/poll every 2s; plays the selected sound with Web Audio; the control panel lives in the settings.plugin.item slot

Rule of thumb: only root agents (main sessions) trigger the chime — intermediate subagent completions don't. A long task with a dozen subagents won't ping you mid-way; you hear it only when the final result lands.


Presets

Preset directory: $DSH_HOME/dsh-chime/sounds (default ~/.dsh/dsh-chime/sounds). The 10 bundled sounds are seeded there on first run. Drop any mp3/wav/ogg into that folder and restart the plugin to add your own.

PresetVibe
01-欢快铃声 · Cheerful BellLight and pleasant, like good news arriving
02-双声蜂鸣 · Double BeepClassic electronic, no-nonsense
03-消息弹出 · Message PopShort and light, presence without noise
04-确认音 · ConfirmationSteady and assured, the ritual of finishing
05-数字短音 · Quick ToneOne crisp note, unmistakable
06-快速叮咚 · Fast DingBright and loud, hardest to miss
07-气泡通知 · Bubble PopPlayful, a little cute
08-清亮提示音 · Clear ChimeAiry and mellow, for softer tastes
09-吉他通知 · Guitar AlertA warm chord, like someone calling you
10-游戏成功 · Game WinA rising sense of victory — task done!

Bundled sounds come from Mixkit Free Sound Effects under the Mixkit License (free for commercial use).


FAQ

The task finished but nothing rang — why?

Check, in order:

  1. Is Mute on, or the volume dragged to 0?
  2. Was it a subagent? dsh-chime only rings for root agents (main sessions).
  3. Did the browser block autoplay? Click 测试声音 once to unlock it.
Can I hear it while the tab is in the background?

Yes. Web Audio playback doesn't depend on page visibility — that's the whole point of dsh-chime.

How do I use my own sound?

Two ways: click 导入声音 in the panel and pick a local audio file, or drop an mp3/wav/ogg into the preset directory — it appears in the dropdown after a plugin restart.

Do I need to re-enable it after a DSH restart?

No. dsh-chime is a static, composition-mounted plugin — it starts automatically with DSH, and your sound settings persist.


Agent Install

Running an AI agent and want it to install this plugin for you? Point it at the instructions:

👉 AGENT-INSTALL.md — starts with "Agent,看这里" and walks any agent through installing this repo into DSH end-to-end.


Support

If it saved you from one extra glance at the task list —

give it a ⭐ so more people who've been walked around by their agents find it.

The point of a tool is to give your attention back to yourself. The eyes that used to watch the task list can rest now.


Apache-2.0 · Made for DeepSeek Harness · Sounds from Mixkit

相关插件

继续浏览 integrations-communication 分类下经过校验的插件。

Acp App@deepseek-ai/dsh-acp-appdsh ACP 配置文件包:基于 dsh-base 的仅限自动化的 JSON-RPC stdio 和进程生命周期管理Remote Web Ui@linxin666/dsh-remote-web-ui通过扫码配对访问 dsh Web GUI,共享一个官方界面:设置按钮旁的二维码可将手机和 PC 配对到同一个 Web GUI(手机采用竖屏触控适配层,PC 使用完整桌面界面),通过一次性令牌和 rPocketdsh-pocket把 DeepSeek Harness 装进你的口袋:一个包、一个设置页,手机扫码即同步访问电脑上的 DSH(局域网 + 公网,实时同屏)。DSCODE@toddzheng024/dscode-bundle完整的 DeepSeek 编码代理,支持持久化 shell、Ultra 协作和自动权限审查。