deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:gkgy/dsh-plugin-laile-laodi
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
中文:一个 DeepSeek Harness(DSH)插件:每次助手回复结束时播放「来了,老弟」完成提示音 —— 先显示文本,回复完毕再响一声。 English: A DeepSeek Harness (DSH) plugin that plays the "来了,老弟 / Here comes, bro!" greeting sound when every assistant reply finishes — text first, sound last.
English
dynamic/client.js.display:none, so it takes up no UI space.中文
dynamic/client.js 注释。display:none,不占用任何界面空间。cordis_define)English: Ask the model in a DSH conversation to run cordis_define:
code.host: paste the contents of dynamic/host.js (edit the candidates audio paths at the top first)code.client: paste the contents of dynamic/client.jscordis_run to activate and approve it in the UI.中文:在 DSH 对话里让模型执行 cordis_define:
code.host:填入 dynamic/host.js 的内容(先修改顶部 candidates 里的音频路径)code.client:填入 dynamic/client.js 的内容cordis_run 激活,在界面批准即可English:
~/.dsh/profiles/web/).cordis.yml (or cordis.patch.yml):- id: laile-laodi
name: ./dsh-plugin-laile-laodi/index.mjs
inject: [webServer]
config:
audioPath: ./dsh-plugin-laile-laodi/assets/laile-laodi.mp3
route: /laile-laodi.mp3
code.client (plays when a reply finishes).中文:
~/.dsh/profiles/web/)。cordis.yml(或 cordis.patch.yml)追加:- id: laile-laodi
name: ./dsh-plugin-laile-laodi/index.mjs
inject: [webServer]
config:
audioPath: ./dsh-plugin-laile-laodi/assets/laile-laodi.mp3
route: /laile-laodi.mp3
code.client 加载(回复结束触发播放)。⚠️ 注意 / Note:方式 B(静态宿主)与方式 A(动态宿主)不要同时用 / do not use both——两者都会注册同一个路由
/laile-laodi.mp3,会冲突。推荐组合 / Recommended combo:
- 静态宿主(方式 B,重启后音频路由自动恢复)+ 客户端动态加载(只用
code.client,不带code.host)— Static host (Option B) + client loaded dynamically (onlycode.client, nocode.host)- 或纯动态(方式 A,重启后整体重新加载一次)— Or fully dynamic (Option A)
| 参数 / Parameter | 默认值 / Default | 说明 / Description |
|---|---|---|
audioPath |
assets/laile-laodi.mp3(包内自带 / bundled) |
提示音文件路径,可换成你自己的音频 / Path to the sound file; replace with your own audio |
route |
/laile-laodi.mp3 |
音频 HTTP 路由,客户端 <audio src> 必须与此一致 / Audio HTTP route; the client <audio src> must match |
English: Rename your new audio file to laile-laodi.mp3 and overwrite the file in assets/ (or change audioPath), then restart the plugin.
中文:把新的音频文件命名为 laile-laodi.mp3 覆盖 assets/ 里的文件(或修改 audioPath),重启插件即可。
English: The bundled sound comes from the free resource site ttsc.chinaz.com (站长素材); feel free to replace it with your own recording.
中文:自带提示音来自站长素材 ttsc.chinaz.com(免费资源),可自由替换为你自己的录音。
MIT — for the code. The bundled audio is a third-party free resource; verify licensing yourself if used commercially.
MIT — 代码部分。自带音频为第三方免费资源,商用请自行确认授权。
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。