Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Cline (AI agent)

From Wikipedia, the free encyclopedia
Cline
Original authorSaoud Rizwan
DeveloperCline
ReleaseJune 2024; 2 years ago (2024-06)
Written inTypeScript
TypeAI coding assistant
LicenseApache License 2.0
Websitecline.bot
Repositoryhttps://github.com/cline/cline

Cline is an open-source AI coding agent that operates through IDE extensions and a command-line interface. It can inspect and modify source code, execute terminal commands, run tests, and perform other software development tasks from natural-language instructions.[1] Cline supports models from multiple providers, including Anthropic, OpenAI, and Google, as well as locally hosted models through Ollama, LM Studio, and Atomic Chat.[2]

History

[edit]

Cline was created by software developer Saoud Rizwan in June 2024 for an Anthropic programming hackathon.[3] The project later became a company and had raised $32 million in seed and Series A funding by July 2025.[4]

Cline was initially distributed primarily as a Visual Studio Code extension[5] and was later expanded with support for JetBrains development environments, including IntelliJ IDEA, Android Studio, PyCharm, WebStorm, GoLand, PhpStorm, RubyMine, CLion, DataGrip, MPS, DataSpell, Rider, and RustRover.[6] It is also available through a command-line interface.[7]

The project was originally named Claude Dev after Claude, but was renamed Cline with version 2.0; the name is derived from “CLI aNd Editor”, reflecting its ability to operate through both the command line and code editor.[8]

Features

[edit]

Cline can read and edit files across a software project, execute shell commands, build and run software, perform tests, and interact with external services. Users can review proposed changes and commands before execution or allow the agent to perform actions automatically.[9]

It also supports the Model Context Protocol (MCP), allowing models to interact with external tools and data sources.[10]

Cline supports OpenRouter, allowing users to access models from multiple AI providers through a single API key.[11]

Cline also provides a software development kit (SDK) for embedding its agent functionality into other applications.[12]

See also

[edit]
[edit]

References

[edit]
  1. Shrivastava, Rashi (July 31, 2025). "Cline Has Raised $27 Million To Help Developers Control Their AI Spend". Forbes. Retrieved August 23, 2026.
  2. "Local models". Cline Docs. Cline. Retrieved August 25, 2026.
  3. Shrivastava, Rashi (July 31, 2025). "Cline Has Raised $27 Million To Help Developers Control Their AI Spend". Forbes. Retrieved August 23, 2026.
  4. "Cline Raises $32M in Seed and Series A Funding to Bring Agentic AI Coding to Enterprise Software Teams". GlobeNewswire. July 31, 2025. Retrieved August 23, 2026.
  5. "Cline". Visual Studio Marketplace. Microsoft. Retrieved August 25, 2026.
  6. "Cline". JetBrains Marketplace. JetBrains. Retrieved August 25, 2026.
  7. "Cline CLI". Cline. Cline. Retrieved August 25, 2026.
  8. "cline/cline v2.0.0". NewReleases.io. October 2024. Retrieved August 25, 2026.
  9. "cline/cline". GitHub. Cline. Retrieved August 23, 2026.
  10. "MCP". GitHub. Cline. Retrieved August 25, 2026.
  11. "OpenRouter". Cline Docs. Cline. Retrieved August 25, 2026.
  12. "Cline SDK". GitHub. Cline. Retrieved August 25, 2026.