/effort always reports 'max' regardless of effort set via /model
Resolved 💬 2 comments Opened Mar 15, 2026 by ANcpLua Closed Mar 15, 2026
Bug
/effort always reports max (Maximum capability with deepest reasoning (Opus 4.6 only)) regardless of what effort level was set via /model.
Steps to reproduce
/effort→ reportsmax/model→ select Opus 4.6 with medium effort/effort→ still reportsmax/model→ select Opus 4.6 with low effort/effort→ still reportsmax/model→ select Sonnet 4.6 with medium effort/effort→ still reportsmax
Expected behavior
/effort reflects the effort level currently active (as set by /model).
Actual behavior
/effort always returns max — the two commands are out of sync.
Version
1.2.1.76
Notes
Related to the recently shipped fix for "Fixed --effort CLI flag being reset by unrelated settings writes on startup" — the fix may have introduced or exposed a read-side issue where /effort reads from a different source than /model writes to.
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗