fix(vscode): preserve plan opens across worktree switches - #13970
Merged
Merged
Conversation
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (4 files)
Previous Review Summary (commit fa986a1)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit fa986a1)Status: No Issues Found | Recommendation: Merge Files Reviewed (4 files)
Reviewed by grok-4.6 · Input: 59.7K · Output: 4.5K · Cached: 142.6K Review guidance: REVIEW.md from base branch |
marius-kilocode
enabled auto-merge
September 9, 2026 13:53
WebReflection
approved these changes
Sep 9, 2026
This was referenced Sep 10, 2026
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.
What Problem This Solves
Completed plan events from an inactive Agent Manager worktree were discarded to prevent opening the plan in the wrong worktree. Returning to that worktree then left the plan closed.
Why This Change Was Made
Plan-open candidates are now queued by session and part ID when their session is inactive. The queue flushes when that exact session becomes active, and the active session is checked again before dispatch. Shared deduplication still prevents duplicate opens across nested DataBridge instances.
User Impact
Plans never open in an inactive worktree, and plans completed while another worktree is selected open when the user returns to their owning session.
Evidence
bun test tests/unit/open-plan.test.tsbun run lintbun run compile