Resume can fetch pre-compaction state early to cut a wait, but the flag is off.
Early sidecar fetch on resume is gated behind tengu_hover_rest, off by default.
tengu_hover_rest Off in both readingsThe flag server returned off for the account this site reads and for the anonymous baseline. A reading of off cannot rule out a rollout these two readings sit outside of.
This account: off · anonymous baseline: off · compiled default in v2.1.234: on
Read once, for one account on one subscription tier, against v2.1.234. It isn't a statement about your account. What a flag value here can and cannot tell you
What's wrong with this entry?
When resuming a session, the file holding pre-compaction state can now be fetched while the session is being resolved rather than when it is needed, removing a wait during rehydration. Gated off by default behind tengu_hover_rest.
- Reads
precompact.jsonfrom the storage backend, falling back to disk, with an 8 MB size cap; results are held in a cache of at most 8 sessions. - Rehydration uses the pre-read copy when present instead of reading again.
- Forked sessions skip the read-ahead.
precompact.json
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.238
CLAUDE_CODE_HOVER_RESTgives a local override for the new credential and settings storageBoth mention hover rest
-
v2.1.238
The v5 storage choice reads the environment variable first
Both mention hover rest
-
v2.1.238
Plaintext credential store gained an in-process cache
Both mention hover rest