Claude Code 2.1.218 Moves /code-review to a Background Subagent
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.