Quick Setup
Step 1: Install Jetbrains
Download and install Cursor from jetbrains.com/idea/download/.Step 2: Install Roo Code
- Open Jetbrains.
- Go to Extensions (
Ctrl+Shift+X). - Search for “Roo” (or “Roo Code”) and install the official extension from Roo.dev.
- Sign in with your Roo account so settings can sync across devices.
Manual Setup
Manual Setup
Step 3: Prepare Your Costa Profile
- Copy the block below into a local
roo.settings.jsonfile. - Replace
REPLACE_WITH_YOUR_API_KEYwith the token from ai.costa.app → Settings → API Keys. - Adjust any defaults you need (for example,
openAiModelId) before importing.
roo.settings.json
Step 4: Import the Profile into Roo
- Open Settings → Providers inside Roo Code and choose Import Configuration.
- Select the
roo.settings.jsonfile you just saved (or paste its contents) and confirm the import. - Prefer editing inline? Stay in Settings → Providers and paste the JSON block into the provider editor directly.
Usage
- Open the Kilo chat panel in VS Code sidebar
- Select any Costa model from the dropdown
- Start coding with AI assistance