Skip to content

Commit d0299b0

Browse files
committed
docs: note experimental sidebar persistence
1 parent e3e14ee commit d0299b0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CODEBASE_DOCUMENTATION.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ client/app.js - Config pre-fetching & caching
233233
client/app.js - Main client application
234234
├─ Manages: UI state, socket connections, terminal grid
235235
├─ Features: 16-terminal layout, real-time updates, session switching
236+
├─ Experimental workspace sidebar persistence: optional per-workspace restore for hidden worktrees plus View/Tier filters across reloads and app restarts
236237
├─ Command Palette: header `⌘ Commands` button + `Ctrl/Cmd+K` searchable command launcher for command-catalog actions
237238
├─ Intent hints: compact "intent haiku" strip above each agent terminal, refreshed from `POST /api/sessions/intent-haiku`
238239
├─ Projects + Chats automation: `project-chats-new` Commander/voice action supports explicit workspace + repository targeting
@@ -377,6 +378,7 @@ package.json - Node.js dependencies and scripts
377378

378379
user-settings.json - User preferences and workspace settings
379380
user-settings.default.json - Default user settings template
381+
├─ Experimental UI state: `global.ui.experimental.persistWorkspaceSidebarState` gates per-workspace sidebar snapshots stored in `workspaceSidebarStateByWorkspace`
380382
```
381383
382384
### Workspace Templates & Scripts

0 commit comments

Comments
 (0)