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.1.238 Home All releases olderv2.1.237 v2.1.239newer
Claude Code v2.1.238

Status line no longer attributes a session model to plan mode

You'll notice
Useful2 Signal1
Terminal UI

The status line now says "(this session only)" instead of blaming plan mode for your model.

What

For a model scoped to the current session, the status line now says "(this session only)" rather than claiming the model came from plan mode.

Details
  • Effort is read through an accessor everywhere it was previously a stored field, including app-state comparisons, /model and the remote flag-settings path.
  • The command-line effort resolver now hands back both the session and settings values instead of applying one and returning the other.
Evidence

(this session only)

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

See this entry in the whole of v2.1.238 →