telexed ~ c / 194dc595-639radar:70 · agent_toolLIVE
← back
NO.
#194dc595
Topic
AGENTS & TOOLS
Source
Claude Code Releases
Published
2026-05-07 23:49:04
Importance
★ 7/10 — radar 70
`Claude Code` `v2.1.133`: worktree base control, effort propagation, multi-session fixes
FIG-1941:1

`Claude Code` `v2.1.133`: worktree base control, effort propagation, multi-session fixes

Worktree branching is now explicit, and effort state finally propagates cleanly through hooks and Bash. The bigger win is stability: concurrent sessions, MCP OAuth, subagents, and remote interrupts all got fixes that remove real workflow breakage.

[ KEY POINTS ]
  1. New worktree.baseRef picks fresh or head, so new worktrees can start from origin/<default> or local HEAD; safer when juggling unpushed changes.
  2. Hooks now receive effort.level plus $CLAUDE_EFFORT, which makes effort-aware scripts and tool routing much easier to implement.
  3. A refresh-token race that pushed parallel sessions into 401 failures was fixed; this directly reduces flaky multi-session agent runs.
  4. MCP OAuth now respects HTTP(S)_PROXY, NO_PROXY, and mTLS across discovery, registration, token exchange, and refresh; enterprise network setups stop randomly breaking.
  5. Subagents can now discover project, user, and plugin skills again, removing a nasty limitation for delegated workflows.
Originalgithub.com/anthropics/claude-code/releases/tag/v2.1.133Read original →

// related