Cool Cline
is an agentic coding assistant that combines the best features of Cline, Roo Cline and Bao Cline. Working seamlessly with your Command Line Interface and Editor, it brings you the most powerful AI development experience. Thanks to all their Clines
contributors!
Thanks to Claude 3.5 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. Cool 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.
-
Enter your task and add images to convert mockups into functional apps or fix bugs with screenshots.
-
Cool 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, Cool Cline can provide valuable assistance even for large, complex projects without overwhelming the context window.
Once Cool 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, Cool 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.
When a task is completed, Cool 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
Use the CMD/CTRL + Shift + P
shortcut to open the command palette and type "Cool Cline: Open In New Tab" to open the extension as a tab in your editor. This lets you use Cool Cline side-by-side with your file explorer, and see how he changes your workspace more clearly.
![](https://private-user-images.githubusercontent.com/7799382/374832520-3cf21e04-7ce9-4d22-a7b9-ba2c595e88a4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NTc5MzIsIm5iZiI6MTczOTY1NzYzMiwicGF0aCI6Ii83Nzk5MzgyLzM3NDgzMjUyMC0zY2YyMWUwNC03Y2U5LTRkMjItYTdiOS1iYTJjNTk1ZTg4YTQucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTVUMjIxMzUyWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MjY5YjI1MDJiNDliNzIyNmE1ZTFjM2RiODQ0NzFkZGM5MjY2YTJkZGY4OTNhZGJhMDg3ZWM2NjAyMmI5NjUwNSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.8DD8rp9yXdiw2lK2UuKvlj_ijs-osbo4nrwxBD3gcH8)
Cool Cline supports API providers like OpenRouter, Anthropic, OpenAI, Google Gemini,DeepSeek, AWS Bedrock, Azure, and GCP Vertex. 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.
![](https://private-user-images.githubusercontent.com/7799382/374832624-81be79a8-1fdb-4028-9129-5fe055e01e76.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NTc5MzIsIm5iZiI6MTczOTY1NzYzMiwicGF0aCI6Ii83Nzk5MzgyLzM3NDgzMjYyNC04MWJlNzlhOC0xZmRiLTQwMjgtOTEyOS01ZmUwNTVlMDFlNzYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTVUMjIxMzUyWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NjIxMGFkNmM4Yjk5YjU1NjVhZjk0OGJiZmY0MTU1ZTM1ZmVjZDk2NDYzZTlmOTFjMjQ2MDA4Yjg1N2I2MGJhYyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.-eDgky1IOPYePPAgHSuHL-3MjXh6FM9l0UiegPBj7yI)
Thanks to the new shell integration updates in VSCode v1.93, Cool 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 Cool Cline continue in the task while the command runs in the background. As Cool 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.
![](https://private-user-images.githubusercontent.com/7799382/374832939-c5977833-d9b8-491e-90f9-05f9cd38c588.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NTc5MzIsIm5iZiI6MTczOTY1NzYzMiwicGF0aCI6Ii83Nzk5MzgyLzM3NDgzMjkzOS1jNTk3NzgzMy1kOWI4LTQ5MWUtOTBmOS0wNWY5Y2QzOGM1ODgucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTVUMjIxMzUyWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZjIzZDFmY2Q2Yjk4ZGIwYTE0OGI5YjQwMzdmYWE3NGNjNDQxZWY0MTY1YjIxNDQzOWMxNmFmY2QyYmNhZTU2OSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.Zs-w38s2koA3hcPrRpyumAOkjQDKgJXhE3KNqZsegR4)
Cool Cline can create and edit files directly in your editor, presenting you a diff view of the changes. You can edit or revert Cool Cline's changes directly in the diff view editor, or provide feedback in chat until you're satisfied with the result. Cool 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 Cool Cline are recorded in your file's Timeline, providing an easy way to track and revert modifications if needed.
![](https://private-user-images.githubusercontent.com/7799382/382169997-bc2e85ba-dfeb-4fe6-9942-7cfc4703cbe5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NTc5MzIsIm5iZiI6MTczOTY1NzYzMiwicGF0aCI6Ii83Nzk5MzgyLzM4MjE2OTk5Ny1iYzJlODViYS1kZmViLTRmZTYtOTk0Mi03Y2ZjNDcwM2NiZTUucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTVUMjIxMzUyWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZjNlN2UxYTFhNWZjNzJlYWM2NWU1ZmRhYzQ0Y2U0ZjU0NTU3NzRhYzA2OWI2NjJkMDUyM2NlNjhkN2IwNTFhYyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.4Yo8tVY91IS4xN0S7jONC3BcfeCMnwDeS4PlkDxG1cg)
With Claude 3.5 Sonnet's new Computer Use capability, Cool 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 Cool 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.
![](https://private-user-images.githubusercontent.com/7799382/395310099-ac0efa14-5c1f-4c26-a42d-9d7c56f5fadd.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NTc5MzIsIm5iZiI6MTczOTY1NzYzMiwicGF0aCI6Ii83Nzk5MzgyLzM5NTMxMDA5OS1hYzBlZmExNC01YzFmLTRjMjYtYTQyZC05ZDdjNTZmNWZhZGQucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTVUMjIxMzUyWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MzRhYjVhOThmY2U0ZDFkMTFiN2Y1ZjBlYmFjNzBlODhlODIyZTFiNGM5NjhjYjI2NDQxOTg1NTcwYzRiZjM4NSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.gJoKRyGHZ42gqGAzxC2jbXeRAUFwVKnuAUl_3E0B6-8)
Thanks to the Model Context Protocol, Cool Cline can extend his capabilities through custom tools. While you can use community-made servers, Cool Cline can instead create and install tools tailored to your specific workflow. Just ask Cool 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 Cool Cline's toolkit, ready to use in future tasks.
- "add a tool that fetches Jira tickets": Retrieve ticket ACs and put Cool 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 Cool Cline to fix bugs
![](https://private-user-images.githubusercontent.com/7799382/374833204-7fdf41e6-281a-4b4b-ac19-020b838b6970.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NTc5MzIsIm5iZiI6MTczOTY1NzYzMiwicGF0aCI6Ii83Nzk5MzgyLzM3NDgzMzIwNC03ZmRmNDFlNi0yODFhLTRiNGItYWMxOS0wMjBiODM4YjY5NzAucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTVUMjIxMzUyWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OTFmMzJlOTdjNmNhMjZhZDUyYjY2YWI5NGQxMWViMTlmYWY1Zjg2YzE1ZGIxMzA3ZDljODdlODJkN2U3ZWNmNCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.TUN5D7XyyPnBolrut3CQ9EQdALD_avcD420HaYTx7UA)
@url
: Paste in a URL for the extension to fetch and convert to markdown, useful when you want to give Cool Cline the latest docs
@problems
: Add workspace errors and warnings ('Problems' panel) for Cool 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
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!
Local Development Instructions
- Clone the repository :
# gitee git clone https://gitee.com/coolcline/coolcline.git # github git clone https://github.com/coolcline/coolcline.git
- Open the project in VSCode and prepare branch(suggest follow gitflow workflow):
# enter project directory cd coolcline # open project code coolcline # create and switch to develop branch git checkout -b develop origin/develop # create feature branch git checkout -b feature/your-feature develop # create hotfix branch git checkout -b hotfix/your-hotfix develop
- Install the necessary dependencies for the extension and webview-gui:
npm run install:all
- Launch by pressing
F5
(orRun
->Start Debugging
) to open a new VSCode window with the extension loaded. (You may need to install the esbuild problem matchers extension if you run into issues building the project.)