|
1 | 1 | # Roo-Cline |
| 2 | +A fork of Cline, an autonomous coding agent, with some added experimental configuration and automation features. |
| 3 | +- Auto-approval capabilities for commands, write, and browser operations |
| 4 | +- Support for .clinerules per-project custom instructions |
| 5 | +- Ability to run side-by-side with Cline |
| 6 | +- Code is unit-tested |
| 7 | +- Support for playing sound effects |
| 8 | +- Support for OpenRouter compression |
| 9 | +- Support for editing through diffs (very experimental) |
| 10 | +- Support for gemini-exp-1206 |
| 11 | + |
| 12 | +Here's an example of Roo-Cline autonomously creating a snake game with "Always approve write operations" and "Always approve browser actions" turned on: |
| 13 | + |
| 14 | +https://github.com/user-attachments/assets/c2bb31dc-e9b2-4d73-885d-17f1471a4987 |
2 | 15 |
|
3 | 16 | ### Installation |
4 | 17 | If you want to install the latest extension from the Marketplace, just search for "Roo Cline" in your VSCode-compatible editor's Extensions panel (Cmd/Ctrl+Shift+X). |
5 | 18 |
|
6 | | -After installation, Roo Cline will appear in your VSCode-compatible editor's installed extensions list. You can verify this by opening your editor's Extensions panel (Cmd/Ctrl+Shift+X) and checking under the "Installed" section. |
7 | 19 |
|
8 | 20 | ### Testing Builds |
9 | 21 | 1. Install dependencies: |
@@ -86,10 +98,10 @@ Each browser action provides feedback through screenshots and console logs, allo |
86 | 98 | <a href="https://discord.gg/cline" target="_blank"><strong>Join the Discord</strong></a> |
87 | 99 | </td> |
88 | 100 | <td align="center"> |
89 | | -<a href="https://github.com/cline/cline/wiki" target="_blank"><strong>Docs</strong></a> |
| 101 | +<a href="https://github.com/cline/cline/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop" target="_blank"><strong>Feature Requests</strong></a> |
90 | 102 | </td> |
91 | 103 | <td align="center"> |
92 | | -<a href="https://github.com/cline/cline/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop" target="_blank"><strong>Feature Requests</strong></a> |
| 104 | +<a href="https://cline.bot/join-us" target="_blank"><strong>We're Hiring!</strong></a> |
93 | 105 | </td> |
94 | 106 | </tbody> |
95 | 107 | </table> |
@@ -171,7 +183,7 @@ Try asking Cline to "test the app", and watch as he runs a command like `npm run |
171 | 183 |
|
172 | 184 | ## Contributing |
173 | 185 |
|
174 | | -To contribute to the project, start by exploring [open issues](https://github.com/cline/cline/issues) or checking our [feature request board](https://github.com/cline/cline/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop). We'd also love to have you join our [Discord](https://discord.gg/cline) to share ideas and connect with other contributors. |
| 186 | +To contribute to the project, start by exploring [open issues](https://github.com/cline/cline/issues) or checking our [feature request board](https://github.com/cline/cline/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop). We'd also love to have you join our [Discord](https://discord.gg/cline) to share ideas and connect with other contributors. If you're interested in joining the team, check out our [careers page](https://cline.bot/join-us)! |
175 | 187 |
|
176 | 188 | <details> |
177 | 189 | <summary>Local Development Instructions</summary> |
|
0 commit comments