Claude Code v2.1.133: worktree.baseRef revert, sandbox paths, proxy fix for MCP OAuth

Anthropic released Claude Code v2.1.133 with several configuration additions and critical fixes. The notable update is the worktree.baseRef setting, which controls whether --worktree, EnterWorktree, and agent-isolation worktrees branch from origin/<default> or local HEAD. The default is fresh, reverting EnterWorktree to branch from origin/<default> — this changes the behavior from v2.1.128 which used local HEAD. To keep unpushed commits in new worktrees, set worktree.baseRef: "head".
New Settings & Features
- worktree.baseRef (
fresh|head): Choose worktree base branch. Defaultfreshusesorigin/<default>; set toheadto inherit localHEAD. - sandbox.bwrapPath and sandbox.socatPath (Linux/WSL): Specify custom bubblewrap and socat binary paths.
- parentSettingsBehavior (admin-tier key,
first-wins|merge): Allows admins to opt SDKmanagedSettingsinto policy merge. - Hooks now receive effort level: Via
effort.levelJSON input and$CLAUDE_EFFORTenvironment variable. Bash tool commands can read$CLAUDE_EFFORT.
Improvements & Fixes
- Focus mode: Behavior improved.
- Memory usage: Warm-spare background workers released under memory pressure.
- Parallel sessions 401: Fixed dead-end after refresh-token race wiping credentials.
- Edit/Write allow rules: Fixed scope matching on drive root (
C:\) or POSIX/incorrectly always prompting. - ECOMPROMISED lock error: Fixed unhandled rejection from clock skew or slow disk corrupting session-log file locks.
- Spurious compaction error: Pressing Esc during compaction no longer shows "Error compacting conversation".
- HTTP(S)_PROXY / NO_PROXY / mTLS: Now respected for the full MCP OAuth flow (discovery, dynamic client registration, token exchange, token refresh).
- Mapped network drives: Read/Write/Edit allowed when passed via
--add-diror SDKadditionalDirectories. - Remote Control stop: From claude.ai now fully cancels CLI session like local Esc, preventing stuck queued messages.
- Effort cross-session leak:
/effortin one session no longer changes others; IDE effort changes no longer silently dropped. - Subagent skill discovery: Fixed subagents not finding project, user, or plugin skills via the Skill tool.
CLI & VSCode
claude --helpnow lists--remote-controlalongside--remote-control-session-name-prefix.- [VSCode] Fixed
claudeCode.claudeProcessWrapperfailing with "Unsupported platform" when extension build lacks bundled Claude binary.
📖 Read the full source: GitHub Claude-Code
👀 See Also

Cursor AI Study: Short-Term Speed Gains Lead to Long-Term Complexity
A study using difference-in-differences analysis found Cursor AI adoption leads to statistically significant but transient velocity increases, along with substantial and persistent increases in static analysis warnings and code complexity that drive long-term slowdowns.

Wikipedia Bans AI-Generated Content, Allows Limited AI Use with Human Review
Wikipedia has officially banned its 260,000 editors from using AI like ChatGPT to write articles, citing accuracy and reliability concerns. Editors can still use AI for translation and copy editing with human approval.

OpenClaw API Costs Hit $275 in 5.5 Hours, Annualizing to Over $200K
A developer testing OpenClaw with OpenAI's GPT-5.4 API spent $275 between 11am and 4:30pm, which annualizes to over $200,000 per year at that usage rate.

Claude 4.6 Opus Can Reproduce Linux's list.h From Minimal Input
A user demonstrated that Claude 4.6 Opus can generate a near-identical copy of Linux's list.h header file when given the first 43 lines as input with temperature set to 0, raising questions about GPL licensing implications for AI models trained on open-source code.