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 releases Home olderv0.2.31 v0.2.33newer

Claude Code v0.2.32

4 entries read diff v0.2.31 → v0.2.32 Markdown
Find
Pick an entry · j / k steps through
4 entries

Changesopen

New Features#

Interactive MCP Setup Wizard

  • New command: claude mcp add - Launch an interactive step-by-step wizard to configure MCP (Model Context Protocol) servers
  • Step 1: Configure server name
  • Step 2: Set server scope (project-specific or global)
  • Step 3: Specify the command to run the server
  • Step 4: Add command arguments
  • Step 5: Set environment variables
  • Step 6: Review and confirm configuration
Example usage
  claude mcp add

The wizard guides you through each configuration step with helpful prompts and allows you to navigate back to previous steps if needed.

Project Onboarding Tracking

  • Added hasCompletedProjectOnboarding flag to track whether users have completed the project-specific onboarding process
  • Automatically marks project onboarding as complete after first use

Bug Fixes#

  • Fixed issues with PersistentShell functionality
  • Improved error handling for MCP server configuration

Related

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

Internal Improvements#

  • Added HTTP client dependencies for improved networking capabilities:
  • Added delayed-stream and combined-stream modules for streaming support
  • Integrated form-data library for multipart form handling
  • Added axios HTTP client with full feature support including interceptors and request/response transformations
  • Updated MIME type database with extensive application type definitions
  • Enhanced configuration storage with new allowedTools property in project settings

Technical Changes#

  • Removed unused command processing function fY9
  • Removed redundant process and stream imports
  • Removed hardcoded git command allowlist (R_9)
  • Added comprehensive HTTP request handling infrastructure with retry logic and error handling
Verbatim
Official · Anthropic

Anthropic’s official release notes

Published verbatim by Anthropic for v0.2.32. Text is unmodified from the upstream changelog. Everything else on this page came out of the bundle instead, which is why the two lists don't match.

  • Interactive MCP setup wizard: Run "claude mcp add" to add MCP servers with a step-by-step interface
  • Fix for some PersistentShell issues
System prompt

The system prompt was not captured for this release, so this page cannot say whether it moved.