Speech/dictation input truncated after ~4 sentences
Resolved 💬 3 comments Opened Apr 13, 2026 by miadisabelle Closed Apr 17, 2026
Summary
When using speech recognition / dictation to compose input in Claude Code, the input is silently truncated after approximately 4 sentences (roughly 100-150 words). The user receives no indication that their speech was cut off — the truncation is invisible until they review the submitted text.
Steps to Reproduce
- Enable OS-level speech recognition / dictation
- Begin dictating a multi-sentence message into the Claude Code CLI input
- Speak continuously for more than ~4 sentences
- Observe that the input is truncated mid-thought with no warning
Expected Behavior
- Speech input should accept the full dictated content without arbitrary truncation
- If a buffer limit exists, the user should receive a visible warning before content is lost
- Ideally, no practical limit on dictation length for the input field
Impact
Speech-to-text is a critical accessibility and productivity pathway. Users composing complex, multi-paragraph prompts via dictation lose the tail end of their input without knowing it — leading to incomplete instructions and wasted iteration cycles.
Environment
- Platform: Linux
- Shell: bash
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗