JasonJin2006/dsh-sound-effects-plugin2

dsh-sound-effects-plugin

为 DeepSeek Harness 提供的 Reasonix 风格音效插件:包含智能体工作时的生成式五声音阶背景音乐及各类提示音。

AI 分析

核心用途是为 AI 交互过程增加听觉反馈。适合喜欢在 AI 生成内容时听舒缓背景音乐、或需要声音提醒生成完毕的用户。可在设置中自由开关和预览音效。

包名
dsh-sound-effects-plugin
版本
1.5.0
许可证
MIT
最近更新
2026年8月13日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:JasonJin2006/dsh-sound-effects-plugin

Install

This package follows the DeepSeek Harness bundle convention: it declares dsh.bundle (a cordis.patch.yml layer) and dsh.client (platform: "web"), so the web GUI serves the browser half.

dsh plugin --profile  add github:JasonJin2006/dsh-sound-effects-plugin

No build step: client.js ships prebuilt plain JavaScript, so the git-install prepare-script allowance is not needed.

Configure

Open Settings → General → Sound (声音):

  • 生成式背景音乐 — preset pills (关闭 / 空灵 / 经典 / 数字 / 复古) + preview
  • 生成完成 — E6→G6→C7 chime on/off + preview
  • 等待操作 — A6→E6 chime on/off + preview
  • 音量与静音 — master volume slider + mute

Load as a dynamic plugin instead (no install)

In a running web session, the same code can be mounted in memory with the Cordis tool (cordis_define / cordis_run): take client.js, strip the module wrapper (window.__ModuleLoader__.load({ ... }) and the var React = require('react') line), and pass the rest as code.client. The dynamic runner injects React and the guarded context, so no other change is needed.

Load as a dynamic plugin instead (no install)

In a running web session, the same code can be mounted in memory with the Cordis tool (cordis_define / cordis_run): take client.js, strip the module wrapper (window.__ModuleLoader__.load({ ... }) and the var React = require('react') line), and pass the rest as code.client. The dynamic runner injects React and the guarded context, so no other change is needed.