Answered by
bifrost0x
Sep 8, 2026
Replies: 1 comment
|
Implemented and merged in PR #207. The Workspaces action-bar Replacing a connection is staged: the current SSH session, buffered terminal output, and Files context remain intact until the new connection succeeds. Cancelling or closing the launcher returns focus to the preserved session. This flow is covered by browser regression tests. Thanks for the clear suggestion and screenshot. |
0 replies
Answer selected by
bifrost0x
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Implemented and merged in PR #207.
The Workspaces action-bar
+button now opens the connection launcher for the pane the user is currently working in. The launcher offers both saved connections and Quick Connect, so selecting an existing host no longer requires going through the Quick Connect dialog first.Replacing a connection is staged: the current SSH session, buffered terminal output, and Files context remain intact until the new connection succeeds. Cancelling or closing the launcher returns focus to the preserved session.
This flow is covered by browser regression tests. Thanks for the clear suggestion and screenshot.