Session reset and model fallback use named stores, and cert env vars go through one accessor.
What's wrong with this entry?
Session reset and model fallback now read and write through named state stores rather than loose module state, the storage handle is passed explicitly through many more call sites including config writes and shutdown flushes, and several direct environment reads including NODE_EXTRA_CA_CERTS and CLAUDE_CODE_CLIENT_CERT now go through one accessor. No behaviour changes.
VOICE_STREAM_BASE_URL
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.235
Process-wide caches are now scoped per host
Both mention state
-
v2.1.235
Per-session state replaces process-wide globals, and the render root takes explicit dependencies
Both mention state
-
v2.1.235
More file-scope variables replaced by accessor-backed containers
Both mention state