Claude Code VS Code Extension Adds Screen Reader Support
Claude Code's VS Code extension now supports screen readers in its transcript pane, shipped in version 2.1.236 on August 19, 2026. Live announcements now fire for replies, permission requests, errors, and status changes, and each turn gets a heading so screen reader users can navigate directly to it. The change brings the VS Code extension into parity with the accessibility support Claude Code's CLI has offered for months.
Key Takeaways
- Live announcements now fire for replies, permission requests, errors, and status changes inside the VS Code extension's transcript.
- Per-turn heading navigation lets screen reader users jump directly to any turn instead of reading the transcript top to bottom.
- Parity with the CLI: VS Code users get the same class of support that Claude Code's terminal screen reader mode has offered for months.
- Shipped in version 2.1.236, released August 19, 2026, alongside a broad set of other reliability fixes.
- Part of an ongoing push: Anthropic has fixed several screen-reader-specific bugs, including cut-off startup announcements and backspace re-reading, in recent releases.
- Reduces the CLI-only accessibility gap that previously left VS Code extension users without an accessible alternative to the terminal.
Sources & Mentions
2 external resources covering this update
VS Code Transcript Now Speaks
Claude Code's VS Code extension shipped screen reader support for its transcript pane in version 2.1.236, closing a gap between the terminal experience and the IDE experience. Blind and low-vision developers using the extension can now follow a session the same way CLI users already could with Claude Code's dedicated screen reader mode.
What's New
The transcript now fires live announcements for four event types: Claude's replies, permission requests, errors, and status changes. Each turn also gets a heading, so users navigating with a screen reader's heading-jump shortcut can skip straight to the start of any turn instead of reading the whole conversation linearly.
Why It Matters
Anthropic has been building out accessibility across Claude Code piecemeal: the CLI's screen reader mode landed months ago and has since picked up fixes for cut-off startup announcements and backspace re-reading in the terminal. Extending that support to the VS Code extension, which many developers now prefer over the raw terminal, means screen reader users are no longer pushed toward the CLI to get an accessible experience.
The Bigger Picture
The fix shipped alongside a wave of other reliability and permission-hardening changes in the same release window, underscoring that accessibility work is now a steady line item in Claude Code's release cadence rather than a one-off feature.