Furkan Çakır
Furkan Çakır
the problem is "env": { "MAX_THINKING_TOKENS": "32000" } , remove it
the problem is "env": { "MAX_THINKING_TOKENS": "32000" } , remove it
> > "env": { "MAX_THINKING_TOKENS": "32000" } > > Where can we find the "env": { "MAX_THINKING_TOKENS": "32000" }? Thanks. .claude>settings.local.json if you have "env": { "MAX_THINKING_TOKENS": "32000" } delete...
> > > > "env": { "MAX_THINKING_TOKENS": "32000" } > > > > > > > > > Where can we find the "env": { "MAX_THINKING_TOKENS": "32000" }? Thanks. >...
> > create an empty settings.local.json > > > > > > > "env": { "MAX_THINKING_TOKENS": "32000" } > > > > > > > > > > > >...
the problem is "env": { "MAX_THINKING_TOKENS": "32000" } , remove it
the problem is "env": { "MAX_THINKING_TOKENS": "32000" } , remove it
> The issue for me was setting thinking budget to 32k in env variables. When I remove it, tokens calculated correctly again. thank you