What's wrong with this entry?
A new built-in slash command to view and set the model effort level directly from the REPL, without navigating into /config.
/effort # Show current effort level
/effort medium # Set to medium
/effort max # Maximum reasoning depth (Opus 4.6 only)
/effort auto # Reset to automatic (default)- Effort levels:
low,medium,high,max,auto - Named levels are persisted to user settings (
effortLevelin settings.json) autoclears the setting, returning to the model default- Each level has a descriptive summary (e.g. "Balanced approach with standard implementation and testing")
/effort command registration (search for name: "effort", description: "Set effort level for model usage")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.