Roo Code gives you a whole dev team of AI agents in your code editor.
|
|
1 rok temu | |
|---|---|---|
| .github | 0b3b23320b Update URLs to github.com/cline/cline | 1 rok temu |
| .vscode | 08effc4799 Make react build task; add react-textarea-autosize; add settings button; add settings page; get basic chat interface working | 1 rok temu |
| assets | cc96efc271 Add new demo | 1 rok temu |
| src | d38ee345d2 Fix issue where weaker models would display content before using write_to_file tool | 1 rok temu |
| webview-ui | d3d7ea44d0 Fix bug where switching tasks would not reset expanded rows | 1 rok temu |
| .eslintrc.json | 56bafe9f59 Fix warnings | 1 rok temu |
| .gitattributes | cc96efc271 Add new demo | 1 rok temu |
| .gitignore | 1ac3275341 Refactor social links | 1 rok temu |
| .nvmrc | fafdfe30a4 Add .nvmrc, .prettierignore, icon; Remove vsc quickstart guide | 1 rok temu |
| .prettierignore | fafdfe30a4 Add .nvmrc, .prettierignore, icon; Remove vsc quickstart guide | 1 rok temu |
| .prettierrc.json | 0ede211d4f Add vscode-webview-ui-toolkit and follow tutorial to get started | 1 rok temu |
| .vscode-test.mjs | 9f169b7e4b Initial commit | 1 rok temu |
| .vscodeignore | 739a7e070e Refactor assets | 1 rok temu |
| CHANGELOG.md | a803dd15ae Prepare for release | 1 rok temu |
| LICENSE | 19598f3704 Update LICENSE | 1 rok temu |
| README.md | 0b3b23320b Update URLs to github.com/cline/cline | 1 rok temu |
| esbuild.js | 3e58160d99 Replace token estimation with using last API response token usage | 1 rok temu |
| package-lock.json | dff81b9d09 Fix o1 on openai native | 1 rok temu |
| package.json | a803dd15ae Prepare for release | 1 rok temu |
| tsconfig.json | 2d37c290fa Add script to easily update version | 1 rok temu |
Meet Cline, an AI assistant that can use your CLI aNd Editor.
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, and execute terminal commands (after you grant permission), he can assist you in ways that go beyond code completion or tech support. 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.
open -a "Google Chrome" index.html, which you run with a click of a button.[!TIP] Use the
CMD/CTRL + Shift + Pshortcut to open the command palette and type "Cline: Open In New Tab" to open the extension as a tab in your editor. This lets you use Cline side-by-side with your file explorer, and see how he changes your workspace more clearly.
Cline supports API providers like OpenRouter, Anthropic, OpenAI, Google Gemini, AWS Bedrock, Azure, and GCP Vertex. You can also configure any OpenAI compatible API, or use a local model through 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.
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.
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.
Models like Claude 3.5 Sonnet can now understand and analyze images, allowing for exciting possibilities of multimodal workflows. Paste images directly in chat to give Cline context that can't be explained in words, and turn mockups into apps, fix bugs with screenshots, and more.
Cline can also use a headless browser to inspect any website, e.g., localhost, allowing him to capture screenshots and console logs. This gives him autonomy to fixing visual bugs and runtime issues without you needing to handhold and copy-pasting error logs yourself.
@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 moreTo contribute to the project, start by exploring open issues or checking our feature request board. We'd also love to have you join our Discord to share ideas and connect with other contributors.