Overview
Open-source autonomous coding agent for VS Code that handles multi-file tasks with file editing, terminal commands, and browser automation.
Details
Cline is an open-source autonomous coding agent that runs as a VS Code extension. It handles complex software engineering tasks by reading and editing files, running terminal commands, using a browser, and reasoning over the codebase, similar to Devin but locally controlled. Cline supports multiple model providers (Anthropic, OpenAI, OpenRouter, Ollama) so users can plug in their preferred LLM. The OSS approach gives users full transparency over the agent’s actions.
Tags
coding, autonomous-agent, open-source, vs-code