[Bug] Resumed sessions ignore [1m] context spec again (regression, previously fixed in #60548)
Resolved 💬 1 comment Opened Jun 2, 2026 by gjoranv Closed Jul 6, 2026
Description
Same bug as #60548: resumed sessions ignore the [1m] context window suffix in the model setting and fall back to 200k context. Fresh sessions work correctly.
This was fixed in v2.1.149 but has reappeared somewhere between v2.1.150 and v2.1.160.
Repro
- Set
"model": "claude-opus-4-6[1m]"in~/.claude/settings.json - Start a fresh session -
/contextshows 1M (correct) - Exit and resume the session -
/contextshows 200k (wrong)
Previous fix
#60548 - originally broken in v2.1.144, fixed in v2.1.149.
Environment
- macOS, standalone installer
claude-opus-4-6[1m]in global settings.json
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗