docs: Claude Code v2.1.233 - auto mode default, Windows security fix, memory limits for Bash - #1175
Merged
Conversation
… memory limits for Bash 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: v2.1.233 is a dense release with two security fixes, a behavior change affecting all Pro/Max/Team users (auto mode is now the default), a deprecation that changes how todos work in agentic pipelines, and several infra improvements that affect self-hosted and enterprise deployments. Anyone building on Claude Code or running it at scale needs to read this one.
HIGHLIGHTS:
\??\device-prefix paths were bypassing UNC path validation. This is an actual security regression being patched.TaskCreate/Get/Update/ListandTodoWriteare no longer available on Opus 4.8, Sonnet 5, Fable 5, Mythos 5, and newer. Agentic pipelines that relied on these tools silently break unlessCLAUDE_CODE_ENABLE_TODO_TOOLS=1is set.CLAUDE_CODE_TOOL_MEMORY_LIMIT) — opt-in cap on runaway build commands eating memory; useful for CI.forward_user_identityapps gateway setting — sends signed-in user identity as headers to proxies behind the gateway; enables per-user spend attribution for enterprises.CLAUDE_CODE_WEBFETCH_CACHE_TTL_MS— new env var to tune the WebFetch session URL cache TTL (default 15 min).once: trueto run once. Hook stdout parsing rule documented: starts with{→ parsed as JSON, anything else → plain text.cd && command > fileBash commands.--worktreeflag andclaude agentsview (MRs show as!N).Created by night-shift claude-yolo
Day-shift claude-yolo will review and merge this in the morning