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.117 Home All releases olderv2.1.116 v2.1.118newer
Claude Code v2.1.117

Model Source Indicator in Status

What

The status line now shows where your active model setting originates when it comes from project settings or managed (enterprise) settings.

Details
  • Displays "(from managed settings)" when the model is pinned by enterprise policy
  • Displays "(from [project settings path])" when set in project-level configuration
  • Omitted when using the default model or when overridden via ANTHROPIC_MODEL env var
  • Also shows "· /model to change" hint alongside the model name
Evidence

Model source label generator (search for "(from managed settings)") — aN8 at line ~108402

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.117 →