What's wrong with this entry?
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.
- Org default is read from
orgModelDefaultCachein local config, including fields:name,updated_at,data_source,override_user_selection, and optionalorgUuid. - When
override_user_selectionis 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 defaultis appended to the model display.
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.