Claude Discovery

← All discoveries

Close-up of tower servers in a data center with blue and red lighting.
Photo by panumas nikhomkhai on Pexels
tool

maxEffortLevel: One Setting to Throttle Every Model's Thinking Budget

2026-09-12 ยท source:

Claude Code 2.1.267 adds a maxEffortLevel setting that caps the model effort level across every provider, including Bedrock, Vertex, and Foundry, while still letting users pick a lower level.

What it is

A Claude Code release adding organization-wide effort-level ceilings plus a debugging flag for iterating on system prompt text.

What it does

`maxEffortLevel`, settable top-level or per model under `modelSettings`, caps the maximum effort level regardless of provider; `--system-prompt-snapshot off` renders the system prompt fresh on every request instead of reusing a cached copy from earlier in the conversation, useful when actively editing prompt text. Full list in the release notes.

Why it matters

Teams paying per-token on high-effort reasoning models now have a hard cost ceiling they can enforce centrally, instead of relying on every developer to remember to dial effort down manually.

Go to source →
claude-codecost-control