Autonomous coding agent right in your IDE, capable of creating/editing files, executing commands, using the browser, and more with your permission every step of the way.

Robin Newhouse 850a6ab841 Fix Gemini/OpenRouter failures from corrupted reasoning details and missing thought signatures (#8291) před 6 hodinami
.changeset 99c85710e9 fix: make Workspace and Favorites history filters independent (#8292) před 1 dnem
.claude f1a84ddbde feat: add Claude Code web session setup with gh CLI and worktree support (#8249) před 4 dny
.clinerules b315be397d docs: update release workflow with learnings from first run před 1 týdnem
.github 63efb4aa5d fix: clarify label instructions in issue triage workflow před 4 dny
.husky 60ddf80e5c Remove --no-stash flag from lint-staged in pre-commit hook (#6188) před 3 měsíci
.vscode 841bb7f1d7 Disable specifically the Cline extensions in launch.json (#8176) před 1 týdnem
assets 04bfef75cf feat: replace robot icon with custom cline-bot icon font (#7594) před 1 měsícem
cli 608dde94b3 bump go version (#8216) před 1 týdnem
docs 5c02f6eb13 deep planning demo (#8263) před 3 dny
evals 2f8a4525a4 chore(deps): bump streamlit from 1.28.0 to 1.43.2 in evals před 5 dny
locales 14a0c60550 Fix the Syntax in zh-tw/README.md to Improve Text Rendering (#3724) před 7 měsíci
proto 45b79dc3d7 feat: add background edit mode setting (#7146) před 1 týdnem
scripts 26b6c7bdb6 refactor: move vscode config access to hostbridge layer (#7843) před 1 týdnem
src 850a6ab841 Fix Gemini/OpenRouter failures from corrupted reasoning details and missing thought signatures (#8291) před 6 hodinami
standalone e9136f60cc feat(terminal): Move Standalone terminal Code to Typescript (#7927) před 2 týdny
testing-platform 5be6ba68a3 Testing Platform - Support partial response validation via meta.expected (#6399) před 3 měsíci
tests 5be6ba68a3 Testing Platform - Support partial response validation via meta.expected (#6399) před 3 měsíci
walkthrough 47899ac52d Adding Cline Walkthrough (#3746) před 6 měsíci
webview-ui 99c85710e9 fix: make Workspace and Favorites history filters independent (#8292) před 1 dnem
.changie.yaml b2dd04cff3 chore: add changie před 11 měsíci
.env.example cdffc002eb feat(telemetry): add OpenTelemetry integration (#6605) před 2 měsíci
.gitattributes 1700c0e4f8 Run tests against Windows and Ubuntu (#3246) před 7 měsíci
.gitignore 9fc9785aa2 chore: add .worktrees to gitignore před 1 dnem
.mocharc.json 2c866c9265 Refactor posthog service providers and centralize distinct ID management (#5705) před 3 měsíci
.nvmrc fafdfe30a4 Add .nvmrc, .prettierignore, icon; Remove vsc quickstart guide před 1 rokem
.nycrc.unit.json dfc660e73c Setup QLTY Initial Coverage Metrics (#6167) před 3 měsíci
.vscode-test.mjs b6f6358d4a Set up E2E tests with Playwright (#4721) před 5 měsíci
.vscodeignore e9136f60cc feat(terminal): Move Standalone terminal Code to Typescript (#7927) před 2 týdny
.worktreeinclude f1a84ddbde feat: add Claude Code web session setup with gh CLI and worktree support (#8249) před 4 dny
CHANGELOG.md 1dac507b63 feat: remove z-ai/glm-4.6 from free models list (#8260) před 4 dny
CLAUDE.md 99c85710e9 fix: make Workspace and Favorites history filters independent (#8292) před 1 dnem
CODE_OF_CONDUCT.md 860d315d7d Fix formatting před 1 rokem
CONTRIBUTING.md aa3e0860cd docs: add missing proto generation step in CONTRIBUTING.md (#7336) před 1 měsícem
LICENSE 6508549584 Update copyright year (#1637) před 10 měsíci
README.md 1d9a0b5986 add enterprise to readme (#7589) před 3 týdny
biome.jsonc e9e616e317 Replace HeroUI Tooltip with shadcn (#6872) před 1 měsícem
buf.yaml a1bf1f95a3 refactor(proto): Align proto directory structure with package names to follow best practices (#5171) před 5 měsíci
esbuild.mjs e9136f60cc feat(terminal): Move Standalone terminal Code to Typescript (#7927) před 2 týdny
go.work 097f8e6239 cline cli super alpha (#6644) před 2 měsíci
go.work.sum f47d07784a clean exits (#6886) před 2 měsíci
knip.json 1997ee3e80 refactor to hostbridge: route @mentions search via WorkspaceService.searchWorkspaceItems (#5655) před 4 měsíci
package-lock.json ac01e69555 fix: sap provider - regression in claude models in native api mode (#8278) před 3 dny
package.json ac01e69555 fix: sap provider - regression in claude models in native api mode (#8278) před 3 dny
playwright.config.ts 0fd1c0a3aa Configure Playwright to retain videos on failure and simplify teardown (#5542) před 4 měsíci
test-setup.js 803574e7f3 move api folder to core (#5539) před 4 měsíci
tsconfig.json e3bc5f0143 Setup Raw Structure for implementing multi-workspace support with WorkspaceRoot (#5849) před 3 měsíci
tsconfig.test.json 06e0973c04 Apply biome rules: noUnusedVariables, noUnusedFunctionParameters, noUnusedImports (#5545) před 4 měsíci
tsconfig.unit-test.json 0ba45084a0 template-based system prompt (#5731) před 4 měsíci

README.md

Cline

Meet Cline, an AI assistant that can use your CLI aNd Editor.

Thanks to Claude Sonnet's agentic coding capabilities, Cline can handle complex software development tasks step-by-step. With tools that let him create & edit files, explore large projects, use the browser, and execute terminal commands (after you grant permission), he can assist you in ways that go beyond code completion or tech support. Cline can even use the Model Context Protocol (MCP) to create new tools and extend his own capabilities. While autonomous AI scripts traditionally run in sandboxed environments, this extension provides a human-in-the-loop GUI to approve every file change and terminal command, providing a safe and accessible way to explore the potential of agentic AI.

  1. Enter your task and add images to convert mockups into functional apps or fix bugs with screenshots.
  2. Cline starts by analyzing your file structure & source code ASTs, running regex searches, and reading relevant files to get up to speed in existing projects. By carefully managing what information is added to context, Cline can provide valuable assistance even for large, complex projects without overwhelming the context window.
  3. Once Cline has the information he needs, he can:
    • Create and edit files + monitor linter/compiler errors along the way, letting him proactively fix issues like missing imports and syntax errors on his own.
    • Execute commands directly in your terminal and monitor their output as he works, letting him e.g., react to dev server issues after editing a file.
    • For web development tasks, Cline can launch the site in a headless browser, click, type, scroll, and capture screenshots + console logs, allowing him to fix runtime errors and visual bugs.
  4. When a task is completed, Cline will present the result to you with a terminal command like open -a "Google Chrome" index.html, which you run with a click of a button.

[!TIP] Follow this guide to open Cline on the right side of your editor. This lets you use Cline side-by-side with your file explorer, and see how he changes your workspace more clearly.


Use any API and Model

Cline supports API providers like OpenRouter, Anthropic, OpenAI, Google Gemini, AWS Bedrock, Azure, GCP Vertex, Cerebras and Groq. You can also configure any OpenAI compatible API, or use a local model through LM Studio/Ollama. If you're using OpenRouter, the extension fetches their latest model list, allowing you to use the newest models as soon as they're available.

The extension also keeps track of total tokens and API usage cost for the entire task loop and individual requests, keeping you informed of spend every step of the way.


Run Commands in Terminal

Thanks to the new shell integration updates in VSCode v1.93, Cline can execute commands directly in your terminal and receive the output. This allows him to perform a wide range of tasks, from installing packages and running build scripts to deploying applications, managing databases, and executing tests, all while adapting to your dev environment & toolchain to get the job done right.

For long running processes like dev servers, use the "Proceed While Running" button to let Cline continue in the task while the command runs in the background. As Cline works he’ll be notified of any new terminal output along the way, letting him react to issues that may come up, such as compile-time errors when editing files.


Create and Edit Files

Cline can create and edit files directly in your editor, presenting you a diff view of the changes. You can edit or revert Cline's changes directly in the diff view editor, or provide feedback in chat until you're satisfied with the result. Cline also monitors linter/compiler errors (missing imports, syntax errors, etc.) so he can fix issues that come up along the way on his own.

All changes made by Cline are recorded in your file's Timeline, providing an easy way to track and revert modifications if needed.


Use the Browser

With Claude Sonnet's new Computer Use capability, Cline can launch a browser, click elements, type text, and scroll, capturing screenshots and console logs at each step. This allows for interactive debugging, end-to-end testing, and even general web use! This gives him autonomy to fixing visual bugs and runtime issues without you needing to handhold and copy-pasting error logs yourself.

Try asking Cline to "test the app", and watch as he runs a command like npm run dev, launches your locally running dev server in a browser, and performs a series of tests to confirm that everything works. See a demo here.


"add a tool that..."

Thanks to the Model Context Protocol, Cline can extend his capabilities through custom tools. While you can use community-made servers, Cline can instead create and install tools tailored to your specific workflow. Just ask Cline to "add a tool" and he will handle everything, from creating a new MCP server to installing it into the extension. These custom tools then become part of Cline's toolkit, ready to use in future tasks.

  • "add a tool that fetches Jira tickets": Retrieve ticket ACs and put Cline to work
  • "add a tool that manages AWS EC2s": Check server metrics and scale instances up or down
  • "add a tool that pulls the latest PagerDuty incidents": Fetch details and ask Cline to fix bugs


Add Context

@url: Paste in a URL for the extension to fetch and convert to markdown, useful when you want to give Cline the latest docs

@problems: Add workspace errors and warnings ('Problems' panel) for Cline to fix

@file: Adds a file's contents so you don't have to waste API requests approving read file (+ type to search files)

@folder: Adds folder's files all at once to speed up your workflow even more


Checkpoints: Compare and Restore

As Cline works through a task, the extension takes a snapshot of your workspace at each step. You can use the 'Compare' button to see a diff between the snapshot and your current workspace, and the 'Restore' button to roll back to that point.

For example, when working with a local web server, you can use 'Restore Workspace Only' to quickly test different versions of your app, then use 'Restore Task and Workspace' when you find the version you want to continue building from. This lets you safely explore different approaches without losing progress.


Contributing

To contribute to the project, start with our Contributing Guide to learn the basics. You can also join our Discord to chat with other contributors in the #contributors channel. If you're looking for full-time work, check out our open positions on our careers page!

Enterprise

Get the same Cline experience with enterprise-grade controls: SSO (SAML/OIDC), global policies and configuration, observability with audit trails, private networking (VPC/private link), and self-hosted or on-prem deployments, and enterprise support. Learn more at our enterprise page or talk to us.

License

Apache 2.0 © 2025 Cline Bot Inc.