Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.0.47 Home All releases olderv2.0.46 v2.0.49newer
Claude Code v2.0.47

Plan Mode Parallelism Now Tier-Based

What changed: Plan mode now adjusts parallel agent count based on subscription tier instead of using a fixed default

Previous behavior: All users got 4 parallel agents in plan mode (unless overridden by environment variable)

New behavior:

  • Free tier: 1 parallel agent (75% reduction)
  • Team/Enterprise tier: 3 parallel agents (25% reduction)
  • Max subscription with 20x model: 3 parallel agents
  • Environment variable override: Still available via CLAUDE_CODE_PLAN_V2_AGENT_COUNT (1-10)

Impact:

  • Free tier users will experience slower plan mode execution
  • Premium users retain better parallelism
  • Change encourages upgrade to paid tiers for better performance
  • Evidence: JQ2() at line 315736 (was v62() at line 316064 in v2.0.46)

See this entry in the whole of v2.0.47 →