A new modelSettings config key stores an effort level per model, from low to xhigh.
What's wrong with this entry?
Global config gained a modelSettings map keyed by model name, where each entry can carry an effortLevel of low, medium, high or xhigh. The existing single saved effort level stays alongside it.
- Keys are canonical model names; prototype-polluting keys such as
__proto__are stripped on read. - Values that do not parse fall back to undefined rather than erroring.
- The schema accepts the key in this build; what writes it is a separate question.
Per-model settings keyed by canonical model name.
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.
-
v2.1.240
"Switch your default effort to medium?" prompt, complete but with no text to show
Both mention effort level
-
v2.1.240
Saving a default effort level can now scope it to one model
Both mention effort level
-
v2.1.240
Telemetry for the effort nudge
Both mention effort level