Back to Harness Catalog
VS Code Extension

Cline / Claude Dev Integration Guide

Configure Cline (formerly Claude Dev) in VS Code for autonomous coding and agentic workflows via SacredGPT.

Base URL: https://api.sacredgpt.ru/v1Key: $SACREDGPT_KEYVerified

01 — Version & UI Path

Version Specifics & Navigation

Version Compatibility Note: Verified on Cline v4.1.3+ (Extension Settings → API Provider → OpenAI Compatible).

02 — Step-by-Step Setup

Step-by-Step Setup

1

1. Select OpenAI Compatible Provider

Cline > Settings > API Provider

In the Cline sidebar, click the gear icon and set 'API Provider' to 'OpenAI Compatible'.

2

2. Specify Base URL and Key

Fill in Base URL: https://api.sacredgpt.ru/v1 and API Key: your_key.

Base URL: https://api.sacredgpt.ru/v1
API Key: sgpt_live_...
3

3. Enter Model ID

In the Model ID field, enter claude-sonnet-5 or gpt-5.6-sol.

Model ID: claude-sonnet-5

03 — Configuration Example

ConfigFile Example

{
  "apiProvider": "openai-compatible",
  "openAiBaseUrl": "https://api.sacredgpt.ru/v1",
  "openAiApiKey": "sgpt_live_9a8b7c6d5e4f3a2b1c0d",
  "openAiModelId": "claude-sonnet-5"
}

04 — Troubleshooting

Troubleshooting & Common Issues

Tool Call formatting error

Switch to claude-sonnet-5 or gpt-5.6-sol — these models adhere strictly to tool-use schemas required for workspace file edits.