dsh-voice-input-web
Voice input for DeepSeek Harness Web UI: a mic button in the composer tool row that uses the browser's Web Speech API (Chrome/Edge) to transcribe speech directly into the message draft. Zero dependencies, no API keys.
AI Analysis
适合需要语音输入的用户;依赖 Chrome/Edge 与 Web Speech API,需设置 localStorage 语言与自动发送。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:0nt-one/dsh-voice-inputREADME
Read the full README ↗配置(localStorage)
| key | 值 | 默认 | 说明 |
|---|---|---|---|
dsh-voice-input-web.lang | zh-CN / en-US / auto | zh-CN | 识别语言 |
dsh-voice-input-web.autoSend | "1" / "0" | "0" | 识别完成后自动发送 |