claude-code - 💡(How to fix) Fix Effort slider fourth dot writes 'max' to settings but schema only recognises 'xhigh'

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Error Message

Users who click the highest effort dot believe they have selected maximum effort. If "max" is not recognised, the setting has no effect and the actual effort level is unknown. There is no error or warning to indicate the mismatch.

RAW_BUFFERClick to expand / collapse

The effort level UI in the VS Code extension shows four dots. Clicking the fourth dot writes "effortLevel": "max" to ~/.claude/settings.json.

However, the settings schema defines only four named values: low, medium, high, xhigh. There is no "max" in the schema.

Expected behaviour

Clicking the fourth dot writes "effortLevel": "xhigh", consistent with the schema.

Actual behaviour

Clicking the fourth dot writes "effortLevel": "max", which is not a recognised schema value and may be silently ignored.

Impact

Users who click the highest effort dot believe they have selected maximum effort. If "max" is not recognised, the setting has no effect and the actual effort level is unknown. There is no error or warning to indicate the mismatch.

Steps to reproduce

  1. Open the Claude Code VS Code extension.
  2. Click the fourth (rightmost) dot on the Effort slider.
  3. Inspect ~/.claude/settings.jsoneffortLevel is written as "max".
  4. Compare against the settings schema, which lists "xhigh" as the highest valid value.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix Effort slider fourth dot writes 'max' to settings but schema only recognises 'xhigh'