Replace OpenCode with SmartAgent runtime

This commit is contained in:
2026-05-14 13:15:48 +00:00
parent 08ed394737
commit 73cccc1fc2
28 changed files with 1636 additions and 1840 deletions
+3 -4
View File
@@ -2,7 +2,6 @@
1. Build a local Electron shell that reads SSH targets, starts SSH tunnels, and opens the remote Theia frontend.
2. Install a versioned Theia server bundle into `~/.git.zone/ide-server/<version>` on remote SSH hosts.
3. Run the Theia backend and OpenCode server on the remote host, bound to `127.0.0.1`.
4. Run OpenCode in the native Electron shell with tool overrides that execute against the selected remote project over SSH.
5. Render OpenCode sessions, messages, permissions, diffs, todos, and Git.Zone commands in the native shell UI.
6. Keep Theia integration scoped to editor context and future intellisense data for OpenCode tools.
3. Run the Theia backend on the remote host, bound to `127.0.0.1`.
4. Keep native shell concerns scoped to SSH/session orchestration and project window management.
5. Keep Theia integration scoped to editor context and future intellisense data.