[BUG] /clear resets effortLevel to medium, ignoring settings.json
Resolved 💬 2 comments Opened Mar 21, 2026 by kturk Closed Apr 19, 2026
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
When using /clear in the VS Code extension, the effort level resets to medium even though "effortLevel": "max" is configured in ~/.claude/settings.json.
Starting a new session via the "New Session" button correctly respects the setting, issue lies within /clear.
What Should Happen?
/clear should respect the effortLevel configured in settings.json, same as starting a new session does.
Error Messages/Logs
Steps to Reproduce
- Set
"effortLevel": "max"in~/.claude/settings.json - Open Claude Code via VS Code extension
- Start a new session via "New Session" button → effort level is
max-- Correct - Run
/clear - Effort level resets to
medium-- Incorrect
Claude Model
None
Is this a regression?
I don't know
Last Working Version
_No response_
Claude Code Version
2.1.81
Platform
Anthropic API
Operating System
Windows
Terminal/Shell
VS Code integrated terminal
Additional Information
Relevant section of ~/.claude/settings.json:
{
"effortLevel": "max"
}
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗