Slash Commands
Type / in the interactive TUI to run built-in commands for common actions:
| Command | Description |
|---|---|
/clear | Clear conversation history |
/init | Analyze the project and create an AGENTS.md file |
/exit | Exit Ante |
/compact | Summarize conversation history to free up the context window |
/config | Open the settings dialog — search, toggle, and jump into the theme, model, provider, status line, MCP, and offline dialogs (see Preferences) |
/theme | Open theme selection dialog |
/diff | Show git diff (including untracked files) |
/connect | Sign in with OAuth (API keys are detected automatically) |
/models | Select a model and effort level for the current provider |
/providers | Select an available provider for the current session |
/offline-mode | Run a local model with the built-in inference engine |
/pty [window] | Toggle the embedded terminal panel (Ctrl+P to switch focus). /pty window attaches a native terminal instead — see Terminal panel |
/welcome | Show the welcome/onboarding dialog |
/resume | Resume a previous session in this directory |
/statusline | Configure the status line |
/mcp | Inspect and manage configured MCP servers |
/goal [<condition> | clear] | Keep working until a condition is met, clear the active goal, or show goal status |
note
Some commands are "visible" (appear in conversation history) and others are "silent" (execute without adding to history). /clear, /init, /exit, and /compact are visible; the rest are silent.
Skills as slash commands
Skills also appear as slash commands, with scope indicators: [p] for project-level, [u] for user-level, and [s] for system-level skills.
Related
/modelsand/providersare two halves of one flow; see Models, Providers & Effort./goalpowers goal-driven sessions: keep working until a success condition is met./resumepicks up a previous conversation; see session resume.