Beta
AgentsReading · ~3 min · 56 words deep

Cline

Cline is the original open-source VSCode coding agent · users bring their own API key, the extension does the work.

Cline on agents list
TL;DR

Cline is the original open-source VSCode coding agent · users bring their own API key, the extension does the work.

Level 1

Cline (originally "Claude Dev") launched mid-2024 as a free VSCode extension. It exposes a chat panel; the agent reads/writes files, runs terminal commands, and interacts with the workspace. Model pluggable · Claude, GPT, Gemini, Ollama, OpenRouter. Because it is open source and BYO-API-key, it became the default "hacker agent" in 2024-2025 with 30K+ GitHub stars.

Level 2

Cline's harness is a tool-use loop: read_file, write_file, execute_command, browser_action, ask_user. Every tool call requires user approval by default (toggleable to auto-mode). Context management includes automatic file-change diffs, directory trees, and open-file tracking. The open-source codebase forked into Roo Code (automation-heavy) and influenced Continue, Aider, and dozens of other agents. Apache-2.0 licensed · no commercial restrictions.

Level 3

Cline's prompt-engineering pattern became canonical: explicit tool-use JSON, structured plan/observation/action blocks, and a "remember" meta-layer that persists insights across sessions. The fork ecosystem is interesting · Roo Code added auto-execution modes and multi-tab orchestration, while Continue moved toward IDE-native UX with inline suggestions. Cline's MCP support shipped early 2025, making it a test-bed for the protocol.

The takeaway for you
If you are a
Researcher
  • ·Open-source harness · every AI coding agent project studies its loop
  • ·Apache-2.0 · spawned Roo Code + influenced Continue
  • ·Tool-use JSON pattern became canonical
If you are a
Builder
  • ·Free · bring your own API key (Claude, GPT, Gemini, OpenRouter)
  • ·Tool-approval by default · safer than auto-run alternatives
  • ·Check MCP servers for extra tools (GitHub, Slack, Linear)
If you are a
Investor
  • ·30K+ GitHub stars · one of the most-starred AI coding repos
  • ·No commercial strategy · pure open source · but influences downstream commercial products
  • ·Ecosystem value: Cline's fork tree shapes the broader agent standard
If you are a
Curious · Normie
  • ·A free AI coding assistant that runs inside VSCode
  • ·You bring your own API key from Claude or ChatGPT
  • ·The open-source alternative to Cursor
Gecko's take

Cline is the hacker's agent · the reference implementation that every commercial IDE agent studies.

Yes, the extension is free and open source. You pay your own API provider (OpenRouter, Anthropic, OpenAI, etc.).