Worktrees Articles
2 articles across AI Catchup's news, guides, tutorials, and comparisons.
All Worktrees articles
Claude Code 2.1.133: `worktree.baseRef` Default Returns to `origin/<default>`, MCP OAuth Proxy Honored Across the Whole Flow
Anthropic shipped Claude Code 2.1.133 on May 7, 2026. The headline is a worktree-base behavior change: a new `worktree.baseRef` setting (`fresh` | `head`) defaults to `fresh`, which moves `EnterWorktree`'s base back to `origin/<default>` after three days of branching from local `HEAD` (since 2.1.128 on May 4). The release also routes `HTTP(S)_PROXY` / `NO_PROXY` / mTLS through the entire MCP OAuth flow (discovery, dynamic client registration, token exchange, refresh), exposes effort level to hooks via `$CLAUDE_EFFORT`, adds Linux sandbox path overrides, and fixes a refresh-token race that was 401-ing parallel sessions.
Cursor 3.2 Adds /multitask Async Subagents, Worktrees Polish, and Multi-Root Workspaces
Cursor 3.2 shipped on April 24, 2026 with three changes: a `/multitask` command that fans a request out to async subagents instead of queueing, an improved worktrees experience for background branch work, and multi-root workspaces for cross-repo sessions. As of September 2026 the last two do not combine -- Cursor documents worktrees as disabled inside multi-root workspaces -- and `/multitask` no longer appears anywhere in Cursor's documentation.