Startup would prefetch your model's token limits, but the guard always returns false.
A model-config prefetch step runs at startup but its guard is unconditionally false, so nothing is fetched.
What's wrong with this entry?
Startup now calls a step that would look up the chosen model through the API and cache its token limits before the first turn. Its guard returns false unconditionally in this build, so the call returns immediately and nothing is fetched.
- When enabled it would log the resolved
max_input_tokens=andmax_tokens=values under a[modelConfig]prefix. - None of this code exists in v2.1.233.
[modelConfig]
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.219
Effort profile added for claude-opus-5
Both mention model config
-
v2.1.239
Remote Control bridge sessions reject foreign --mcp-config entries
Both mention config
-
v2.1.239
Remote sessions drop disallowed --mcp-config servers instead of failing the run
Both mention config