feat(agent-manager): filter sessions by worktree - #12509
Merged
Merged
Conversation
marius-kilocode
enabled auto-merge
July 24, 2026 11:18
johnnyeric
approved these changes
Jul 24, 2026
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (8 files, plus 15 i18n locale files)
Reviewed by claude-sonnet-5 · Input: 48 · Output: 10.9K · Cached: 1.5M Review guidance: REVIEW.md from base branch |
t7tran
pushed a commit
to t7tran/kilocode
that referenced
this pull request
Aug 14, 2026
…rktree feat(agent-manager): filter sessions by worktree
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.
Agent Manager session history currently combines sessions from the local workspace and every managed worktree, which makes it difficult to find sessions belonging to the selected worktree.
Add a Worktree source to
/sessionswhenever a managed worktree is selected. The existing Local source remains the aggregate history, while Worktree limits the same searchable, grouped session list to sessions assigned to the selected worktree. Switching back to the local workspace removes the worktree-specific source and returns history to Local. The source participates in the existing keyboard tab navigation, and its label is localized across every supported language.Local history remains the aggregate view:
Worktree history limits the list to the selected worktree: