You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PRIVACY.md
-9Lines changed: 0 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,19 +10,10 @@ Roo Code respects your privacy and is committed to transparency about how we han
10
10
-**Commands**: Any commands executed through Roo Code happen on your local environment. However, when you use AI-powered features, the relevant code and context from your commands may be transmitted to your chosen AI model provider (e.g., OpenAI, Anthropic, OpenRouter) to generate responses. We do not have access to or store this data, but AI providers may process it per their privacy policies.
11
11
-**Prompts & AI Requests**: When you use AI-powered features, your prompts and relevant project context are sent to your chosen AI model provider (e.g., OpenAI, Anthropic, OpenRouter) to generate responses. We do not store or process this data. These AI providers have their own privacy policies and may store data per their terms of service.
12
12
-**API Keys & Credentials**: If you enter an API key (e.g., to connect an AI model), it is stored locally on your device and never sent to us or any third party, except the provider you have chosen.
13
-
-**Telemetry (Usage Data)**: We only collect feature usage and error data if you explicitly opt-in. This telemetry is powered by PostHog and helps us understand feature usage to improve Roo Code. This includes your VS Code machine ID and feature usage patterns and exception reports. We do **not** collect personally identifiable information, your code, or AI prompts.
14
-
15
-
### **How We Use Your Data (If Collected)**
16
-
17
-
- If you opt-in to telemetry, we use it to understand feature usage and improve Roo Code.
18
-
- We do **not** sell or share your data.
19
-
- We do **not** train any models on your data.
20
13
21
14
### **Your Choices & Control**
22
15
23
16
- You can run models locally to prevent data being sent to third-parties.
24
-
- By default, telemetry collection is off and if you turn it on, you can opt out of telemetry at any time.
25
-
- You can delete Roo Code to stop all data collection.
<ahref="https://marketplace.visualstudio.com/items?itemName=RooVeterinaryInc.roo-cline"target="_blank"><imgsrc="https://img.shields.io/badge/Download%20on%20VS%20Marketplace-blue?style=for-the-badge&logo=visualstudiocode&logoColor=white"alt="Download on VS Marketplace"></a>
<ahref="https://marketplace.visualstudio.com/items?itemName=kilocode.Kilo-Code"target="_blank"><imgsrc="https://img.shields.io/badge/Download%20on%20VS%20Marketplace-blue?style=for-the-badge&logo=visualstudiocode&logoColor=white"alt="Download on VS Marketplace"></a>
**Roo Code** is an AI-powered **autonomous coding agent** that lives in your editor. It can:
22
+
**Kilo Code** is an AI-powered **autonomous coding agent** that lives in your editor. It can:
23
23
24
24
- Communicate in natural language
25
25
- Read and write files directly in your workspace
@@ -28,28 +28,13 @@
28
28
- Integrate with any OpenAI-compatible or custom API/model
29
29
- Adapt its “personality” and capabilities through **Custom Modes**
30
30
31
-
Whether you’re seeking a flexible coding partner, a system architect, or specialized roles like a QA engineer or product manager, Roo Code can help you build software more efficiently.
31
+
Whether you’re seeking a flexible coding partner, a system architect, or specialized roles like a QA engineer or product manager, Kilo Code can help you build software more efficiently.
32
32
33
33
Check out the [CHANGELOG](CHANGELOG.md) for detailed updates and fixes.
34
34
35
35
---
36
36
37
-
## 🎉 Roo Code 3.8 Released
38
-
39
-
Roo Code 3.8 is out with performance boosts, new features, and bug fixes.
40
-
41
-
- Faster asynchronous checkpoints
42
-
- Support for .rooignore files
43
-
- Fixed terminal & gray screen issues
44
-
- Roo Code can run in multiple windows
45
-
- Experimental multi-diff editing strategy
46
-
- Subtask to parent task communication
47
-
- Updated DeepSeek provider
48
-
- New "Human Relay" provider
49
-
50
-
---
51
-
52
-
## What Can Roo Code Do?
37
+
## What Can Kilo Code Do?
53
38
54
39
- 🚀 **Generate Code** from natural language descriptions
55
40
- 🔧 **Refactor & Debug** existing code
@@ -60,15 +45,15 @@ Roo Code 3.8 is out with performance boosts, new features, and bug fixes.
1.[Install Kilo Code](https://docs.roocode.com/getting-started/installing)
64
49
2.[Connect Your AI Provider](https://docs.roocode.com/getting-started/connecting-api-provider)
65
50
3.[Try Your First Task](https://docs.roocode.com/getting-started/your-first-task)
66
51
67
52
## Key Features
68
53
69
54
### Multiple Modes
70
55
71
-
Roo Code adapts to your needs with specialized [modes](https://docs.roocode.com/basic-usage/modes):
56
+
Kilo Code adapts to your needs with specialized [modes](https://docs.roocode.com/basic-usage/modes):
72
57
73
58
-**Code Mode:** For general-purpose coding tasks
74
59
-**Architect Mode:** For planning and technical leadership
@@ -78,18 +63,18 @@ Roo Code adapts to your needs with specialized [modes](https://docs.roocode.com/
78
63
79
64
### Smart Tools
80
65
81
-
Roo Code comes with powerful [tools](https://docs.roocode.com/basic-usage/using-tools) that can:
66
+
Kilo Code comes with powerful [tools](https://docs.roocode.com/basic-usage/using-tools) that can:
82
67
83
68
- Read and write files in your project
84
69
- Execute commands in your VS Code terminal
85
70
- Control a web browser
86
71
- Use external tools via [MCP (Model Context Protocol)](https://docs.roocode.com/advanced-usage/mcp)
87
72
88
-
MCP extends Roo Code's capabilities by allowing you to add unlimited custom tools. Integrate with external APIs, connect to databases, or create specialized development tools - MCP provides the framework to expand Roo Code's functionality to meet your specific needs.
73
+
MCP extends Kilo Code's capabilities by allowing you to add unlimited custom tools. Integrate with external APIs, connect to databases, or create specialized development tools - MCP provides the framework to expand Kilo Code's functionality to meet your specific needs.
89
74
90
75
### Customization
91
76
92
-
Make Roo Code work your way with:
77
+
Make Kilo Code work your way with:
93
78
94
79
-[Custom Instructions](https://docs.roocode.com/advanced-usage/custom-instructions) for personalized behavior
95
80
-[Custom Modes](https://docs.roocode.com/advanced-usage/custom-modes) for specialized tasks
@@ -106,27 +91,27 @@ Make Roo Code work your way with:
106
91
107
92
### Community
108
93
109
-
-**Discord:**[Join our Discord server](https://discord.gg/roocode) for real-time help and discussions
94
+
-**Discord:**[Join our Discord server](https://discord.gg/QZ9vjPj9e) for real-time help and discussions
110
95
-**Reddit:**[Visit our subreddit](https://www.reddit.com/r/RooCode) to share experiences and tips
111
-
-**GitHub:** Report [issues](https://github.com/RooVetGit/Roo-Code/issues) or request [features](https://github.com/RooVetGit/Roo-Code/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop)
96
+
-**GitHub:** Report [issues](https://github.com/Kilo-Org/kilocode/issues) or request [features](https://github.com/Kilo-Org/kilocode/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop)
- Press `F5` (or **Run** → **Start Debugging**) in VSCode to open a new session with Roo Code loaded.
130
+
- Press `F5` (or **Run** → **Start Debugging**) in VSCode to open a new session with Kilo Code loaded.
146
131
147
132
Changes to the webview will appear immediately. Changes to the core extension will require a restart of the extension host.
148
133
@@ -152,15 +137,15 @@ We use [changesets](https://github.com/changesets/changesets) for versioning and
152
137
153
138
## Disclaimer
154
139
155
-
**Please note** that Roo Veterinary, Inc does **not** make any representations or warranties regarding any code, models, or other tools provided or made available in connection with Roo Code, any associated third-party tools, or any resulting outputs. You assume **all risks** associated with the use of any such tools or outputs; such tools are provided on an **"AS IS"** and **"AS AVAILABLE"** basis. Such risks may include, without limitation, intellectual property infringement, cyber vulnerabilities or attacks, bias, inaccuracies, errors, defects, viruses, downtime, property loss or damage, and/or personal injury. You are solely responsible for your use of any such tools or outputs (including, without limitation, the legality, appropriateness, and results thereof).
140
+
**Please note** that Roo Veterinary, Inc does **not** make any representations or warranties regarding any code, models, or other tools provided or made available in connection with Kilo Code, any associated third-party tools, or any resulting outputs. You assume **all risks** associated with the use of any such tools or outputs; such tools are provided on an **"AS IS"** and **"AS AVAILABLE"** basis. Such risks may include, without limitation, intellectual property infringement, cyber vulnerabilities or attacks, bias, inaccuracies, errors, defects, viruses, downtime, property loss or damage, and/or personal injury. You are solely responsible for your use of any such tools or outputs (including, without limitation, the legality, appropriateness, and results thereof).
156
141
157
142
---
158
143
159
144
## Contributing
160
145
161
146
We love community contributions! Here’s how to get involved:
162
147
163
-
1. **Check Issues & Requests**: See [open issues](https://github.com/RooVetGit/Roo-Code/issues) or [feature requests](https://github.com/RooVetGit/Roo-Code/discussions/categories/feature-requests).
148
+
1. **Check Issues & Requests**: See [open issues](https://github.com/Kilo-Org/kilocode/issues) or [feature requests](https://github.com/Kilo-Org/kilocode/discussions/categories/feature-requests).
164
149
2. **Fork & branch** off `main`.
165
150
3. **Submit a Pull Request** once your feature or fix is ready.
166
151
4. **Join** our [Reddit community](https://www.reddit.com/r/RooCode/) and [Discord](https://roocode.com/discord) for feedback, tips, and announcements.
@@ -173,4 +158,4 @@ We love community contributions! Here’s how to get involved:
173
158
174
159
---
175
160
176
-
**Enjoy Roo Code!** Whether you keep it on a short leash or let it roam autonomously, we can’t wait to see what you build. If you have questions or feature ideas, drop by our [Reddit community](https://www.reddit.com/r/RooCode/) or [Discord](https://roocode.com/discord). Happy coding!
161
+
**Enjoy Kilo Code!** Whether you keep it on a short leash or let it roam autonomously, we can’t wait to see what you build. If you have questions or feature ideas, drop by our [Reddit community](https://www.reddit.com/r/kilocode/) or [Discord](). Happy coding!
0 commit comments