The skill and command text de-duplication cache now clears with the rest of session state.
What's wrong with this entry?
The map that reuses one copy of an unchanged skill or command file body was a process-lifetime global; it is now a field on the shared session state container, so it is cleared along with everything else on reset.
skillContentIntern
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