Skip to main content

Slash Commands

Type / in the interactive TUI to run built-in commands for common actions:

CommandDescription
/clearClear conversation history
/initAnalyze the project and create an AGENTS.md file
/exitExit Ante
/compact [instructions]Free context by compacting older history; optional instructions steer what the handoff summary emphasizes or preserves
/configOpen the settings dialog — search, toggle, and jump into the theme, model, provider, status line, MCP, and offline dialogs (see Preferences)
/themeOpen theme selection dialog
/diffShow git diff (including untracked files)
/connectSign in with OAuth (API keys are detected automatically)
/models [model_id]With no argument, open the model and effort picker for the current provider; with a model id, switch to it directly — including ids the catalog does not list
/providersSelect an available provider for the current session
/add-providerSet up a custom provider in catalog.json — discovers the endpoint's models and can probe which effort levels each accepts (see Custom catalog)
/offline-modeRun a local model with the built-in inference engine
/term [name [args...]]With no name, open the terminal-session picker; with a name, attach or detach that tmux session, launching a same-named command plus arguments when the session is new — see Terminal sessions
/update [skip | cancel]Schedule the pending update for installation on exit; skip dismisses that version and cancel unschedules an accepted update
/contextVisualize current context usage as a colored grid, broken down by category
/usageShow what the session has spent so far — token counts per model, cache hit rate, and turn count (see Session usage)
/welcomeShow the welcome/onboarding dialog
/resumeResume a previous session in this directory
/rename [title]Give the session a title, shown in the resume picker and the terminal tab; with no argument, clear it (see Session title)
/resume-claude [id]Continue a recent Claude Code session in this directory (a bundled skill — see Coming from Claude Code or Codex)
/resume-codex [id]Continue a recent Codex session in this directory (a bundled skill)
/import-claudeCopy Claude Code's project memory for this directory into Ante's project memory
/statuslineConfigure the status line
/mcpInspect 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, /compact, /context, /usage, /goal, and /rename 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.

As you type, tokens that match a known command or skill name are highlighted in the composer, so you can see at a glance that a command is recognized before you send it.