Summary
Create a fresh branch from upstram/dev and carry forward our local memory-leak and webui fixes that are still missing there.
Why
A strict v1.2.27 backport is not required, and clean testing shows the v1.2.27 baseline itself still has sidebar/session-list issues in local e2e. Basing on upstream dev is the lower-risk path to a working branch.
Acceptance Criteria
- create a fresh local branch from upstream
dev
- identify local memory/webui fixes not already present upstream
- cherry-pick only the missing commits
- run build and focused end-to-end validation
- document the final commit set and any follow-up gaps
Summary
Create a fresh branch from
upstram/devand carry forward our local memory-leak and webui fixes that are still missing there.Why
A strict
v1.2.27backport is not required, and clean testing shows thev1.2.27baseline itself still has sidebar/session-list issues in local e2e. Basing on upstreamdevis the lower-risk path to a working branch.Acceptance Criteria
dev