🧩 VS Code Plugin Integration (Kilo)
For developers who use VS Code daily, integrating an AI assistant directly into the editor can significantly boost productivity. Kilo is a well‑regarded VS Code AI extension.
With the steps below, you can configure Kilo to call powerful code models such as claude-sonnet-4-6 via Old Dog AI.
📥 Step 1: Install the Kilo extension
- Open VS Code.
- Click Extensions in the Activity Bar (shortcut
Ctrl+Shift+XorCmd+Shift+X). - Search for
Kilo. - Find Kilo and click Install.
⚙️ Step 2: Configure provider and API key
After installation, point the extension to our server:
- Click the Kilo icon in the VS Code sidebar to open Kilo.
- Click Settings (gear icon) in the top-right of the Kilo panel.
- In the left menu, select Providers.
- Choose provider: select
Anthropic(we will use Claude models for coding). - API key: paste your
sk-...token from the Old Dog AI Console into theAnthropic API Keyfield.
🔗 Step 3: Override the Base URL (important)
This is the key step:
Under the key field, enable Use custom Base URL.
Enter our endpoint:
https://api.olddog.shop(⚠️ Some plugin versions may require
https://api.olddog.shop/v1. If it doesn’t connect, try appending/v1.)Select model: choose or manually enter
claude-sonnet-4-6,claude-opus-4-6, etc.Click Save in the top-right.
🚀 Step 4: Start code review & generation
- Return to Kilo’s main chat panel.
- Send
helloto test connectivity. If the model replies, you’re set. - Now you can select code and ask for code review, tests, or new features.
