feat(server): add workspace context harness - #3
Open
YoruSamaOG wants to merge 25 commits into
Open
Conversation
Replace the desktop main-process console logger with a best-effort stream logger so closed stdout or stderr pipes cannot crash Electron during development.
Keep provider worktree branch metadata when stale local metadata arrives during archive restore or projection replay, so restored chats stay under the correct workspace.
Add workspace rows under projects, keep collapse behavior scoped to workspace groups, and share terminal/sidebar state across chats in the same workspace context.
When Cmd+K starts a chat in a different project, explicitly clear branch and worktree metadata so reused drafts do not keep the previously focused workspace.
Preserve workspace-scoped chat context and desktop logging
Add projection-backed workspace records and repair workspace grouping when threads move between branch, local, and worktree contexts. Harden desktop dev sandbox startup so the workspace layout can be verified reliably.
fix(workspaces): persist durable workspace identity
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.
Summary
Validation