feat(daemon): add workspace management RPC#71
Merged
Dimillian merged 5 commits intoDimillian:mainfrom Jan 18, 2026
Merged
Conversation
This was referenced Jan 17, 2026
Owner
|
Deep review feedback: Findings:
Open questions:
|
8bfe53f to
887923c
Compare
Contributor
Author
|
Thanks for the deep review! I pushed a follow-up addressing all findings and clarifying the intent. add_worktree (remote-tracking branches)
remove_workspace/remove_worktree (consistency)
.gitignore mutation
unique_worktree_path
Let me know if you’d prefer changing the fallback behavior to error instead of creating a new branch from HEAD when the branch doesn’t exist locally/remotely — I kept the existing behavior to avoid breaking expectations. |
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.
Part of the optional remote backend mode RFC (see #54). This extends the daemon introduced in #58 with workspace management endpoints needed by the UI in remote mode.
What's included
list_workspacesadd_workspaceadd_worktreeconnect_workspaceremove_workspace/remove_worktreeupdate_workspace_settings/update_workspace_codex_binlist_workspace_filesCODEX_HOMEwhen spawning worktree sessions (keeps legacy.codexmonitorbehavior consistent with local mode).Notes
backendMode = remote.Related
Testing
cargo test(insrc-tauri)