Cline

Cline is an autonomous coding agent for VS Code. It connects to Depaza through its OpenAI Compatible provider.

Depaza API key
Model

Your key stays in this browser (local storage) and is sent only to depaza.eu. Every config block on this page fills in automatically. Don’t do this on a shared machine.

Set API Provider to “OpenAI Compatible”, not the plain “OpenAI” preset. Context window is not auto-detected — set 128000 and max output 8192 (16384 for advanced). Tool calling must be on.

Install

Open the VS Code Extensions panel, search for Cline, install, and restart VS Code.

Configure

  1. Click the Cline icon in the VS Code sidebar. On first run choose Use your own API key; otherwise click the gear icon.
  2. Set API Provider to OpenAI Compatible.
  3. Fill in the fields below. Under Model Configuration set Context Window 128000 and Max Output Tokens 8192 (16384 for advanced). Enable function calling.
  4. Save, then send a test message.
Cline settings
Base URL:   {{BASE_URL}}
API Key:    {{KEY}}
Model ID:   {{MODEL}}

Cline is a full agent — every request goes to Depaza. There is no autocomplete that bypasses it. coder and core are the right defaults for Plan/Act loops.