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.1 Home All releases olderv2.0.0 v2.0.2newer
Claude Code v2.0.1

Platform-Aware Model Migration

The Sonnet 4.5 model migration now intelligently skips execution for Bedrock and Vertex AI users, preserving their platform-specific model configurations.

What changed:

  • Migration checks if you're using Bedrock (CLAUDE_CODE_USE_BEDROCK) or Vertex AI (CLAUDE_CODE_USE_VERTEX)
  • Third-party platform users skip the migration entirely, keeping their existing model settings
  • Only Anthropic API (firstParty) users have their model preferences reset

Why it matters: Bedrock and Vertex have different model catalogs and naming conventions. This prevents the migration from breaking configurations on those platforms.

Evidence

v4Q() at line 443591 with platform check via k8() at line 351873

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.0.1 →