deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:XSakura666/dsh-voice-input-space
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
Voice input for DeepSeek Harness — hold Space in any editable field to speak, release to insert the transcript at the caret. Zero dependencies, powered by the browser's Web Speech API (Chrome / Edge).
语音输入插件:在输入框长按空格键说话,松开自动上屏。零依赖,基于浏览器 Web Speech API(Chrome / Edge)。

isComposing guard); a quick tap still types a normal space. / 中文输入法安全:选词用的空格不会被拦截;轻点空格仍是普通空格。Voice-input plugins already exist in the DSH ecosystem (e.g. SenseVoice-based offline transcription with a mic-button flow). This plugin targets a different trade-off — zero setup and hands-on-keyboard dictation:
语音输入插件社区里已有别的方案(如 SenseVoice 离线转写 + 麦克风按钮流程)。本插件选择了不同的取舍——零配置、手不离键盘:
| dsh-voice-input-space(本插件) | SenseVoice-style plugins | |
|---|---|---|
| Setup / 安装 | install + refresh — no model, no build / 即装即用,无模型无构建 | needs model download & transcription chain / 需下载模型与转写链路 |
| Interaction / 交互 | hold Space in the editor, release to insert / 长按空格,松开上屏 | click mic button → record → refill / 点按钮 → 录音 → 回填 |
| IME / 中文输入法 | never intercepts composition Space / 选词空格永不拦截 | — |
| Privacy / 隐私 | audio via browser speech service, not stored / 音频走浏览器语音服务,不落盘 | fully offline, audio never leaves the machine / 全离线,音频不出本机 |
| Dependencies / 依赖 | zero / 零依赖 | sherpa-onnx 等 |
Both approaches are valid: theirs for offline privacy, this one for instant use. 两种方案各有取舍:对方适合离线隐私场景,本插件适合即装即用。
dsh plugin --profile web add dsh-voice-input-space
Or from the plugin market (Settings → Plugins → Plugin Market) after the entry is listed. Then refresh the page.
或者等插件进入社区目录后,在 设置 → 插件 → 插件市场 中一键安装,然后刷新页面。
First use: the browser asks for microphone permission — click Allow in the address bar (127.0.0.1 is a secure context). / 首次使用浏览器会请求麦克风权限,在地址栏点击允许即可。
dsh plugin --profile web remove dsh-voice-input-space
window.__dshVoiceInput exposes the plugin's state and counters for debugging. / 调试钩子:window.__dshVoiceInput 暴露状态与计数器。# headless verification against a running dsh web (needs Edge):
node tools/verify-headless.cjs
MIT
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。