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
Copy file name to clipboardExpand all lines: libs/naas-abi/naas_abi/apps/desktop/AGENTS.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ desktop/
125
125
126
126
A workspace is a **folder on disk** (VS Code / Cursor semantics), not a Nexus tenant.
127
127
128
-
-**UI**: icon rail bottom (above Settings): **logo button only** opens a glass portal dropdown to the right (square corners). Hover on the logo shows the full path; the menu lists recent workspaces with a checkmark on the active entry and **Open Folder…**. The status bar left shows the current workspace basename and git branch as read-only context (no switch action). Top bar and main body stay clean (panel toggle + section title only). Rail top is an empty spacer.
128
+
-**UI**: icon rail top (Nexus sidebar-top pattern): **logo button only** opens a glass portal dropdown to the right (square corners). Hover on the logo shows the full path; the menu lists recent workspaces with a checkmark on the active entry and **Open Folder…**. The status bar left shows the current workspace basename and git branch as read-only context (no switch action). Top bar and main body stay clean (panel toggle + section title only). Rail bottom is Settings only.
129
129
-**Switch / open**: `POST /api/workspaces/open` or `PUT /api/settings` with a new `workspace_root`. Triggers `ensure_workspace`, harness restart, terminal reconnect, file index refresh, org/model context reload, and graph rescaffold.
130
130
-**Recent list**: `recent_workspaces` setting (JSON array, max 10 paths). Updated on every open/switch.
131
131
-**First run**: `maybe_upgrade_workspace_setting()` auto-detects `~/abi` (git + `.env`) when still on the factory default.
-**Events rail section**: dedicated `#events` main view with full-height process events table (`GET /api/processes`); row click opens detail panel, double-click or **View in Graph** navigates to Graph Overview and focuses the process node
203
-
- Workspace logo switcher moved to rail bottom (above Settings); rail top is spacer only
203
+
- Workspace logo switcher at rail top (Nexus sidebar-top pattern); rail bottom is Settings only
204
204
- Graph Overview tab: vis-network canvas only (process events table removed from split view above graph)
205
205
- Tables tab still shows raw SQLite dumps (`processes`, `process_aspects`) for debugging
0 commit comments