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
@@ -1,8 +1,8 @@
# Git.Zone IDE
Git.Zone IDE is a remote-first desktop IDE based on Eclipse Theia, Electron, SSH, and OpenCode.
Git.Zone IDE is a remote-first desktop IDE based on Eclipse Theia, Electron, and SSH.
The local Electron shell manages SSH sessions, tunnels, and the native OpenCode chat runtime. The remote host runs the Theia backend inside the selected workspace; OpenCode code tools are overridden so file, shell, search, and patch actions execute remotely over SSH where the code lives.
The local Electron shell manages SSH sessions and tunnels. The remote host runs the Theia backend inside the selected workspace.
## Development
@@ -25,6 +25,5 @@ pnpm run start:remote
- `applications/remote-theia`: remote Theia application served through an SSH tunnel.
- `packages/ssh`: OpenSSH config parsing, command execution, probes, and tunnel lifecycle.
- `packages/server-installer`: remote server manifest, install paths, bootstrap script generation, and command planning.
- `packages/opencode-bridge`: typed OpenCode server client wrapper and event normalization.
- `packages/protocol`: shared session and server protocol types.
- `theia-extensions/gitzone-*`: Theia product, remote, and OpenCode integration extensions.
- `theia-extensions/gitzone-*`: Theia product and remote integration extensions.