feat: Add Zed remote SSH support (Vibe Kanban) (#1666)

* Done. Added Zed remote SSH support using the `zed://ssh/` protocol URL format.

**Generated URL format**: `zed://ssh/{user}@{host}{path}`

Examples:
- `zed://ssh/192.168.1.10/home/user/.vimrc`
- `zed://ssh/brit@scepcy/home/brit/projects/scepsy/`

* Restored the comment.

* Done. Added Zed to the frontend condition so the remote SSH host/user fields now appear when Zed is selected as the editor.

* add antigravity as an option in settings

* use early return for zed case to remove extra match statement
This commit is contained in:
Britannio Jarrett
2026-01-15 12:22:03 +00:00
committed by GitHub
parent 7b465cbae6
commit 9106c8223a
2 changed files with 17 additions and 10 deletions

View File

@@ -356,7 +356,9 @@ export function GeneralSettings() {
{(draft?.editor.editor_type === EditorType.VS_CODE ||
draft?.editor.editor_type === EditorType.CURSOR ||
draft?.editor.editor_type === EditorType.WINDSURF) && (
draft?.editor.editor_type === EditorType.WINDSURF ||
draft?.editor.editor_type === EditorType.GOOGLE_ANTIGRAVITY ||
draft?.editor.editor_type === EditorType.ZED) && (
<>
<div className="space-y-2">
<Label htmlFor="remote-ssh-host">