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.35 Home All releases olderv2.0.34 v2.0.36newer
Claude Code v2.0.35

Improved Model Name Recognition

What: Better handling of model names with bracketed suffixes like [1m].

Details:

  • Recognizes model names with [1m] suffix (e.g., claude-3-5-sonnet-20241022[1m])
  • Strips suffix and validates against known model list
  • Improves compatibility with certain API responses or model name formats
  • Evidence: ce5() at line 466959

See this entry in the whole of v2.0.35 →