fix(agent-manager): preserve tab focus and order - #13906
Merged
marius-kilocode merged 1 commit intoSep 8, 2026
Merged
Conversation
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (4 files)
Reviewed by grok-4.6 · Input: 110.8K · Output: 10.5K · Cached: 295.9K Review guidance: REVIEW.md from base branch |
marius-kilocode
enabled auto-merge
September 8, 2026 07:40
WebReflection
approved these changes
Sep 8, 2026
marius-kilocode
deleted the
investigate-worktree-tab-order-focus-offsetof
branch
September 8, 2026 07:46
This was referenced Sep 8, 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
Agent Manager could lose the last focused Local session in multi-project mode and move a restored Local tab to the end of the tab bar when switching worktrees or projects.
Why This Change Was Made
Local session and draft memory was rejected when the special-tab callback returned false. Restoring an existing session also used the append path, which changed its saved position. Project activation now saves the outgoing tab before changing context, and existing Local sessions skip the append path.
User Impact
Switching between Local, worktrees, and projects preserves the active Local session, pending draft, and tab order.
Evidence
bun run compilebun test tests/unit/agent-manager-selection-actions.test.ts tests/unit/tab-order-sync.test.ts tests/unit/agent-manager-arch.test.tsThis change includes focused regression coverage and a patch changeset.