fix(vscode): fix multi-project navigation shortcuts - #12843
Conversation
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (2 files, incremental)
The one remaining finding from the previous review is resolved in Previous Review Summaries (3 snapshots, latest commit d9d3568)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit d9d3568)Status: 1 Issue Found | Recommendation: Address before merge Overview
Issue Details (click to expand)SUGGESTION
Files Reviewed (2 files, incremental)
All three previous findings are resolved in Fix these issues in Kilo Cloud Previous review (commit d3dca39)Status: 3 Issues Found | Recommendation: Address before merge Overview
Issue Details (click to expand)SUGGESTION
Files Reviewed (8 files)
No memory leaks introduced (no new listeners, timers, or subscriptions; memos are root-owned). All three findings are low-severity polish on an otherwise solid fix. Fix these issues in Kilo Cloud Previous review (commit 24f463c)Status: 2 Issues Found | Recommendation: Address before merge Overview
Issue Details (click to expand)SUGGESTION
Files Reviewed (8 files)
No memory leaks introduced (no new listeners, timers, or subscriptions; memos are root-owned). Both findings are low-severity polish on an otherwise solid fix. Reviewed by kimi-k3 · Input: 40.2K · Output: 10.4K · Cached: 817.2K Review guidance: REVIEW.md from base branch |
fix(vscode): add project-local navigation hints
…igation-and-shortcuts fix(vscode): fix multi-project navigation shortcuts
Multi-project Agent Manager navigation currently derives its order differently from the rendered project bodies. Once a worktree belongs to a section, Up/Down navigation and number jumps can target the wrong item, while multi-project cards do not consistently show the corresponding Cmd/Ctrl shortcuts.\n\nThe navigation order now follows persisted worktree and section ordering, keeps ungrouped worktrees and section members aligned with the rendered sidebar, skips collapsed sections, and uses one global order for both badges and number jumps. Project-qualified DOM IDs keep activation aligned across repositories. Regression coverage and a patch changeset are included.