coderclaw gateway
coderclaw tui
Remote Gateway:
coderclaw tui --url ws://<host>:<port> --token <gateway-token>
Use --password if your Gateway uses password auth.
main, research). The Gateway exposes the list.agent:<agentId>:<sessionKey>.
/session main, the TUI expands it to agent:<currentAgent>:main./session agent:other:main, you switch to that agent session explicitly.per-sender (default): each agent has many sessions.global: the TUI always uses the global session (the picker may be empty)./deliver oncoderclaw tui --deliverCore:
/help/status/agent <id> (or /agents)/session <key> (or /sessions)/model <provider/model> (or /models)Session controls:
/think <off|minimal|low|medium|high>/verbose <on|full|off>/reasoning <on|off|stream>/usage <off|tokens|full>/elevated <on|off|ask|full> (alias: /elev)/activation <mention|always>/deliver <on|off>Session lifecycle:
/new or /reset (reset the session)/abort (abort the active run)/settings/exitOther Gateway slash commands (for example, /context) are forwarded to the Gateway and shown as system output. See Slash commands.
! to run a local shell command on the TUI host.! disabled for the session.cd/env).! is sent as a normal message; leading spaces do not trigger local exec.mode: "tui".--url <url>: Gateway WebSocket URL (defaults to config or ws://127.0.0.1:<port>)--token <token>: Gateway token (if required)--password <password>: Gateway password (if required)--session <key>: Session key (default: main, or global when scope is global)--deliver: Deliver assistant replies to the provider (default off)--thinking <level>: Override thinking level for sends--timeout-ms <ms>: Agent timeout in ms (defaults to agents.defaults.timeoutSeconds)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.
No output after sending a message:
/status in the TUI to confirm the Gateway is connected and idle/busy.coderclaw logs --follow.coderclaw status and coderclaw models status./deliver on or --deliver).--history-limit <n>: History entries to load (default 200)disconnected: ensure the Gateway is running and your --url/--token/--password are correct.coderclaw agents list and your routing config.