JasonJin2006/dsh-sound-effects-plugin ↗★ 2
dsh-sound-effects-plugin
Reasonix-style sound effects for DeepSeek Harness: generative pentatonic ambient music while the agent works, E6-G6-C7 success chime, A6-E6 attention chime. Configured in Settings > General > Sound.
AI 분석
核心用途是为 AI 交互过程增加听觉反馈。适合喜欢在 AI 生成内容时听舒缓背景音乐、或需要声音提醒生成完毕的用户。可在设置中自由开关和预览音效。
설치
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:JasonJin2006/dsh-sound-effects-pluginInstall
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.