Skip to main content
The TUI is the default mode (0x0) and supports session-centric coding workflows.

Startup patterns

  • 0x0: open TUI in current directory
  • 0x0 [project]: open TUI in a specific directory
  • 0x0 -c: continue last session
  • 0x0 -s <sessionID>: continue specific session
  • 0x0 --fork -c: continue by forking
  • 0x0 --prompt "...": prefill prompt on startup

Session workflow

  • Use slash commands in prompt input for repeatable tasks.
  • Use /theme (or keybind) to switch themes.
  • Use session list/timeline views for continuation and branching.
  • Use interrupt key when you want to stop long tool runs.

With network mode

If network flags are set (--port, --hostname, --mdns, etc.), TUI starts with an HTTP server for external access. For end-to-end usage guidance: