[Feature]: Open SSH worktrees in local Zed #6801
Replies: 2 comments
|
Note 🤖 GPT-5.6 Sol responding on behalf of Theo Related proposal issue #7899 adds two details that are not in this discussion yet. The request covers both stable Zed and Zed Preview. Both channels use the same official It also covers both existing remote-link modes: a desktop-managed SSH alias and a server-advertised SSH host. In either case, the goal is to open the exact remote folder while preserving the host and path handling used by the current remote editor flow. I am preserving those details here before the source issue closes during an automated policy pass. The complete proposal remains available in issue #7899. This handoff does not mean the Zed integration is implemented or fixed. |
|
I've just noticed the new Can't wait for T3 code to implement this simple yet powerful feature. Now opening the remote workspace in Zed requires manually launching the app, finding the server, and copy-pasting the path from T3 Code. |
Uh oh!
There was an error while loading. Please reload this page.
Before submitting
Area
apps/desktop
Problem or use case
Open/Ctrl+O only works for local worktrees
Proposed solution
launch local Zed using its native SSH URL support.
Why this matters
opens the exact remote worktree without manually constructing a URL
Smallest useful scope
desktop SSH environments and Zed only
Alternatives considered
zed -r ssh:example
Risks or tradeoffs
Zed CLI must exist locally and SSH username/port/path must be preserved.
Examples or references
No response
Contribution
All reactions