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.10 Home All releases olderv2.0.9 v2.0.11newer
Claude Code v2.0.10

Model Switching from Plan Mode

What: Claude can now suggest switching to a different model when exiting plan mode How to use: When Claude presents a plan and exits plan mode, it may automatically switch to a more appropriate model based on task complexity. The model choice is shown in the status display.

Details:

  • New model parameter in ExitPlanMode tool schema
  • Session-scoped model override via mainLoopModelForSession state variable
  • Session override takes precedence over base model setting
  • Status command shows: Current model: <model> (session override from plan mode) when active
  • Base model remains unchanged for future sessions
  • Evidence: bY7 schema at line 416861, mainLoopModelForSession state at line 448805 in v2.0.10 (did not exist in v2.0.9)

See this entry in the whole of v2.0.10 →