coderClaw

TUI (Terminal UI)

Quick start

  1. Start the Gateway.
coderclaw gateway
  1. Open the TUI.
coderclaw tui
  1. Type a message and press Enter.

Remote Gateway:

coderclaw tui --url ws://<host>:<port> --token <gateway-token>

Use --password if your Gateway uses password auth.

What you see

Mental model: agents + sessions

Sending + delivery

Pickers + overlays

Keyboard shortcuts

Slash commands

Core:

Session controls:

Session lifecycle:

Other Gateway slash commands (for example, /context) are forwarded to the Gateway and shown as system output. See Slash commands.

Local shell commands

Tool output

History + streaming

Connection details

Options

Note: when you set --url, the TUI does not fall back to config or environment credentials. Pass --token or --password explicitly. Missing explicit credentials is an error.

Troubleshooting

No output after sending a message:

Connection troubleshooting