eeyzs1/dsh-plugins--packages-chime ↗★ 0
@eeyzs1/dsh-chime
在任何对话结束回合或等待用户输入时播放提示音
AI 分析
核心用途是在 AI 回答完成或需要用户交互时播放浏览器提示音。适合在后台运行 DSH、需要声音提醒任务进度的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:eeyzs1/dsh-plugins#ab0060811a40f2c801d0f920327323f296af9dec&path:packages/chime说明文档
阅读完整 README ↗@eeyzs1/dsh-chime
Profile-installable DSH bundle: play a browser chime when any conversation finishes a turn or waits for user input.
Build
The web client loads exports["./client"] as a classic script and requires a __ModuleLoader__.load handoff. Edit src/client.js (CJS module body), then:
npm run build
This writes lib/client.js. prepack runs the same step.
Install
dsh plugin --profile web add
Or link this directory into $DSH_HOME/profiles/web and list @eeyzs1/dsh-chime under dsh.profile.bundles.