Cline

Open-source autonomous AI coding agent that runs as a VS Code / Cursor / Windsurf extension. Creates and edits files, runs terminal commands, browses the web, and uses MCP — all with per-step approval or full autonomy. Bring-your-own-model: supports Anthropic, Google (Gemini CLI free tier), OpenAI, OpenRouter, Grok 3 free, ollama local, and SAP AI Core.

Why it matters

Cline is the canonical free, open-source alternative to cursor for developers who want full data control and provider flexibility. Pairs with continue (autocomplete) for a complete cursor-replacement stack on top of plain VS Code.

Release timeline

VersionDateHeadline features
v3.132025-05Memory Bank (markdown persistent context), slash-command framework, checkpoint system (infinite undo), prompt caching, Qwen 3 support. See summary-worldofai-cline-v313-memory-bank.
v4.02025-04YOLO Mode (full autonomy, no permission prompts), Chrome browser integration (session-based debugging), 10× faster diff editing, redesigned visual checkpoints, Grok 3 Mini + ByteDance Doubao support. See summary-worldofai-cline-v4-yolo-mode.
v3.182025-06Gemini CLI provider (1,000 free daily Gemini 2.5 Pro requests), Claude Code CLI as backend provider, Claude 4 diff-edit failure rate 10% → 6%, self-knowledge via web_fetch, 35 new MCP servers (AWS-heavy), auto-approve modes. See summary-worldofai-cline-v318.

(Date order is per the WorldofAI walkthroughs; the version numbers diverge from semver because v4.0 was a parallel branch line that didn’t subsume v3.x.)

Combined with other tools

  • continue — Continue handles autocomplete/inline-edit, Cline handles multi-file/agentic edits. The combo replaces Cursor entirely for free.
  • ollama — drives Cline locally with DeepSeek, Qwen, etc.
  • openrouter — unified API gateway including free DeepSeek tiers

Free-API workarounds

Cline accepts any provider; users who want to skip Anthropic billing entirely can route through Requesty or Kilo (free-credit gateways), in addition to OpenRouter and Gemini CLI’s free tier. Gives Cline its “fully free” framing in three different WorldofAI walkthroughs.

Sources in this wiki

See Also

  • cursor — commercial competitor Cline targets
  • void-ide — competing fully-open-source alternative
  • opencode — terminal-native competitor