Feat NewVersion - Project Workspace with Sidebar Navigation and Refactor ChatBox Input UI#1524
Open
Douglasymlai wants to merge 18 commits intomainfrom
Open
Feat NewVersion - Project Workspace with Sidebar Navigation and Refactor ChatBox Input UI#1524Douglasymlai wants to merge 18 commits intomainfrom
Douglasymlai wants to merge 18 commits intomainfrom
Conversation
Resolve Home.tsx by keeping sidebar workspace layout and adding checkLocalServerStale from main. Made-with: Cursor
4pmtong
reviewed
Mar 30, 2026
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 Issue
Closes #
Description
New Components & Modules
ProjectPageSidebar(1,164 lines) — collapsible left sidebar rail for project-level navigation (workspace tabs, task list with lifecycle status indicators, help/support menu)RichChatInput(430 lines) — rich text input with inline URL and#skilltoken highlightingUserMessageRichContent— renders rich content segments in user message cardstaskLifecycleUi.tsutility — centralizes task lifecycle state derivation (bottom-box state, shelf tone) shared between sidebar and chatuseInitialChatPanelLayouthook — handles initial resizable panel sizing on mountLayout & Navigation Overhaul
Home.tsxheavily refactored — integratesProjectPageSidebar, replaces inline connection-status/tab logic with sidebar-driven navigationTopBargains browser-style back/forward navigation (useStackNavigationBounds), removes export-log and folder icon; adds share/sparkles iconsWorkspaceMenurenamed toWorkSpaceMenu(casing change)MenuToggleGroupin-page tabsBottomBarsimplified, workspace components (BrowserAgentWorkspace,TerminalAgentWorkspace) receive minor layout adjustmentsState Management
pageTabStorenow useszustand/persist, adds:projectSidebarCollapsed,scrollToQueryId,customAgentFolderPathByProjectId,workspaceChatFocusRequestIdhasTriggersmock — now derived from actual trigger dataChatBox Refactoring
hasModeldefaults totrueprojectTotalTokens,getChatStoreTotalTokens)ExpandedInputBox.tsx(239 lines removed), replaced byRichChatInputResizeObserveron the bottom-box overlayworkspaceChatFocusRequestIdauto-focuses chat input when sidebar triggers itUI Component Updates
button.tsxrewritten — newlayoutaxis (text|icon-only), compound variants per size,textWeightandradiusprops, propericon-onlysquare sizingdialog,dropdown-menu,input,textarea,carousel,command,resizable,sidebar) receive styling/structure tweaksi18n
Bug Fixes
Testing Evidence (REQUIRED)
What is the purpose of this pull request?
Contribution Guidelines Acknowledgement