Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ blank_issues_enabled: false
contact_links:
- name: Feature Request
url: https://github.com/Kilo-Org/kilocode/discussions/categories/feature-requests
about: Share and vote on feature requests for Roo Code
about: Share and vote on feature requests for Kilo Code
- name: Leave a Review
url: https://marketplace.visualstudio.com/items?itemName=kilocode.Kilo-Code&ssr=false#review-details
about: Enjoying Roo Code? Leave a review here!
about: Enjoying Kilo Code? Leave a review here!
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ A "How To Test" section can look something like this:

## Get in Touch

<!-- We'd love to have a way to chat with you about your changes if necessary. If you're in the [Roo Code Discord](https://discord.gg/roocode), please share your handle here. -->
<!-- We'd love to have a way to chat with you about your changes if necessary. If you're in the [Kilo Code Discord](https://discord.gg/QZ9vjPj9e), please share your handle here. -->
2 changes: 1 addition & 1 deletion .github/workflows/code-qa.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Code QA Roo Code
name: Code QA Kilo Code

on:
workflow_dispatch:
Expand Down
12 changes: 6 additions & 6 deletions PRIVACY.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Roo Code Privacy Policy
# Kilo Code Privacy Policy

**Last Updated: March 7th, 2025**

Roo Code respects your privacy and is committed to transparency about how we handle your data. Below is a simple breakdown of where key pieces of data go—and, importantly, where they don’t.
Kilo Code respects your privacy and is committed to transparency about how we handle your data. Below is a simple breakdown of where key pieces of data go—and, importantly, where they don’t.

### **Where Your Data Goes (And Where It Doesn’t)**

- **Code & Files**: Roo Code accesses files on your local machine when needed for AI-assisted features. When you send commands to Roo Code, relevant files may be transmitted to your chosen AI model provider (e.g., OpenAI, Anthropic, OpenRouter) to generate responses. We do not have access to this data, but AI providers may store it per their privacy policies.
- **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.
- **Code & Files**: Kilo Code accesses files on your local machine when needed for AI-assisted features. When you send commands to Kilo Code, relevant files may be transmitted to your chosen AI model provider (e.g., OpenAI, Anthropic, OpenRouter) to generate responses. We do not have access to this data, but AI providers may store it per their privacy policies.
- **Commands**: Any commands executed through Kilo 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.
- **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.
- **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.

Expand All @@ -21,8 +21,8 @@ We take reasonable measures to secure your data, but no system is 100% secure. I

### **Contact Us**

For any privacy-related questions, reach out to us at support@roocode.com.
For any privacy-related questions, soon you can reach out to us at support@kilocode.ai.

---

By using Roo Code, you agree to this Privacy Policy.
By using Kilo Code, you agree to this Privacy Policy.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ We love community contributions! Here’s how to get involved:
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).
2. **Fork & branch** off `main`.
3. **Submit a Pull Request** once your feature or fix is ready.
4. **Join** our [Reddit community](https://www.reddit.com/r/RooCode/) and [Discord](https://roocode.com/discord) for feedback, tips, and announcements.
4. **Join** our [Reddit community](https://www.reddit.com/r/RooCode/) and [Discord](https://discord.gg/QZ9vjPj9e) for feedback, tips, and announcements.

---

Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
description = "Roo Code development environment";
description = "Kilo Code development environment";

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
Expand Down
2 changes: 1 addition & 1 deletion webview-ui/src/components/settings/SettingsFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const SettingsFooter = ({ version, className, ...props }: SettingsFooterP
reddit.com/r/RooCode
</VSCodeLink>
</p>
<p className="italic">Roo Code v{version}</p>
<p className="italic">Kilo Code v{version}</p>
<div className="flex justify-between items-center gap-3">
<p>Reset all global state and secret storage in the extension.</p>
<VSCodeButton
Expand Down
2 changes: 1 addition & 1 deletion webview-ui/src/stories/Welcome.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ import { Meta } from "@storybook/blocks";

# Welcome

This Roo Code storybook is used to independently develop components for the Roo Code webview UI.
This Kilo Code storybook is used to independently develop components for the Kilo Code webview UI.