← AI PulseJul 24, 2026

Wire · news · Single-source brief

Claude Code Updates Include Background Subagents and Accessibility Improvements

The Claude Code changelog for July 22, 2026, details updates including running /code-review as a background subagent and adding screen-reader announcements for deleted text.

By Illumora Editorial

Source · Jul 23, 2026, 7:25 PM · On Illumora · Jul 24, 2026, 2:12 AM

Media from the primary source — shown here so you can stay on Illumora.

Rewritten from one allowlisted primary — not independent enterprise reporting. Lanes →

Brief drafted by Illumora’s editorial model from the linked primary source. Ops desk reviews flagged pieces. How we write →

Read the source →Claude Code What's New + releases — Claude Code changelog - Claude Code Docs
Save

Anthropic's Claude Code received an update on July 22, 2026, introducing several new features, improvements, and bug fixes. A significant change involves the /code-review command, which now operates as a background subagent.

Key Points

  • The /code-review command now runs as a background subagent, preventing review work from filling the conversation and maintaining stacked slash commands as its review target.
  • Screen-reader announcements for deleted text have been added for word and line deletions (using Option+Delete, Ctrl+W, Cmd+Backspace, Ctrl+U, Ctrl+K) when in --ax-screen-reader mode.
  • Windows paths with \u-prefixed segments, such as C:\Users\unicorn, are no longer corrupted into CJK characters in tool inputs.
  • The left arrow key no longer discards conversations without undo; presses after editing now prompt for confirmation, and Esc in the agent view returns to the backgrounded conversation.
  • HTTP status and error text are now included in claude mcp list and /mcp when a server fails to connect.
  • /ultrareview no longer fails on descriptive arguments like “review my auth changes”; these now apply the text as a note to findings for a review of the current branch.
  • Mojibake issues when long IDE selections were truncated mid-emoji have been fixed.

Context

According to the Claude Code changelog, these updates address various functional and usability aspects of the platform. The changes range from core agent behavior to specific operating system and accessibility considerations.

Why It Matters

These updates enhance the stability, usability, and accessibility of Claude Code, particularly for developers working on different operating systems and those utilizing screen readers. The shift to background subagents for certain tasks can streamline workflows, while fixes for path handling and accessibility improve the overall developer experience.

What To Do

  • Run claude --version to check your currently installed version of Claude Code.
  • Note the changes to /code-review and /ultrareview for more efficient code review processes.
  • If using Windows, observe the fix for path corruption in tool inputs.
  • If using a screen reader, test the new announcements for deleted text in --ax-screen-reader mode.

Keep Exploring

/atlas/claude-family /techniques/system-user-separation /techniques/ptcf