Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.257 ·

Model effort levels (xhigh/max/regular) now derived from model metadata rather than a hardcoded model-name check

Which effort levels a model supports now comes from per-model metadata instead of matching model names.

TierUnder the hoodhow much it should matter to you
Useful3my rating, 1 to 5
Signal4worth watching, 1 to 5
AreaModelswhat it touches
KindInternal Changesin v2.1.257,
Under the hood

Which effort levels a model supports now comes from per-model metadata instead of matching model names.

Whether a model supports xhigh_effort, effort, or max_effort is now determined by looking up a per-model effort-level list through a shared helper, instead of matching the model name against a hardcoded string check. Effort tiers are effectively becoming data-driven per model rather than tied to a fixed list of known model names.

Read from
Names in the bundlexhighmax
Since it was published

The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.

Confirmed since Anthropic's documentation has since written up max, on Model configuration. Frontmatter effort applies when that skill or subagent is active, overriding the session level but not the environment variable. A [`maxEffortLevel`](/docs/en/settings-reference#maxeffortlevel) or [organization effort cap](#organization-ef… model-config see the edit
Confirmed since Anthropic's documentation has since written up xhigh, on Model configuration. * The model doesn't support `xhigh` effort model-config see the edit
Added since A small documentation edit on CLI reference touched a line naming max after this was published. | `--effort` | Set the [effort level](/docs/en/model-config#adjust-effort-level) for the current session. Options: `low`, `medium`, `high`, `xhigh`, `max`, or `ultracode`. Available levels depend on the model. `ultracode` requests `xhigh` … cli-reference see the edit
Added since A small documentation edit on Agent SDK reference - TypeScript touched a line naming xhigh after this was published. `effortLevel` accepts an [effort level](/docs/en/model-config#adjust-effort-level) name. It also accepts `"ultracode"`, which requests `xhigh` effort with [ultracode](/docs/en/workflows#let-claude-decide-with-ultracode) on. `applyFlagSetti… agent-sdk/typescript see the edit
How sure we are
One source agreesOne thing we can check says the same as this entry.
Anthropic's documentation agreesA small documentation edit on Agent SDK reference - TypeScript touched a line naming xhigh after this was published.

See this entry in the whole of v2.1.257 →

Feedback