Org in a Box
Tips & Tricks

TUI Shortcuts & Commands

Every slash command and keyboard shortcut in the oiab chat TUI.

Keyboard

KeyAction
EnterSend message
Ctrl+CExit TUI
TabAutocomplete slash command
↑ / ↓Navigate autocomplete suggestions

General Commands

CommandDescription
/helpShow command help
/commands [page]Paginated command list
/quitExit chat
/clearClear terminal screen
/doctorCheck keyring, Postgres, and sandbox health
/statusFull system status (compose + DB + providers + jobs)

Session Commands

CommandDescription
/new [title]Start a new session
/sessionsList recent sessions
/use <session-id>Switch to an existing session
/infoShow current session ID and status
/historyShow last 15 messages
/retryResend the last user message
/undoRevert the last user message
/interruptAbort the current agent turn
/title [name]Set or show session title
/clearsessionClear screen and start new session

Configuration

CommandDescription
/providersList connected LLM providers
/model [id]Show or set the default model
/agent [name]Show or set the agent for this session

Templates

CommandDescription
/template listBrowse available agent templates
/template use <slug>Activate a template for the next session

Orchestration

CommandDescription
/orchestrate <task>Submit a multi-task orchestration plan
/plan-status <plan-id>Check orchestration plan progress

Memory & Learning

CommandDescription
/memories [query]Search long-term memories
/skills [status]List skills (default: promoted)

Auth & Admin

CommandDescription
/loginAuthenticate via Azure device code flow
/audit [action]Query the audit log
/gatewayShow Docker Compose gateway status

Prefix Matching

All commands support prefix matching — you don't have to type the full name:

/h     → /help
/sess  → /sessions
/orche → /orchestrate
/tem   → /template

Fuzzy matching is also supported: /hlp matches /help (subsequence).

On this page