voyager
Nagi-ovo
Enhancement suite for Gemini, AI Studio, Claude & ChatGPT — plus a prompt manager for any web UI, DeepSeek Harness included. / 面向 Gemini、AI Studio、Claude 与 ChatGPT 的增强套件;提示词管理器可用于任意 Web UI,含 DeepSeek Harness。
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:xiaxingtianxia2-glitch/dsh-chime
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
本项目由 dsh创造模式 + Deepseek-V4-Flash0731 独立完成
English | 中文
为 DeepSeek Harness 复刻 opencode 的任务完成提示音:一轮对话完成、向你提问、 或一轮出错结束时播放清脆提示音。三个音效均为 opencode 官方仓库的原始 mp3 无损内嵌(base64 打包在 client 中),插件完全自包含、零外部依赖。
agent/status(一轮 running → idle
即完成,出错轮播错误音)与 tools/execute(ask_user_question 提问工具
开始执行即入队提问音),按需入队音效;/chime/poll 提供待播队列,/chime/debug 提供状态与
试听入口;/chime/poll,用 Audio 播放内嵌
base64 音源。| 音效 | 触发时机 | 音源(opencode 原始) |
|---|---|---|
| 完成音 | 一轮回复结束 | bip-bop-01.mp3 |
| 提问音 | 提问弹窗出现瞬间 / 计划提交待审 | yup-01.mp3 |
| 错误音 | 一轮出错结束 | nope-03.mp3 |
dsh plugin --profile web add dsh-chime
或从 GitHub 源安装(等同内容):
dsh plugin --profile web add github:xiaxingtianxia2-glitch/dsh-chime
装完重启 web(client 通道启动时扫描装配)。本插件为 host 级监听—— 所有 agent/会话(含子代理)完成都会响。
无需操作,自动生效。试听与排查:
curl http://127.0.0.1:3080/chime/debug
{"pendingCount":0,"recent":["question","done"],"runningCount":1}
字段含义:recent 最近入队历史;pendingCount 待播放队列长度(client 每
250ms 取走);runningCount 当前 live agent 数。
试听指定音效:
curl http://127.0.0.1:3080/chime/debug?play=done # done | question | error
/chime/debug?play=done 试听——若入队但没播,刷新页面重载 client 播放器。dsh plugin --profile web remove dsh-chime。exit_plan_mode 工具开始执行时触发。若使用非标准提问/计划
通道(不经过这两个工具)不会触发。CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: notification。