Claude Discovery

← All discoveries

Close-up of a hand holding a smartphone displaying app updates on a light background.
Photo by Andrey Matveev on Pexels
tool

Claude Code 2.1.218 Moves /code-review to a Background Subagent

2026-07-23 ยท source:

Claude Code 2.1.218 runs /code-review as a background subagent instead of filling the main conversation, and fixes a bug where the left arrow key discarded the conversation with no undo.

What it is

The latest Claude Code release, following 2.1.217's emoji autocomplete and MCP memory leak fix.

What it does

Changes /code-review to run as a background subagent so review work no longer fills the active conversation, adds screen-reader announcements for word and line deletions in ax-screen-reader mode, fixes Windows paths with backslash-u segments getting corrupted into CJK characters, and fixes the left arrow key silently discarding the conversation with no undo.

Why it matters

Running code review in the background instead of blocking the main thread means you can keep working while it evaluates stacked slash commands, a small but real workflow unblock after 2.1.215 made /code-review opt-in again.

How to use it

Update to 2.1.218 and run /code-review as usual; it now spins off a background subagent automatically instead of taking over your conversation.

Go to source →
claude-coderelease-notescode-review