dsh-voco
Persistent voice conversations for DSH with cloud speech recognition, Edge TTS, and background Agent delegation.
用于 DSH 的持久语音对话,带云语音识别、Edge TTS 和后台代理委派。
How to install
dsh plugin add github:lgquan/dsh-voco About
dsh-voco English | 中文 dsh-voco 是面向 DeepSeek Harness(DSH)Web UI 的语音对话插件。它让你用自然语言说出需求,并将需要项目工具的工作委派给后台 Agent;完整任务报告仍保留在 DSH 会话中,语音只播报简洁结果。 插件使用硅基流动云端语音识别和 Edge TTS。它不是独立的浏览器扩展,也不需要单独运行一个后台服务。 安装前准备 Node.js 22.19 或更高版本(安装 DSH CLI 时使用)。 一个已经可以运行的 DSH Web profile。 一个硅基流动 API Key。插件使用当前免费的语音转文字模型 XingChenAGI/XingChenASR-V3.2-Ultra,但仍需用户自行申请 Key;免费状态和使用规则以硅基流动模型页面为准。 支持麦克风的现代浏览器。 如果还没有 DSH CLI,先安装: powershell npm install -g @deepseek-ai/dsh 方式一:从 npm 安装(推荐) 这是普通用户最简单的安装方式。只安装公开的单一插件包,不需要下载或修改本仓库源码: powershell dsh plugin --profile web add @flowingspring/dsh-voco 安装完成后启动 DSH Web: powershell dsh web 打开终…
Recommendation signals
Meta
- License
- MIT
- Language
- TypeScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-08-31
- Created
- 2026-08-27
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- agent, deepseek-harness, dsh-plugin, speech-recognition, text-to-speech, voice-assistant
Related plugins
dsh-chat-import
Nwflower/dsh-chat-import
Import full-fidelity chat histories from 13 coding agents (Claude Code, Codex, ChatGPT, Cursor, Gemini, opencode, and more) as resumable DeepSeek Harness sessions, with reverse export back to Claude Code.
prism-coder
dcostenco/prism-mcp
Persistent session memory for AI coding agents — local-first, with on-device inference, associative recall, and drift detection. Works with Claude Code, Cursor, and Codex.
dsh-recall-plugin
limbo947/dsh-recall-plugin
Recall any user message: rolls the conversation (official session fork) and workspace files (per-message shadow git snapshots) back to before it, with a diff-preview confirmation panel.
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-chat-recovery
Chat recovery for DSH: edit the last finished user message and explicitly retry failed turns, both via session-fork branches that leave the original conversation untouched.