feat(vscode): add subagent inspector tabs - #13173
Conversation
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (1 file, incremental since 4279750)
The previous warning is resolved in 0067dba: Previous Review Summaries (2 snapshots, latest commit 4279750)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit 4279750)Status: 1 Issue Found | Recommendation: Address before merge Overview
Issue Details (click to expand)WARNING
Files Reviewed (12 files, incremental since d95c5d4)
All three previous findings are resolved in 4279750: the subagent view now loads with Fix these issues in Kilo Cloud Previous review (commit d95c5d4)Status: 3 Issues Found | Recommendation: Address before merge Overview
Issue Details (click to expand)CRITICAL
WARNING
SUGGESTION
Files Reviewed (18 files)
The tab strip extraction ( Reviewed by kimi-k3 · Input: 76.1K · Output: 3.6K · Cached: 255K Review guidance: REVIEW.md from base branch |
Agent Manager previously treated delegated subagents as separate viewer flows, making parent and child sessions harder to inspect together and limiting the inspector to one child view at a time.
This adds a persistent Subagents inspector panel for worktree sessions. Each opened child gets an independent sortable and closable tab backed by its own session provider, so parent and child streams remain isolated while multiple children run in parallel. The panel shares inspector resize and tab behavior with side terminals, while inspector hover tabs omit shortcut hints without changing the main session tab bar.