Diagnostics, fallback history, shell hints and observer pairings are no longer shared between sessions in one process.
What's wrong with this entry?
Pending language-server diagnostics, the ask-Claude fallback exchange history, shell hint delivery, worktree resume refusals and agent-observer pairings all moved from process globals onto the session. Nothing changes for a single session, but these are no longer shared across sessions in one process.
- Diagnostics are now looked up per session and the reset entry point was renamed to clear all state.
- The old standalone history class was deleted; that history now hangs off the session.
LSP Diagnostics: Resetting all state
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