#21 · Primary category: AI Coding Assistants
cline
Autonomous coding agent as an SDK, IDE extension, or CLI assistant.
Project last updated:08/29/26
GitHub Stars
67.1K
Forks
7.2K
Contributors
324
License
Apache-2.0
Why we included this project
Cline is an autonomous coding agent that you can run in several places: a VS Code extension, a JetBrains plugin, a terminal CLI, and an SDK for building your own agents. It reads your project, edits files, runs shell commands, and watches build and test output, surfacing every change as a reviewable diff with checkpoints you can roll back to. A Plan/Act mode lets you agree on the approach before it touches anything, and per-step approval means you can stay in control or let it run fully autonomous. It is not tied to one model provider, so you can use Claude, GPT, Gemini, local Ollama models, or any OpenAI-compatible endpoint, and extend it with custom tools, MCP servers, and plugins. If you want to run several agents at once, the Kanban board gives each task its own worktree with auto-commit and dependency chains, and scheduled automations handle recurring jobs.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.