Cline Integration

Cline is an AI coding assistant for Visual Studio Code.

Installation

  1. Open VS Code Extensions (Ctrl+Shift+X / Cmd+Shift+X)
  2. Search for "Cline"
  3. Click Install

Configuration

Open VS Code Settings and configure:

Setting Value
API Provider OpenAI Compatible
Base URL https://api.langmart.ai/v1
API Key Your LangMart API key
Model openai/gpt-5.2 or anthropic/claude-opus-4.5

settings.json

{
  "cline.apiProvider": "openai-compatible",
  "cline.openaiCompatible.baseUrl": "https://api.langmart.ai/v1",
  "cline.openaiCompatible.apiKey": "your-langmart-api-key",
  "cline.openaiCompatible.model": "anthropic/claude-opus-4.5"
}

Features

Feature Description
Code Understanding Analyze and explain code
Code Generation Write new code
Refactoring Improve code structure
Debugging Identify and fix bugs

Learn More