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.196 Home All releases olderv2.1.195 v2.1.197newer
Claude Code v2.1.196

Organization Default Model

Organizations can now configure a default model for their members. When an org default is active and hasn't been overridden by policy or flags, Claude Code automatically uses it and displays · Org default next to the model indicator.

Details
  • Org default is read from orgModelDefaultCache in local config, including fields: name, updated_at, data_source, override_user_selection, and optional orgUuid.
  • When override_user_selection is true, the user cannot override the org default.
  • When a newer org default arrives (by updated_at), the user's persisted model preference is cleared automatically if it was set at the user-settings level.
  • The indicator string · Org default is appended to the model display.
Evidence

Org default model handling (search for "Your organization's default (" and "· Org default")

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