Cline

Cline er en autonom kodeagent til VS Code. Den forbinder til Depaza via OpenAI Compatible-providere.

Depaza API-nøgle
Model

Din nøgle bliver i denne browser (local storage) og sendes kun til depaza.eu. Alle config-blokke på siden udfyldes automatisk. Gør det ikke på en delt maskine.

Sæt API Provider til “OpenAI Compatible”, ikke det almindelige “OpenAI”-preset. Context window registreres ikke automatisk — sæt 128000 og max output 8192 (16384 for advanced). Tool calling skal være slået til.

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.