YOU ARE VIEWING ONE ITEM FROM THE AICRIER FEED

Claude Code hardens MCP, sessions, worktrees

AICrier tracks AI developer news across Product Hunt, GitHub, Hacker News, YouTube, X, arXiv, and more. This page keeps the article you opened front and center while giving you a path into the live feed.

// WHAT AICRIER DOES

7+

TRACKED FEEDS

24/7

SCRAPED FEED

Short summaries, external links, screenshots, relevance scoring, tags, and featured picks for AI builders.

Claude Code hardens MCP, sessions, worktrees
OPEN LINK ↗
// 1h agoPRODUCT UPDATE

Claude Code hardens MCP, sessions, worktrees

Claude Code v2.1.133 is a reliability-focused update that tightens MCP OAuth and proxy handling, fixes session and auth race conditions, and improves subagent skill discovery. It also adds more control over worktree branching and exposes effort level to hooks and Bash tools.

// ANALYSIS

This is the kind of release that matters most once teams start running Claude Code in anger: less glamour, more guardrails. Anthropic is clearly smoothing the rough edges around parallel sessions, tool-heavy workflows, and worktree-based agent isolation.

  • `worktree.baseRef` is the notable workflow knob here; it restores predictable branching behavior for `--worktree` and subagents, while preserving the option to keep unpushed commits with `head`
  • MCP got a real stability pass: OAuth now respects `HTTP(S)_PROXY`, `NO_PROXY`, and mTLS across discovery, registration, token exchange, and refresh
  • The session fixes are practical, not cosmetic: parallel sessions no longer dead-end after a refresh-token race, and compromised session locks now fail more cleanly
  • Subagents can now discover project, user, and plugin skills via the Skill tool, which should reduce weird “why didn’t the agent see that skill?” failures
  • Exposing `$CLAUDE_EFFORT` to hooks and Bash makes downstream automation more aware of the current operating mode, which is useful for policy and observability glue
// TAGS
claude-codeai-codingcoding-agentagentmcpclidevtooltool-use

DISCOVERED

1h ago

2026-05-08

PUBLISHED

1h ago

2026-05-08

RELEVANCE

9/ 10

AUTHOR

DIY Smart Code