Summary
Complete the planned STT integration in cc-voice using Moonshine for local speech-to-text input via /listen.
Reasoning
- Already listed as planned in cc-voice plugin (v0.2.0) —
/listen stub exists
- No other community plugin provides both TTS + STT
- Growing voice-mode interest in CC community (voice dictation listed as hot feature in claude-code-best-practice)
- Local-first via Moonshine aligns with privacy-first design (no cloud STT dependency)
Key features to consider
/listen command to start mic capture
/listen --stop to end and inject transcript as user input
- Moonshine model selection (tiny/base/small for latency/accuracy tradeoff)
- PTY proxy integration matching existing
/speak architecture
References
Summary
Complete the planned STT integration in
cc-voiceusing Moonshine for local speech-to-text input via/listen.Reasoning
/listenstub existsKey features to consider
/listencommand to start mic capture/listen --stopto end and inject transcript as user input/speakarchitectureReferences