What's wrong with this entry?
The message shown when the context window is exhausted now distinguishes between the auto-compaction window and the raw model limit, and always names the specific action to take.
- Auto mode:
Context exceeds the N-token limit by M tokens — run /compact or /clear to continue. - Non-auto mode:
Context is M tokens past the N-token compaction window — run /compact to reduce usage. - If
DISABLE_COMPACTis set: suggests only/clear
Context limit message (search for "Context exceeds the" or "Context is" combined with "token compaction window").
Strings lifted out of the shipped bundle, so the claim above can be checked against them.