DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

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

@dsh-external/dsh-complete-chime

Complete Chime

每当一轮对话结束时播放短提示音。提供内置音调,并支持上传一个自定义音频,可在设置 → 插件中配置。

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Whale-Zhang/dsh-complete-chime#9536566e14e61c676adfd155a9c3b7497ab75ee1
README兼容性版本
Settings → Plugins → Plugin configuration

兼容性与来源证明

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

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/8/23

版本

0.1.1stable
2026/8/23

相关插件

正在加载相关插件…

最新版
0.1.1
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 3
周下载
0
最近提交
2026/8/23
查看源码 ↗
README Badge

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

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

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

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

相关插件

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

Acp App@deepseek-ai/dsh-acp-appdsh ACP 配置文件包:基于 dsh-base 的仅限自动化的 JSON-RPC stdio 和进程生命周期管理Univer Officedsh-univer-officeDSH × Univer 集成,内置协作 Gateway 和 Viewer:内联预览、实时浮动 Worktree 窗口,以及 DeepSeek Harness 中的会话结束审查操作。DSCODE@toddzheng024/dscode-bundle完整的 DeepSeek 编码代理,支持持久化 shell、Ultra 协作和自动权限审查。Bridge@wenbin_wb/dsh-bridge手机扫码即可在移动端/公网继续用 DeepSeek Harness,人不在电脑前也能接着干。一键局域网二维码、Cloudflare 公网隧道、自建隧道与微信 / QQ / 飞书 / Telegram Bot(多工作区/会话持久化/媒体/卡片审批/流式输出),无需自己搭公网服务器。

README

dsh-complete-chime

English · 中文

A DeepSeek Harness (dsh) plugin that plays a short sound when a conversation turn finishes. Works in the Web UI and Desktop. Built-in tones plus one custom upload, configured in Settings → Plugins.

设置入口:设置 → 插件 → 插件配置。展开「对话完成提示音」即可开关、换音色、调音量、试听和上传自定义音频。

Settings → Plugins → Plugin configuration

中文

会话回合真正结束后播放提示音。网页端与桌面端同一套设置。

行为

  • 任一会话回合结束(不是手动停止、不是刷新回放)播一次
  • 多会话并行:谁完成谁响,互不吞掉;当前正在看的会话也会响
  • 子代理会话默认不响
  • 内置三种短提示音:铃声 / 叮咚 / 钟声
  • 可上传一条自定义音频(mp3 / wav 等,最大 2MB)

设置

打开 设置 → 插件 → 插件配置,展开「对话完成提示音」:

  • 启用开关
  • 音色
  • 音量(滑动条)
  • 试听
  • 上传 / 更换 / 移除自定义音频

自定义文件存在 $DSH_HOME/complete-chime/(默认 ~/.dsh/complete-chime/),偏好写在用户设置文档的 dsh-complete-chime 命名空间。Web 与 Desktop 两个 profile 共用。

浏览器若拦截自动播放,在页面上点击一次即可解锁。切回前台时会尝试恢复 AudioContext,避免后台标签页把提示音静音后一直不响。

安装

需要已安装 DeepSeek Harness。

dsh plugin --profile web add github:Whale-Zhang/dsh-complete-chime
dsh plugin --profile desktop add github:Whale-Zhang/dsh-complete-chime

装完后重启对应 profile。用 dsh --profile web --dump-config 应能看到 dsh-complete-chime 这一行。

本地开发(拷进运行时目录后再 file: 安装):

dsh plugin --profile web add file:$HOME/.dsh/plugins/dsh-complete-chime
dsh plugin --profile desktop add file:$HOME/.dsh/plugins/dsh-complete-chime

卸载

dsh plugin --profile web remove @dsh-external/dsh-complete-chime
dsh plugin --profile desktop remove @dsh-external/dsh-complete-chime

English

Play a short cue when an agent turn finishes. Same settings on Web and Desktop.

Behavior

  • Fires once when a session turn actually ends (not a user abort, not a refresh replay)
  • Concurrent sessions each get their own cue; the session you are viewing also rings
  • Subagent sessions stay quiet
  • Three built-in synthesized tones: Chime / Ding / Bell
  • Optional custom audio upload (mp3 / wav, max 2MB)

Settings

Settings → Plugins → Plugin configuration → Completion chime

Enable, sound, volume slider, preview, and custom-file upload. Chrome matches the built-in plugin cards (expand, reset, discard, save).

Custom audio lives under $DSH_HOME/complete-chime/. Preferences use the dsh-complete-chime settings namespace.

If the browser blocks autoplay, click once on the page to unlock audio. Returning to the tab resumes the audio context so later completions still ring.

Custom files must be real audio (sniffed on the host) and at most 2MB. Non-audio or oversized picks are rejected before save.

Install

Requires DeepSeek Harness.

dsh plugin --profile web add github:Whale-Zhang/dsh-complete-chime
dsh plugin --profile desktop add github:Whale-Zhang/dsh-complete-chime

Restart the profile after installing. dsh --profile web --dump-config should list dsh-complete-chime.

License

MIT