Commands & Keybindings
AgentX provides slash commands and keyboard shortcuts for seamless terminal interaction.
Slash Commands
| Command | Description | Example |
|---|---|---|
/help | Display all available commands and shortcuts | /help |
/clear | Clear terminal history and refresh session context | /clear |
/model | Switch the active AI model | /model claude-3-7-sonnet |
/provider | Switch AI provider (OpenAI, Anthropic, Gemini, Ollama) | /provider |
/cost | Show session token usage and estimated API cost | /cost |
/theme | Toggle between dark and monochromatic themes | /theme |
/skills | List active agent skills and extension tools | /skills |
/exit | Terminate the AgentX session | /exit |
Keyboard Shortcuts
| Shortcut | Description |
|---|---|
| Ctrl + C | Interrupt active generation or cancel tool execution |
| Ctrl + D | Exit the CLI session |
| Tab | Autocomplete slash commands and file paths |
| Shift + Enter | Insert newline in multi-line prompt mode |
| Up / Down Arrows | Cycle through input history |