/ in the prompt to see autocomplete suggestions.
Available Commands
/auth
Add or configure authentication providers.- OpenAI (ChatGPT OAuth)
- Antigravity (OAuth)
- OpenRouter (API key)
You can configure multiple providers and switch between them using
/model./onboarding
Re-run the initial setup flow to configure authentication and API keys.- Guides you through provider authentication
- Prompts for the Exa API key (for web search)
- Helps you select your initial model
/forgeteverything
Wipe all local configuration and restart onboarding from scratch./model
Choose your model and thinking level.- Model selection - Choose from available models across all authenticated providers
- Thinking level - Set reasoning effort (OFF, MINIMAL, LOW, MEDIUM, HIGH, XHIGH)
- Provider selection - For OpenRouter models, optionally specify a preferred provider
OFF- Disable reasoning effortMINIMAL- Very light reasoning, fastest with thinkingLOW- Fast with lighter reasoningMEDIUM- Balanced depth and speed (recommended)HIGH- Maximum reasoning depthXHIGH- Extra high reasoning for the hardest tasks
/limits
Show OAuth usage limits for your authenticated providers.- OpenAI usage snapshot (if authenticated)
- Antigravity usage snapshot (if authenticated)
- Current rate limits and quotas
/history
Resume a saved chat session.~/.loaf/sessions/ organized by date. See Chat History for more details.
/compress
Compress conversation context to reduce token usage.loaf also performs automatic compression when you reach 82% of the model’s context window.
/skills
List all available skills from your skill directories..agents/skills/(repository-specific)~/.loaf/skills/(user-specific)~/.agents/skills/(global user skills)
/tools
List all registered tools available to the model./clear
Clear all conversation messages and start fresh./help
Show the list of available commands./quit or /exit
Exit loaf.Command Autocompletion
When you type/, loaf displays command suggestions that match your input:
Tab or Enter to select.
Source Reference
All slash commands are defined insrc/index.tsx:258-272.