Claude Code runs code reviews as background subagents with screen-reader updates
TL;DR
Claude Code updates /code-review to run as a background subagent. It adds screen-reader deletion announcements in --ax-screen-reader mode and fixes Windows path formatting bugs.
What changed
Claude Code updates the code-review command to run as a background subagent. Vibe Builders and Developers see cleaner conversation history as a result. Basic Users gain screen-reader deletion announcements in ax-screen-reader mode along with fixed Windows path formatting.
Why it matters
Vibe Builders maintain focus during extended sessions without history buildup. Developers using screen readers on Windows systems avoid prior path issues that affected similar tools like standard terminal workflows.
What to watch for
Compare behavior against Aider when running parallel tasks. Verify the changes by activating ax-screen-reader mode and confirming deletion announcements appear during reviews.
Who this matters for
- Vibe Builders: Run background
/code-reviewsubagents to keep primary context clean during long sessions.
Harsh’s take
Offloading code reviews to background subagents is a necessary UI fix for long-context workflows. Polluting the main conversation thread with inline diffs degrades model performance and distracts users. Moving execution off-thread keeps context windows lean and focused on primary tasks.
Accessibility improvements and Windows path bug fixes show necessary maturity. Terminal AI tools often ignore screen readers and cross-platform edge cases. Fixing these issues makes background agentic workflows reliable across real-world development environments.
by Harsh Desai
About Claude Code
View the full Claude Code page →All Claude Code updatesGo deeper
More from Claude Code
- FeatureClaude Code adds self-hosted runners, archive plugins, and cross-session messaging
Claude Code introduces self-hosted runners for web, mobile, and desktop. It adds zip archive plugin sources, cross-session SendMessage capabilities, and improved sandbox credential-masking and Remote Control session sync.