Revert the local Copilot resume work (#248, #249) back to beta7 - #250
Merged
Merged
Conversation
Beta8 banked a Copilot resume ID from three places at once and killed panes it judged husks; beta9 tightened the kill to ended= rows and stopped banking the pre-launch directory. Sessions were still lost: a resumed Copilot drops --name, so name-keyed discovery can never find the directory a resume actually created, and any pointer loss (the resume-dead verdicts rm it) falls back to newest-matching-directory — a stale or near-empty conversation, banked over the real one. The findings and the revisit constraints are in docs/2026-09-02-beta8-beta9-resume-regression.md. This restores the beta7 tree (fc1d781) for SessionIDStore, ZmxSessionLauncher, Project.swift, and the resume tests. Kept from #248 is the dial logging: every local agent launch now records its branch, so an unbanked node's fresh launch logs 'open fresh' instead of being the one silent branch. No resume, banking, or kill behavior changes beyond what beta7 shipped.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sessions were lost after beta8/beta9. Restores the beta7 tree for SessionIDStore, ZmxSessionLauncher, Project.swift and the resume tests; keeps #248's dial logging so every local launch records its branch (unbanked fresh launches now log open fresh). Findings and revisit constraints are in docs/2026-09-02-beta8-beta9-resume-regression.md (local, per the docs/ gitignore carve-out). Tests: 1506 pass; swiftlint/format clean.