## Slash Commands ### What are slash commands? Slash commands are special commands you can type that start with `/`. --- ### Built-in slash commands Control LLMX’s behavior during an interactive session with slash commands. | Command | Purpose | | ------------ | ----------------------------------------------------------- | | `/model` | choose what model and reasoning effort to use | | `/approvals` | choose what LLMX can do without approval | | `/review` | review my current changes and find issues | | `/new` | start a new chat during a conversation | | `/init` | create an AGENTS.md file with instructions for LLMX | | `/compact` | summarize conversation to prevent hitting the context limit | | `/undo` | ask LLMX to undo a turn | | `/diff` | show git diff (including untracked files) | | `/mention` | mention a file | | `/status` | show current session configuration and token usage | | `/mcp` | list configured MCP tools | | `/logout` | log out of LLMX | | `/quit` | exit LLMX | | `/exit` | exit LLMX | | `/feedback` | send logs to maintainers | ---