Skip to content

Cline

Cline for AI Engineer is a custom version of the Cline extension for enterprise use cases with no telemetry. It integrates with Visual Studio Code and gives you an agentic workflow for planning changes, editing files, running terminal commands, and connecting to external tools through MCP.

  • Agentic workflow for planning, editing files, and running terminal commands
  • MCP support for external tools and data sources
  • Strong fit for autonomous fix and feature-completion loops
  • Best when you want a standard coding agent with broad integrations
  1. Download the Cline VS Code extension from AI Coding Plugins.
  2. If you are updating an existing installation, delete the old Cline extension folder from .vscode/extensions.
  3. In VS Code, open Extensions, open the three-dot menu, and choose Install from VSIX.
  4. Select the downloaded file and reload VS Code.
  1. Select Bring my own API Key and click Continue.

Cline onboarding

  1. Set the API provider:
API Provider = OpenAI Compatible
  1. Set the base URL:
Base URL = https://llm-server.llmhub.t-systems.net/v2/coding
  1. Generate an API key in LLM Serving API Keys and paste it into Cline:
API Key = gen-************************************************
  1. Choose a model ID from Available Models:
Model = gpt-oss-120b

You can now start a chat and use Cline in VS Code.

After setup, Cline can fetch newly published versions automatically. When you start or reload VS Code and an update is available, a popup appears.

  1. Click Yes to download the latest version.

Cline update download prompt

  1. After the download finishes, click Reload Now to restart the extension.

Cline update reload prompt

After Visual Studio Code restarts, the latest Cline version is ready to use.