/teleport hands off your in-progress session to a cloud sandbox. Close the laptop. The agent keeps going.
~/myproject on main ❯ /teleport Provisioning sandbox... ████████████████░░ 82% ✓ Workspace ready · ws-f3a1b2c ✓ Synced 1,204 files ✓ Skills and tools loaded Dropping you in. Ctrl+D to exit any time — session keeps running. ┌─────────────────────────────────────────────────────┐ │ 1:main-task ○ 2:shell │ ├─────────────────────────────────────────────────────┤ │ ❯ Running phase 2: implement auth middleware... │ │ │ └─────────────────────────────────────────────────────┘ ❯
Close the lid or lose wifi. Whatever the agent was doing is gone.
Long tasks mean keeping the terminal open, staying connected, waiting.
Come back to a half-finished task and no context about why it stopped.
Kimchi provisions a sandbox pre-loaded with your tools, skills, and agent state. A progress bar shows setup status.
A fullscreen tabbed terminal wired to the remote session. Your agent picks up mid-task. Open more tabs with Ctrl+B c.
Ctrl+D drops you back to local. The sandbox keeps running. Come back via /sessions, the console, or VS Code.
Workspaces stay alive until you delete them. Filesystem, git history, and installed dependencies are all there when you reconnect.
Run multiple independent sessions inside one workspace. Switch with Ctrl+B n/p or jump directly with Ctrl+B 1–9.
Made edits locally after handing off? Run /sync to push them to the sandbox without restarting.
Run /ssh-config inside the overlay. Open VS Code → Remote Sessions. The workspace appears automatically. Full editor, no manual config.
Kimchi emails you when the agent finishes or needs input. Click the link to open the session's web terminal directly.
Running a multi-phase Ferment plan? /teleport hands off mid-phase. The agent keeps building from where it left off.
The Remote Sessions page shows every active session and the phase each agent is in — planning, coding, reviewing, done. Open a web terminal and interact without touching the CLI.
| Session | Workspace | Phase | Status |
|---|---|---|---|
| auth-refactor | ws-f3a1b2c | Coding · phase 2/4 | Running |
| add-dark-mode | ws-a9b3d1e | Reviewing | Running |
| fix-rate-limits | ws-c1d8f2a | Done | Complete ✓ |
Ships with Kimchi Coding. No separate install required.