AI Configuration
Configure AI models, providers, and custom agents.
Model Selection
Quick Model Switcher
A compact model switcher is embedded directly in the chat interface. Click the model name in the prompt area or chat header to open the quick-select popover:
| Item | Description |
|---|---|
| Active model | Shown at the top with a checkmark. Click the star icon to add or remove from favorites. |
| Favorites | Pinned models always appear first in the list. |
| Recents | Last 10 used models appear below favorites (excluding the active one and any favorites). |
| Variants | Some models offer tier options (e.g., fast or pro). Variant items are highlighted and show a checkmark on the active selection. |
| All Models… | Opens the full model browser when you need a model not in recents or favorites. |
Model selections persist across page reloads.
Per-Agent Model Selection
Each agent can use a different model independently:
- Select an agent in the chat session header
- Open the quick model switcher
- Choose a model — it is now stored for that agent
When you switch agents, the model you last used with that agent is restored automatically. Your global model selection is unaffected.
Full Model Browser
To browse all available models:
- Click All Models… in the quick-select popover
- Filter by provider or search by name
- Click a model to select it
Changing Models Mid-Session
You can switch models at any point during a session without losing context. The new model is used for all subsequent messages.
Providers
Configure API keys or OAuth for AI providers.
API Key Method
- Go to Settings > Providers
- Select a provider (OpenAI, Anthropic, etc.)
- Enter your API key
- Click Save
OAuth Method
For providers that support OAuth (Anthropic, GitHub Copilot):
- Go to Settings > Providers
- Select a provider with the OAuth badge
- Click Add OAuth
- Choose authorization method:
- Open Authorization Page - Opens browser for sign-in
- Use Authorization Code - Provides code for manual entry
- Complete the authorization flow
Testing Credentials
After adding credentials:
- Open a chat session and click the model selector
- Models from that provider should appear
- Select a model and try sending a message
If models don't appear, verify your API key and check for errors.
Custom Agents
Create specialized AI agents with custom configurations.
Creating an Agent
- Go to Settings > Agents
- Click Create Agent
- Configure:
- Name - Display name for the agent
- Description - What this agent does
- System Prompt - Instructions for the AI
- Default Model - Model to use
-
Allowed Tools - Which MCP tools it can access
-
Click Save
System Prompt Tips
Write effective system prompts:
You are a code review expert specializing in TypeScript and React.
When reviewing code:
1. Check for type safety issues
2. Look for potential bugs
3. Suggest performance improvements
4. Ensure consistent code style
Be concise but thorough. Prioritize issues by severity.
Tool Permissions
Control which MCP tools an agent can use:
- All Tools - Access to everything
- Selected Tools - Only specific tools
- No Tools - Pure conversation, no tool access
This is useful for:
- Security-focused agents that shouldn't modify files
- Research agents that only need read access
- Specialized agents for specific tasks
Using Custom Agents
- Start a new session
- Click the agent selector
- Choose your custom agent
- Chat with the specialized agent
Context Usage
Monitor token usage with the context indicator:
- Progress bar shows current usage
- Updates as conversation grows
- Warning when approaching limits
Managing Context
When context is running low:
- Use
/compactto summarize history - Start a new session with
/new - Be more concise in prompts
- Remove unnecessary file mentions
Context Limits
Different models have different context limits. Check your provider's documentation for exact limits per model.