Voice mode drops recording mid-sentence and moves cursor backwards
Resolved 💬 3 comments Opened Apr 1, 2026 by shawn-j Closed Apr 5, 2026
Description
Voice mode (/voice) intermittently stops recording mid-sentence and repositions the cursor several characters backwards. The user has to press the forward arrow key multiple times to reach the end of the input, then re-record. This happens frequently but not every time.
Impact
Input arrives fragmented. Sentences are broken mid-word. The model receives garbled prompts and has to guess intent.
Steps to reproduce
- Start Claude Code session
- Use /voice or enable voice mode
- Speak a full sentence (10+ words)
- Observe that recording stops before the sentence is complete
- Cursor is positioned several characters before the end of the transcribed text
- Must arrow-forward to end and re-record the rest
Environment
- Platform: Linux (Pop!_OS, kernel 6.17.9)
- Claude Code: latest as of 2026-04-01
- Voice mode enabled via settings.json (
"voiceEnabled": true) - Occurs during extended sessions (2+ hours)
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗