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 v1.0.32 Home All releases olderv1.0.31 v1.0.33newer
Claude Code v1.0.32

New Features

Plan Mode

  • New interactive planning feature: Claude can now present implementation plans before writing code
  • When tackling complex coding tasks, Claude will:
  • Analyze requirements and create a structured plan
  • Present the plan in markdown format for your review
  • Wait for your approval before proceeding with implementation
  • Usage: Automatically activated for implementation tasks requiring code changes
  • Example: When you ask "Help me implement dark mode for my app", Claude will first present a plan outlining the steps before making any code changes

Exit Plan Mode Tool

  • New exit_plan_mode tool allows Claude to transition from planning to implementation
  • Supports markdown-formatted plans for better readability
  • Distinguishes between research tasks (no plan needed) and implementation tasks (plan recommended)

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v1.0.32 →