Kilo Code
Kilo Code Setup Guide
Add a custom dabboUno provider in the Kilo Code VSCode sidebar.
Overview
Kilo Code is a VSCode extension that takes a custom OpenAI-compatible provider in its sidebar. dabboUno works without leaving the editor.
Quick Config
Paste these into the client. Your key auto-fills when signed in.
text
Base URL: https://newapi.c.dabbo.net/v1
API Key: YOUR_API_KEYCompatibility
Chat CompletionsStreamingTool calling
Step-by-step setup
- 1Install Kilo Code
In VSCode, open Extensions, search for Kilo Code, and install it.
- 2Open settings
Click the Kilo Code sidebar icon, then the gear icon at the top right.
- 3Add a custom provider
Scroll to the bottom of the provider list and click Custom provider.
- 4Fill the connection form
Use these values. The model field accepts any id from the dabboUno catalog.
textProvider Name: dabboUno API URL: https://newapi.c.dabbo.net/v1 API Key: YOUR_API_KEY Model Name: YOUR_MODEL_ID Supports tools: enabled - 5Save and chat
Click Save Provider. Kilo Code uses it on the next agent run.
Recommended models
Free models that work here. Paste any model id into the client.
Gotchas
- If the pasted key truncates to a few characters, the field is masking it as you type. Click the eye icon to confirm the full key.
- A 404 unknown API route usually means a wrong model id. Use one from the dabboUno models list.
- Keep Supports tools on so Kilo can run shell, file edit, and search tools.