Cline
Cline is the original open-source VSCode coding agent · users bring their own API key, the extension does the work.
Cline is the original open-source VSCode coding agent · users bring their own API key, the extension does the work.
Basic
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.
Deep
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.
Expert
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.
Depending on why you're here
- ·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
- ·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)
- ·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
- ·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
Cline is the hacker's agent · the reference implementation that every commercial IDE agent studies.