dsh-web-speech-input
leozou320-ai
Voice-to-text for the DeepSeek Harness Web UI — live, editable, never auto-sends. | DeepSeek Harness 网页语音输入
PROJECT TOPICS
PROJECT README
English | 简体中文
Voice-to-text input for the DeepSeek Harness Web UI.
The plugin adds a microphone button immediately before the composer send button. It uses the browser's Web Speech API, streams recognition results into the current draft, and never submits the message automatically.
conversation.input.right extension slot.zh-CN.Install directly from GitHub into the Web profile:
dsh plugin --profile web add github:forrestahha/dsh-voice-input
dsh web
For a pinned installation:
dsh plugin --profile web add github:forrestahha/dsh-voice-input#v0.1.1
Open the Web UI, select a workspace, and click the microphone button. The browser asks for microphone access on first use.
The plugin requires SpeechRecognition or webkitSpeechRecognition. Chromium-based browsers provide the broadest support. Unsupported browsers show a disabled microphone button instead of failing at startup.
localhost is treated as a secure context by modern browsers. If Harness is served from another machine, use HTTPS or the browser may refuse microphone access.
The plugin does not store audio and does not add its own network calls. The Web Speech API implementation is controlled by the browser and may send audio to the browser vendor's speech service. Review your browser's privacy policy before recording sensitive material.
Requirements: Node.js ^22.19.0 || >=24.0.0 and pnpm 11.
pnpm install
pnpm check
Install a local checkout for integration testing:
dsh plugin --profile web add /absolute/path/to/dsh-voice-input
dsh web
The npm package is both a Harness bundle and a client plugin:
cordis.patch.yml inserts the package into the selected profile.dsh.client discovers ./client.VoiceInputButton in conversation.input.right.inputActions.setDraft() through slot props.No agent-loop, model, session-log, or Host API behavior is changed.
MIT
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。