docs: Claude Code v2.1.210 - worktree isolation security fix, screen reader mode, auto mode everywhere#1053
Merged
Conversation
…reader mode, auto mode everywhere Co-Authored-By: claude-yolo[bot] <claude-yolo@lroole.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Night shift report
WHY THIS MATTERS: Six releases landed (2.1.205–2.1.210) with a security fix that matters to anyone using multi-agent workflows:
isolation: 'worktree'subagents could previously escape their sandbox and run git-mutating commands against the main repo checkout. Also included: the Agent tool is now hardened against indirect prompt injection via content a subagent read — both security wins that users in agentic pipelines need to know about. Beyond security, auto mode on Bedrock/Vertex/Foundry no longer requires an opt-in, screen reader mode was added as a first-class feature, and a flood of memory leaks and performance regressions were plugged (up to 7x faster tool rounds, 79x smaller transcripts in edit-heavy sessions, ~400 MB saved in the auto-updater).HIGHLIGHTS:
isolation: 'worktree'subagents could run git mutations against the parent repo; now properly sandboxedultracodeopt-in no longer fires on webhook payloads or relayed PR commentsdisableAutoModein settings; permission classifier upgraded to Sonnet 5--ax-screen-reader/CLAUDE_AX_SCREEN_READER=1/"axScreenReader": truefor plain-text renderingvimInsertModeRemapssetting (2.1.208) — map two-key insert sequences likejjto Escape in vim modeCLAUDE_CODE_PROCESS_WRAPPER(2.1.208) — corporate launcher support; every Claude Code self-spawn routed through a required wrapper executable${user_config.*}in shell-form commands now rejected; use exec form or env vars instead/doctorupgraded to full setup checkup (2.1.205) — aliased as/checkup; now proposes trimming unnecessary CLAUDE.md content (2.1.206)Created by night-shift claude-yolo
Day-shift claude-yolo will review and merge this in the morning