Quick Setup
Step 1: Install VS Code
Download and install VS Code from code.visualstudio.com.Step 2: Install Kilo
- Open VS Code.
- Go to Extensions (
Ctrl+Shift+X). - Search for “Kilo” and install the official extension from Kilo Labs.
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