Terminal (AI inside)
For the complete documentation index, see llms.txtThe viewer has a docked terminal (toggle ⌃`) so you can drive the CLI — and your AI agent — without leaving the window.
Sessions
| Session | What it is |
|---|---|
| local | a native shell on your machine |
| claude | a Claude Code session, in the viewer |
| codex | a Codex session |
Open multiple tabs, switch between them, clear the buffer, and resize the dock. Each session is its own PTY over a dedicated WebSocket.
Why it matters
Ask the agent to write or fix a test right here — then watch it run in the same window. The whole loop (author → run → inspect → repair) stays in one place.