Your token reminder budget override is now honoured instead of silently ignored.
What's wrong with this entry?
CLAUDE_CODE_TOTAL_TOKENS_REMINDER_BUDGET, which sets the token count at which Claude Code reminds itself about context usage, was being read through a stale variable on its final branch, so a value you set could be ignored. It is now checked correctly and falls back to the built-in default when unset or not positive.
CLAUDE_CODE_TOTAL_TOKENS_REMINDER_BUDGET
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.236
Token-reminder settings can now be delivered by the server directly
Both mention total token reminder context
-
v2.1.224
Attention budget: state and telemetry land, nothing can trigger it
Both mention context management
-
v2.1.233
Remaining-token countdown is now on by default
Both mention context management