Feat(remote) workspace session UI#240
Merged
bobleer merged 2 commits intoGCWing:mainfrom Mar 24, 2026
Merged
Conversation
added 2 commits
March 24, 2026 12:23
- Extend path_manager and remote_ssh workspace_state for remote roots and caps - Wire desktop agentic/session APIs and app state for workspace + SSH flows - Adjust agentic coordinator, persistence, and workspace service integration
- Replace password-only dialog with SSHAuthPromptDialog; path utils and file-system hooks - Flow chat session/persistence modules, Agent/Session API, nav and theme tweaks - README: clarify Windows OpenSSL bootstrap for pnpm vs plain cargo
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
Improves remote SSH workspace handling (paths, caps, workspace state), desktop/session/agentic APIs, and the web UI for SSH auth, flow chat sessions, and nav/workspace integration. Documentation updates clarify Windows OpenSSL bootstrap when using
pnpmvs plaincargo.Motivation
What changed
Core & desktop (
feat(core,desktop): …)path_managerandremote_ssh/workspace_statefor remote roots and capability handling.agentic_api,app_state,commands,session_api,terminal_api, etc.session_manageradjustments as needed for the above.Web UI & docs (
feat(web-ui): …)SSHAuthPromptDialog(replacesPasswordInputDialog), updates toSSHConnectionDialog,SSHRemoteProvider,pathUtils, file-system hooks/services, editor/git panels where paths cross the boundary.FlowChatManager,SessionModule,PersistenceModule,BtwThreadService,FlowChatStore, types and tool-card/theme-related styling.AppLayout, input/preview CSS tweaks.AgentAPI,SessionAPI.pnpm run desktop:*vsnode scripts/ensure-openssl-windows.mjswhen using plaincargo.How to test
pnpm run desktop:devand optional plaincargoworkflow.Notes
mainfrom this repo (includes recent upstream commits such as AI connection test alignment).