You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(project-tree): add expand/collapse, fix tree node hierarchy and connector lines
- Split project keys by '--' to derive tree hierarchy levels; create virtual
intermediate nodes for path segments between a parent project and its worktree
(fixes translation-service not appearing as a tree node)
- Detect worktree kind from the last '--' segment of the child key, so
virtual parent keys (e.g. __virtual:...) work correctly
- Add hasChildren and isExpanded fields to FlatItem; flattenTree and
buildFlatItems accept a collapsedKeys set to hide children of collapsed nodes
- Web: chevron toggle button (▸/▾) at fixed column before node name;
Space/→ expands, ← collapses in keyboard sidebar navigation
- TUI: same expand/collapse via Space/arrow keys; chevron rendered inline
- Replace single ::before guide line with rendered GuideLines spans: one
span per ancestor depth level with corrected offsets (border-left accounted)
plus a 5px horizontal L-arm on the last span to connect guide to toggle
- Toggle arrow enlarged to 13px / 18px button; name span gets flex: 1 for
consistent left-aligned text across all depth levels
Copy file name to clipboardExpand all lines: AGENTS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
# GitNexus — Code Intelligence
4
4
5
-
This project is indexed by GitNexus as **tail-claude-gui** (1589 symbols, 3812 relationships, 132 execution flows). Use the GitNexus MCP tools to understand code, assess impact, and navigate safely.
5
+
This project is indexed by GitNexus as **tail-claude-gui** (1625 symbols, 3908 relationships, 135 execution flows). Use the GitNexus MCP tools to understand code, assess impact, and navigate safely.
6
6
7
7
> If any GitNexus tool warns the index is stale, run `npx gitnexus analyze` in terminal first.
This project is indexed by GitNexus as **tail-claude-gui** (1589 symbols, 3812 relationships, 132 execution flows). Use the GitNexus MCP tools to understand code, assess impact, and navigate safely.
41
+
This project is indexed by GitNexus as **tail-claude-gui** (1625 symbols, 3908 relationships, 135 execution flows). Use the GitNexus MCP tools to understand code, assess impact, and navigate safely.
42
42
43
43
> If any GitNexus tool warns the index is stale, run `npx gitnexus analyze` in terminal first.
0 commit comments