Environment
- Claude Code version: 1.0.51
- Operating System: macOS 15 Sequoia
- Terminal: Ghostty
- Dictation software: MacWhisper
Description
When using dictation software that “pastes” spoken text into Claude Code, the content appears as a collapsed block (e.g., [Pasted text +34 lines]) with no way to preview or edit the content before submission. This creates accessibility issues for users who rely on voice-to-text software.
Use Case
I use dictation software to speak my instructions to Claude Code. The workflow is:
- I speak my prompt/instructions
- The dictation software “pastes” the transcribed text into the terminal
- Claude Code collapses it into
[Pasted text +X lines]
- I cannot see what was actually transcribed before submitting
- I cannot edit any transcription errors or make adjustments
This forces me to either:
- Submit potentially incorrect or incomplete prompts
- Use alternative methods that break my accessibility workflow
Expected Behavior
- Option 1: Keyboard shortcut to expand/view the pasted content.
- Option 2: Configuration option to disable text collapsing for accessibility.
- Option 3: Edit mode that allows modifying the collapsed text. Maybe opening the current prompt in $EDITOR.
Current Behavior
No way to preview or edit the content once it’s collapsed into the placeholder.
Additional Context
This impacts accessibility for users who rely on assistive technologies. The current workaround of saving to files and referencing them breaks the natural flow of voice-driven workflows.
Similar issues: #143 (Better ergonomics for long text)
Environment
Description
When using dictation software that “pastes” spoken text into Claude Code, the content appears as a collapsed block (e.g.,
[Pasted text +34 lines]) with no way to preview or edit the content before submission. This creates accessibility issues for users who rely on voice-to-text software.Use Case
I use dictation software to speak my instructions to Claude Code. The workflow is:
[Pasted text +X lines]This forces me to either:
Expected Behavior
Current Behavior
No way to preview or edit the content once it’s collapsed into the placeholder.
Additional Context
This impacts accessibility for users who rely on assistive technologies. The current workaround of saving to files and referencing them breaks the natural flow of voice-driven workflows.
Similar issues: #143 (Better ergonomics for long text)