Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

CLI Commands

63 slash commands are available in both the TUI and CLI interfaces. Commands are executed via:

# TUI: press / then type command
/health

# CLI: use --cmd flag
uv run gaius-cli --cmd "/health" --format json

Command Categories

Health & Diagnostics

CommandDescription
/healthRun all health checks
/health <category>Run checks for category (gpu, endpoints, infrastructure)
/health fix <service>Apply automated fix strategy
/health observerHealth Observer daemon status
/health incidentsList active incidents
/fmeaFMEA summary with RPN scores
/fmea catalogList all failure modes
/fmea detail <id>Failure mode details

GPU & Endpoints

CommandDescription
/gpu statusEndpoint and GPU status
/gpu healthGPU memory, temperature, utilization

Agents & Evolution

CommandDescription
/swarmRun swarm analysis
/evolve statusEvolution daemon status
/evolve triggerTrigger evolution cycle
/cognitionTrigger cognition cycle
/thoughtsView recent thoughts
/sitrepSituational report
/theta consolidateRun theta consolidation

Knowledge Base

CommandDescription
/search <query>Search knowledge base
/kb listList KB entries
/kb createCreate KB entry

System

CommandDescription
/stateCurrent application state
/renderRender card visualizations
/xai budgetXAI API budget status

Note: This is a representative subset. Run /help in the TUI for the complete list, or see the dispatch table in src/gaius/cli.py.