Sessions can now track branch links alongside pull-request links, with detection for git, gh, glab and curl commands.
A pendingBranchLinks map and a command-matching regex sit in session state with no surfaced behaviour in this build.
What's wrong with this entry?
Session state carries pending branch links alongside pending PR links, with the PR-created path folded into one helper.
- A
pendingBranchLinksMap was added to the session state object and to both reset paths. - Sits next to the existing
pendingPrLinksset. - A new regex matches git, gh, glab and curl in commands.
pendingBranchLinks
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