claude-code - 💡(How to fix) Fix effortLevel setting in settings.json not applied on session start

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…

The effortLevel key in ~/.claude/settings.json is not being picked up when starting a new Claude Code session. The effort level defaults to "high" regardless of the configured value.

Root Cause

The effortLevel key in ~/.claude/settings.json is not being picked up when starting a new Claude Code session. The effort level defaults to "high" regardless of the configured value.

Fix Action

Workaround

Run /effort at the start of each session.

RAW_BUFFERClick to expand / collapse

Description

The effortLevel key in ~/.claude/settings.json is not being picked up when starting a new Claude Code session. The effort level defaults to "high" regardless of the configured value.

Steps to reproduce

  1. Set "effortLevel": "max" in ~/.claude/settings.json
  2. Start a new Claude Code session
  3. Observe the status bar shows "high" instead of "max"
  4. The session header also omits "with max effort"

Expected behavior

A new session should respect the effortLevel value from settings.json and start with max effort, showing "with max effort" in the header and "max" in the status bar.

Actual behavior

  • The status bar shows ● high · /effort
  • The header shows Opus 4.6 (1M context) · Claude Team (no "with max effort")
  • Running /effort manually within the session correctly sets it to max

Workaround

Run /effort at the start of each session.

Environment

  • Claude Code v2.1.142
  • OS: Linux (WSL2) 6.6.114.1-microsoft-standard-WSL2
  • Shell: zsh

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…

FAQ

Expected behavior

A new session should respect the effortLevel value from settings.json and start with max effort, showing "with max effort" in the header and "max" in the status bar.

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 effortLevel setting in settings.json not applied on session start