Source Intelligence
Reading a new release v2.1.251 Analysing changes · 2/5 Deeper second pass · 0/5 agents 427 findings $12.75 so far

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.111 Home All releases olderv1.0.110 v1.0.112newer
Claude Code v1.0.111

API-Based Model Validation

What: The /model command now validates custom model names by making a test API request before accepting them.

How to use:

# Try setting a custom model - it will be validated first
/model claude-opus-4-20250514

# If the model doesn't exist, you'll get an error immediately:
# "Model 'claude-opus-4-20250514' not found"

Details:

  • Validation occurs automatically when setting custom models
  • Built-in models (sonnet, haiku, opus) bypass validation for faster response
  • Validated models are cached to avoid repeated API calls
  • Provides specific error messages for model-not-found vs other API errors
  • Evidence: HDB() at line 425289 in v1.0.111.js

See this entry in the whole of v1.0.111 →