{"id":"remote-editor","repo":"alhassanaraouf/paseo-remote-editor","url":"https://github.com/alhassanaraouf/paseo-remote-editor","name":"remote-editor","description":"Composer pill to open a workspace in VS Code or Zed over SSH, desktop only.","categories":["productivity"],"platforms":[],"caveats":["Requires the SSH-based remote-development extension for the chosen editor already set up on your machine","Not shown on iOS or Android"],"images":[],"health":{"manifestValid":true,"hasReadme":true,"hasLicense":true,"hasTests":false,"hasTypecheckScript":true,"updatedRecently":true},"scannedAt":"2026-09-12T18:24:25.656Z","addedAt":"2026-09-12T14:51:04Z","version":"0.1.0","security":{"status":"passed","blockingFindings":0,"advisoryFindings":0,"scannedAt":"2026-09-12T18:22:29.747Z","commit":"5fc6f2f1454256a93f9006d538722e78c21a370a"},"author":"Al-Hassan Abdel-Raouf","license":"MIT","paseoVersionRequirement":">=0.8.0","manifest":{"id":"remote-editor","requirements":{"paseo":">=0.8.0"}},"repoMeta":{"stars":0,"defaultBranch":"main","pushedAt":"2026-09-12T13:58:56Z"},"owner":{"login":"alhassanaraouf","avatarUrl":"https://avatars.githubusercontent.com/u/56361750?v=4"},"installNotesHtml":"<pre><code class=\"language-bash\">paseo plugin add alhassanaraouf/paseo-remote-editor\n</code></pre>","limitationsNotesHtml":"<ul>\n<li>Requires VS Code's Remote-SSH extension or Zed's SSH remote support to already be set up,\nincluding a working <code>ssh &#x3C;user>@&#x3C;host></code> connection from your machine.</li>\n<li>Uses the daemon's reported hostname, so it needs to resolve from your machine (matches your\n<code>~/.ssh/config</code> alias, LAN name, or Tailscale name) — no custom port or SSH alias override yet.</li>\n<li>Not shown on iOS or Android.</li>\n</ul>","readmeText":"# Remote Editor\n\nAdds an **Editor** pill to the composer track bar. Pick VS Code or Zed and it opens the\nagent's workspace directly over SSH in that editor, connected to the machine running the\nPaseo daemon.\n\nThe pill only appears on desktop (not iOS/Android), since opening a local editor via a\ndeep link only makes sense from a desktop OS.\n\n## Install\n\n```bash\npaseo plugin add alhassanaraouf/paseo-remote-editor\n```\n\n## How it works\n\n- VS Code: opens `vscode://vscode-remote/ssh-remote+<user>@<host>/<path>`\n- Zed: opens `zed://ssh/<user>@<host>/<path>`\n\n`<user>` and `<host>` come from the daemon machine's own `os.userInfo().username` and\n`os.hostname()`; `<path>` is the agent's working directory.\n\n## Limitations\n\n- Requires VS Code's Remote-SSH extension or Zed's SSH remote support to already be set up,\n  including a working `ssh <user>@<host>` connection from your machine.\n- Uses the daemon's reported hostname, so it needs to resolve from your machine (matches your\n  `~/.ssh/config` alias, LAN name, or Tailscale name) — no custom port or SSH alias override yet.\n- Not shown on iOS or Android.\n"}