Installation
Search for Roo Code in the VS Code Extensions marketplace, or visit: VS Code MarketplaceConfiguration
Open Roo Code Settings
After installation, click the Roo Code icon in the VS Code activity bar to open the panel.Click the Settings (gear icon) in the top right to open the configuration page.
Add an API Provider
Click Add API Configuration (or edit an existing one):
- API Provider: Select
OpenAI Compatible - Base URL:
https://api.ephone.ai/v1 - API Key: Your ePhone AI API key
- Model: The model you want to use, e.g.
gpt-4o
Built-in Modes
Roo Code offers four built-in modes you can switch between at any time:| Mode | Description |
|---|---|
| Code | Default mode — full read/write file and command execution permissions |
| Architect | Read-only — for planning and architecture discussions without modifying code |
| Ask | Q&A mode — answers questions without performing any actions |
| Debug | Focused on diagnosing and fixing issues |
- Code / Debug:
claude-opus-4-5-20251101(highest capability) - Ask / Architect:
gpt-4o-mini(faster and lower cost)
How It Compares to Cline
| Feature | Cline | Roo Code |
|---|---|---|
| Multi-mode switching | — | ✓ |
| Custom modes | — | ✓ |
| Per-mode model config | — | ✓ |
| Core agent capabilities | ✓ | ✓ |
| File read/write & commands | ✓ | ✓ |
Roo Code and Cline are highly similar in functionality and configuration. Existing Cline users can migrate directly — the setup is identical.