Quick Setup
Step 1: Install VS Code
Download and install VS Code from code.visualstudio.com.Step 2: Install Kilo
Use this curl command to fetch your Costa configuration directly:Manual Setup
Manual Setup
Step 3: Prepare Your Costa Profile
- Copy the block below into a local
kilo.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.
kilo.settings.json
Step 4: Import the Profile into Kilo
- In the Kilo sidebar, open Settings → About → Import Settings.
- Select the
kilo.settings.jsonfile you just saved and confirm the import. - Prefer manual editing instead of importing? Run Kilo: Open Settings from the command palette (
Ctrl+Shift+P) and append the provider profile block (objects keyed by ID).
Usage
- Open the Kilo chat panel in VS Code sidebar
- Select any Costa model from the dropdown
- Start coding with AI assistance