Composer pill to open a workspace in VS Code or Zed over SSH, desktop only.
From the plugin's README
ssh <user>@<host> connection from your machine.~/.ssh/config alias, LAN name, or Tailscale name) — no custom port or SSH alias override yet.paseo plugin add alhassanaraouf/paseo-remote-editor --ref mainSecurity status covers commit 5fc6f2f14542. This command tracks main. Refresh the listing before installing if the branch changed.
From the plugin's README
paseo plugin add alhassanaraouf/paseo-remote-editor
README
Adds an Editor pill to the composer track bar. Pick VS Code or Zed and it opens the agent's workspace directly over SSH in that editor, connected to the machine running the Paseo daemon.
The pill only appears on desktop (not iOS/Android), since opening a local editor via a deep link only makes sense from a desktop OS.
paseo plugin add alhassanaraouf/paseo-remote-editor
vscode://vscode-remote/ssh-remote+<user>@<host>/<path>zed://ssh/<user>@<host>/<path><user> and <host> come from the daemon machine's own os.userInfo().username and
os.hostname(); <path> is the agent's working directory.
ssh <user>@<host> connection from your machine.~/.ssh/config alias, LAN name, or Tailscale name) — no custom port or SSH alias override yet.Scanned 12 Sep 2026, 16:34 UTC from alhassanaraouf/paseo-remote-editor.