Roo Code gives you a whole dev team of AI agents in your code editor.
|
|
1 tahun lalu | |
|---|---|---|
| .changeset | af9df77c2c Changeset version bump (#80) | 1 tahun lalu |
| .github | 33eb0a6fc0 Adding scripts and workflow for release notes generation (#81) | 1 tahun lalu |
| .husky | 3ec7bbc5d3 Updating husky hook and adding lint-staged | 1 tahun lalu |
| .vscode | 93e70c62f1 Chore: Prettier for consistant formatting (#794) | 1 tahun lalu |
| assets | 987add3653 Update metadata (#29) | 1 tahun lalu |
| audio | 4b74f290d4 Play sound effects for notifications and events (#38) | 1 tahun lalu |
| src | 156cab8cbc Fix: Add checkbox for stream_options in OpenAI-compatible providers | 1 tahun lalu |
| webview-ui | d7e35d0834 Larger text area with support for dragging in images | 1 tahun lalu |
| .eslintrc.json | 93e70c62f1 Chore: Prettier for consistant formatting (#794) | 1 tahun lalu |
| .gitattributes | cc96efc271 Add new demo | 1 tahun lalu |
| .gitignore | 8dbd01937d update command to build local vsix file and directory (#79) | 1 tahun lalu |
| .npmrc | e77e39b4b5 Adding basic npmrc file to avoid code artifact issues | 1 tahun lalu |
| .nvmrc | fafdfe30a4 Add .nvmrc, .prettierignore, icon; Remove vsc quickstart guide | 1 tahun lalu |
| .prettierignore | 93e70c62f1 Chore: Prettier for consistant formatting (#794) | 1 tahun lalu |
| .prettierrc.json | 93e70c62f1 Chore: Prettier for consistant formatting (#794) | 1 tahun lalu |
| .vscode-test.mjs | 93e70c62f1 Chore: Prettier for consistant formatting (#794) | 1 tahun lalu |
| .vscodeignore | 739a7e070e Refactor assets | 1 tahun lalu |
| CHANGELOG.md | af9df77c2c Changeset version bump (#80) | 1 tahun lalu |
| LICENSE | 19598f3704 Update LICENSE | 1 tahun lalu |
| README.md | 0f2ad7675a Update README.md for Gemini 2 (#82) | 1 tahun lalu |
| ellipsis.yaml | e9d83dbded Updating readme and ellipsis yaml | 1 tahun lalu |
| esbuild.js | 3e58160d99 Replace token estimation with using last API response token usage | 1 tahun lalu |
| jest.config.js | 3c8a9c09dd Add options to always approve write and execute operations | 1 tahun lalu |
| package-lock.json | af9df77c2c Changeset version bump (#80) | 1 tahun lalu |
| package.json | af9df77c2c Changeset version bump (#80) | 1 tahun lalu |
| tsconfig.json | 2d37c290fa Add script to easily update version | 1 tahun lalu |
A fork of Cline, an autonomous coding agent, with some added experimental configuration and automation features.
Here's an example of Roo-Cline autonomously creating a snake game with "Always approve write operations" and "Always approve browser actions" turned on:
https://github.com/user-attachments/assets/c2bb31dc-e9b2-4d73-885d-17f1471a4987
To 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.
Subscribe to our Github releases to keep up with the latest updates! You can also view our CHANGELOG.md for more details.
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, 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. 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 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.
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.
With Claude 3.5 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.
@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