fix(vscode): add project-local navigation hints - #12845
Conversation
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (5 files)
Incremental note: the new commit aligns the hint order with the multi-project nav order by feeding an empty session list when the sessions section is collapsed ( Previous Review Summaries (2 snapshots, latest commit 8fe5329)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit 8fe5329)Status: 1 Issue Found | Recommendation: Address before merge Overview
Issue Details (click to expand)SUGGESTION
Files Reviewed (5 files)
Incremental note: the previous round's hint/nav order mismatch is resolved — the rebased base (#12843) now builds the multi-project nav order with the same semantics as the rendered sidebar (ungrouped rank-sorted first, then rank-sorted sections with Fix these issues in Kilo Cloud Previous review (commit f8727c8)Status: 1 Issue Found | Recommendation: Address before merge Overview
Issue Details (click to expand)SUGGESTION
Files Reviewed (5 files)
The project-isolation guard ( Reviewed by kimi-k3 · Input: 59.8K · Output: 11.5K · Cached: 593.2K Review guidance: REVIEW.md from base branch |
f8727c8 to
8fe5329
Compare
41ce0ce
into
fix-multi-project-navigation-and-shortcuts
…avigation fix(vscode): add project-local navigation hints
Multi-project Agent Manager worktree hover cards do not show the previous/next navigation hints that are available in the single-project sidebar. The rendered project body also needs its own local sidebar order so raw worktree IDs cannot resolve against another project.
This follow-up is stacked on #12843 and adds project-scoped previous/next hints using each project's rendered sidebar order. Duplicate raw IDs remain isolated between projects without reimplementing the global keyboard navigation or shortcut work from #12843.
Fixes #12806