What's wrong with this entry?
If your organization's gateway has set a maximum effort level for a given model, /effort will silently cap selections above that limit and show an explanatory message.
- When you pick an effort level that exceeds the organization cap, Claude Code automatically uses the highest allowed level (or the model's own floor, whichever applies) and logs a message like: "Effort 'xhigh' exceeds your organization's limit for claude-sonnet-4-6; using 'high'."
- The
/effortpicker displays a "Higher effort levels are restricted by your organization." notice when some effort levels are blocked. - The
Usage: /effort [...]help text now dynamically lists only the effort levels actually available for the current model and session.
Effort capping logic (search for "exceeds your organization's limit for", "Higher effort levels are restricted by your organization.")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.