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.

Soundscape — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
S

@dsh-external/dsh-soundscape

Soundscape

DSH Tool/Thinking Sound Effects: agent thinking ambience + categorized sound effects for all tools + direct sound effects folder replacement (automatic wav/mp3 conversion)

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

npx -y @deepseek-ai/dsh plugin --profile web add github:berserk0501/dsh-soundscape#17e80c70bfe67c881e4b732b4c5243fd92856b65
READMECompatibilityVersions

Compatibility and provenance

Soundscape is published as @dsh-external/dsh-soundscape and currently resolves to version 0.0.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/26/2026

Versions

0.0.1stable
8/26/2026

Related plugins

Loading related plugins…

Latest
0.0.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/26/2026
View source ↗
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 ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Remote 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 r

README

dsh-soundscape

DSH 本机音效插件:监听 Agent 状态与工具生命周期,通过常驻 PowerShell System.Windows.Media.MediaPlayer 播放思考、工具和错误提示音。

当前能力

  • agent/status 进入 running 时循环思考音,回到 idle 时停止并播放结束音。
  • 工具开始、完成和失败音可独立开关;同工具调用有节流保护。
  • 工具音会打断思考循环,按 WAV 实际时长结束后自动恢复。
  • 12 种零素材内置 PCM WAV;用户可在 assets/sounds/ 放入 <工具名>.wav 或 <工具名>.mp3 覆盖。
  • MP3 由 mpg123-decoder 在 Node 进程内转换并缓存为 WAV。
  • DSH 设置页提供开关、音量、思考音、工具映射、试听、重新扫描和打开音效目录。
  • 配置写入采用临时文件替换,插件卸载时停止定时器并终止播放进程。

配置与解析顺序

配置保存在 assets/config.json。工具音按以下顺序解析:

  1. assets/sounds/<工具名>.wav
  2. 已扫描转换的 assets/sounds/<工具名>.mp3
  3. config.tools.<工具名>
  4. 工具分类音
  5. config.tools.default

映射值支持 builtin:<名称>、file:<文件名> 和 none。MP3 转换缓存由 插件管理,不应手工写入配置。

本地 API

静态 hybrid bundle 使用 DSH 已验证的 webServer.register 同源接口:

  • GET/POST /api/dsh-soundscape/config
  • GET /api/dsh-soundscape/sounds
  • POST /api/dsh-soundscape/play-test
  • POST /api/dsh-soundscape/rescan
  • POST /api/dsh-soundscape/open-sounds-folder

这些接口只由本机 DSH 页面调用。设计草案中的 harness.handle/host.call 属于动态 Cordis runner,不是此静态 bundle 的运行时 API。

验证

npm install --ignore-scripts --legacy-peer-deps
npm run verify

verify 包含全部源码语法检查、Node 单元测试和宿主 mock smoke。

当前已在真实 DSH 中验证:热重载 active、5 条本地 API、设置页完整挂载、 保存立即生效、12 个内置音效清单、MediaPlayer 守护进程 DAEMON READY 及 PLAYED 回执。实际扬声器听感、最终代码完整重启、真实自定义文件命中 和卸载净验证仍需人工验收,不能仅凭日志推断通过。