DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Done Sound — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-done-sound

Done Sound

Play a user-chosen sound whenever a conversation finishes in the DeepSeek Harness web GUI

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-done-sound@0.1.15
READMECompatibilityVersions

Compatibility and provenance

Done Sound is published as dsh-done-sound and currently resolves to version 0.1.15. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

0.1.15stable
9/15/2026
0.1.14stable
9/15/2026
0.1.13stable
9/14/2026
Show 13 more versionsCollapse versions
0.1.12stable
9/14/2026
0.1.11stable
8/31/2026
0.1.10stable
8/29/2026
0.1.9stable
8/29/2026
0.1.8stable
8/26/2026
0.1.7stable
8/26/2026
0.1.6stable
8/26/2026
0.1.5stable
8/26/2026
0.1.4stable
8/26/2026
0.1.3stable
8/25/2026
0.1.2stable
8/23/2026
0.1.1stable
8/23/2026
0.1.0stable
8/23/2026

Related plugins

Loading related plugins…

Latest
0.1.15
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
318.6 kB
Files
11
Surface
web
License
MIT
Source
npm
Weekly downloads
510
Security scan
✓ v0.1.15 scan passed
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in integrations-communication.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rPocketdsh-pocketPut DeepSeek Harness in your pocket: one package, one settings page, and scan a QR code on your phone to access DSH on your computer in sync (LAN + public network, real-time screen mirroring).DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.

README

dsh-done-sound

DeepSeek Harness Web GUI 的对话音效插件。不同触发情况可以分别设置音频提醒,并为每种情况提供内置默认音效。

功能

  • 五种场景独立配置:正常完成、中断、出错、等待确认、自动重连成功各自使用独立音频,可分别选择、试听和清除。
  • 内置默认音效:即使没有上传任何文件,也会使用对应场景的默认音效:
    • 正常完成:turn-done.wav
    • 中断:turn-interrupt.wav
    • 出错:turn-error.wav
    • 等待确认:turn-pending.wav
    • 自动重连成功:turn-retry.wav
  • 音频格式:支持 mp3、wav、ogg、webm、m4a、aac、flac,单个文件最大 10MB。
  • 完成检测:根据宿主 turn/end 事件的 reason 判断正常完成、中断、出错和超长截断,避免误触发;每轮只播放一次。
  • 触发开关:
    • 中断时也响:手动停止生成时是否播放,默认关闭。
    • 出错时也响:对话以错误结束或超长截断时是否播放,默认开启。
    • 等待确认提醒:Agent 等待批准、提问或其他人工确认时是否播放,默认开启。
    • 重连成功也响:自动发送「继续」成功后是否播放专属音效,默认开启。
    • 出错自动重连:出错后是否自动发送「继续」重试,默认开启。
  • 自动重连等待时间:可设置 10-300 秒,按 5 秒步进;等待期间显示倒计时,若会话自行恢复则自动取消。
  • 全局音量:统一调节五种场景的播放音量。
  • 版本检查:设置卡片显示当前版本和更新状态。
  • 日志与导出:Host 和 Client 诊断日志保存到 profile 目录,可从设置卡片导出当天日志。

安装

dsh plugin --profile web add dsh-done-sound

本地开发:

dsh plugin --profile web add link:F:\0.AI-CodeProject\DSHProject\0.日常聊天\dsh-done-sound

安装后重启 dsh web,打开设置页即可看到「对话完成音效」卡片。

升级已有安装后,请重启 dsh web 使 Host 端更新生效。旧版本中保存的单个自定义音频会自动作为「正常完成」音保留,不会丢失。

配置位置

设置 → 对话完成音效中会显示五行独立音频配置。每行都可以选择文件、试听或清除当前自定义音频;清除后会恢复该场景的内置默认音效。

自定义音频文件保存在 profile 目录的 .dsh-done-sound/ 中,配置保存在 DSH 设置中。Host 音频路由为:

/dsh-done-sound/audio/<fileId>

架构

  • Host 半区(src/index.js → 构建产物 lib/index.js):dsh-done-sound 设置作用域(ctx.settings)、五场景音频文件存储、webServer 路由与同源 JSON API(/dsh-done-sound/api/status|config|audio|clear)、dsh-done-sound 命令。路由经 ctx.inject(['webServer'], cb) 延迟挂载;构建时由 esbuild 内联 @deepseek-ai/schemastery,产物自包含(link 安装时无需依赖 profile 的模块解析)。
  • Client 半区(lib/client.js):settings.section 设置卡片,以 fetch 调用 HTTP API;conversation.session.header.utilities 完成检测器订阅会话状态,按场景选择音效并处理等待确认与自动重连倒计时。

开发

pnpm install        # 安装 esbuild
pnpm run build      # 打包 src/index.js -> lib/index.js(自带)
pnpm run check      # 语法检查两个产物
npm test            # Host API 与完成检测测试

修改 Host 源码后重新 pnpm run build;Client 半区直接改 lib/client.js(__ModuleLoader__ 格式即运行时契约,无需打包)。

音效库下载

内置提示音不够用?社区精选音色库(百度网盘,永久有效):

  • 链接:https://pan.baidu.com/s/1xnef4xkCy8pkooXMGi2ApQ?pwd=1234
  • 提取码:1234

下载解压后,在 设置 → 对话完成音效 → 对应场景 → 选择音频 中选用即可。

License

MIT