520 B
520 B
Implementation Plan
- Build a local Electron shell that reads SSH targets, starts SSH tunnels, and opens the remote Theia frontend.
- Install a versioned Theia server bundle into
~/.git.zone/ide-server/<version>on remote SSH hosts. - Run the Theia backend and OpenCode server on the remote host, bound to
127.0.0.1. - Expose OpenCode through a Theia backend service, not directly to the Electron renderer.
- Render OpenCode sessions, messages, permissions, diffs, todos, and Git.Zone commands inside Theia.