Agentic UI: Simplify Sidebar with new Site-Centric Focus#3998
Draft
shaunandrews wants to merge 3 commits into
Draft
Agentic UI: Simplify Sidebar with new Site-Centric Focus#3998shaunandrews wants to merge 3 commits into
shaunandrews wants to merge 3 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related issues
How AI was used in this PR
Codex helped extract and iterate on the site-centric Agentic UI sidebar, then verified the final branch with linting, typecheck, targeted tests, and a running local app session. The PR remains draft because it is a visual/navigation change that needs human review in the app.
Executive summary
This PR simplifies Agentic UI around sites as the primary object. The sidebar no longer behaves like a chat list; it focuses on local sites, their status, and their latest conversation. Chat creation and chat history moved into the chat panel footer so previous conversations remain reachable without making the sidebar carry two navigation models.
Site rows now open the latest chat, or start a new site chat when no chat exists. Site settings remain available through the existing settings route.
Proposed Changes
Review guide
Okay to skim
Diff breakdown
Known tradeoffs and follow-ups
allowpopupswarning. No new typecheck or targeted test failures were observed.Safety checklist
apps/ui.Testing Instructions
npm run typecheck.npm test -- apps/ui/src/components/site-list/index.test.tsx apps/ui/src/components/user-menu/index.test.tsx apps/ui/src/components/sidebar-layout/index.test.tsx apps/ui/src/ui-classic/components/session-view/session-chat-actions.test.tsx.npm startand confirm Studio launches from this branch.Pre-merge Checklist