Skip to content

Commit ead4fed

Browse files
taltasroomoteedelauna
authored
[Docs] Refresh Zoo Code branding across docs and metadata (#85)
* Updates to zoo docs along with references to domain * docs: rebrand project docs to Zoo Code * Update twitter * docs: update localized project documentation Refresh localized README and contributing guides to match the current English Zoo Code documentation set across all supported locales. * Address remaining review feedback * docs(zoo): updating Roo references to be zoo * refactor(posthog): removing roocode cname reference * revert(Roo-Code-Router): false positive rename --------- Co-authored-by: Roomote <roomote@roocode.com> Co-authored-by: Elliott de Launay <edelauna@gmail.com>
1 parent 703c402 commit ead4fed

137 files changed

Lines changed: 1358 additions & 1848 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
attributes:
88
value: |
99
Thank you for your report! Please search existing issues first:
10-
https://github.com/RooCodeInc/Roo-Code/issues
10+
https://github.com/Zoo-Code-Org/Zoo-Code/issues
1111
1212
- type: textarea
1313
id: problem
@@ -66,7 +66,7 @@ body:
6666
id: version
6767
attributes:
6868
label: App Version
69-
description: What version of Roo Code are you using? (e.g., v3.3.1)
69+
description: What version of Zoo Code are you using? (e.g., v3.3.1)
7070
validations:
7171
required: true
7272

@@ -107,9 +107,9 @@ body:
107107
- type: textarea
108108
id: roo-code-tasks
109109
attributes:
110-
label: Roo Code Task Links (optional)
111-
description: If you have any publicly shared Roo Code task links that demonstrate the issue, paste them here.
112-
placeholder: Paste your Roo Code share links here, one per line
110+
label: Zoo Code Task Links (optional)
111+
description: If you have any publicly shared Zoo Code task links that demonstrate the issue, paste them here.
112+
placeholder: Paste your Zoo Code share links here, one per line
113113

114114
- type: textarea
115115
id: logs

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Leave a Review
4-
url: https://marketplace.visualstudio.com/items?itemName=RooVeterinaryInc.roo-cline&ssr=false#review-details
5-
about: Enjoying Roo Code? Leave a review here!
4+
url: https://marketplace.visualstudio.com/items?itemName=ZooCodeOrganization.zoo-code&ssr=false#review-details
5+
about: Enjoying Zoo Code? Leave a review here!

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body:
66
- type: markdown
77
attributes:
88
value: |
9-
Thank you for helping improve Roo Code!
9+
Thank you for helping improve Zoo Code!
1010
Please focus on the problem and the desired behavior in plain language.
1111
1212
- type: textarea
@@ -56,9 +56,9 @@ body:
5656
- type: textarea
5757
id: roo-code-tasks
5858
attributes:
59-
label: Roo Code Task Links (optional)
60-
description: If you explored this with Roo Code, share public task links for context.
61-
placeholder: Paste your Roo Code share links here, one per line
59+
label: Zoo Code Task Links (optional)
60+
description: If you explored this with Zoo Code, share public task links for context.
61+
placeholder: Paste your Zoo Code share links here, one per line
6262

6363
- type: markdown
6464
attributes:

.github/ISSUE_TEMPLATE/marketplace.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ body:
55
- type: markdown
66
attributes:
77
value: |
8-
**Thanks for your feedback!** Please check existing issues first: https://github.com/RooCodeInc/Roo-Code/issues
8+
**Thanks for your feedback!** Please check existing issues first: https://github.com/Zoo-Code-Org/Zoo-Code/issues
99
1010
- type: dropdown
1111
id: feedback-type
@@ -59,4 +59,4 @@ body:
5959
label: Checklist
6060
options:
6161
- label: I've searched existing issues for duplicates
62-
required: true
62+
required: true

.github/pull_request_template.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Thank you for contributing to Roo Code!
2+
Thank you for contributing to Zoo Code!
33
44
Before submitting your PR, please ensure:
55
- It's linked to an approved GitHub Issue.
@@ -12,14 +12,6 @@ Before submitting your PR, please ensure:
1212

1313
Closes: # <!-- Replace with the issue number, e.g., Closes: #123 -->
1414

15-
### Roo Code Task Context (Optional)
16-
17-
<!--
18-
If you used Roo Code to help create this PR, you can share public task links here.
19-
This helps reviewers understand your development process and provides additional context.
20-
Example: https://app.roocode.com/share/task-id
21-
-->
22-
2315
### Description
2416

2517
<!--

.roo/rules-issue-fixer/9_pr_template.xml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<pr_template_instructions>
22
<overview>
3-
This file contains the official Roo Code PR template that must be used when creating pull requests.
3+
This file contains the official Zoo Code PR template that must be used when creating pull requests.
44
All PRs must follow this exact format to ensure consistency and proper documentation.
55
</overview>
66

77
<pr_body_template>
88
<description>
9-
The PR body must follow this exact Roo Code PR template with all required sections.
9+
The PR body must follow this exact Zoo Code PR template with all required sections.
1010
Replace placeholder content in square brackets with actual information.
1111
</description>
1212
<template><![CDATA[
1313
<!--
14-
Thank you for contributing to Roo Code!
14+
Thank you for contributing to Zoo Code!
1515
1616
Before submitting your PR, please ensure:
1717
- It's linked to an approved GitHub Issue.
@@ -24,14 +24,6 @@ Before submitting your PR, please ensure:
2424
2525
Closes: #[ISSUE_NUMBER] <!-- Replace with the issue number, e.g., Closes: #123 -->
2626
27-
### Roo Code Task Context (Optional)
28-
29-
<!--
30-
If you used Roo Code to help create this PR, you can share public task links here.
31-
This helps reviewers understand your development process and provides additional context.
32-
Example: https://app.roocode.com/share/task-id
33-
-->
34-
3527
[TASK_CONTEXT]
3628
3729
### Description
@@ -162,9 +154,9 @@ gh repo fork [owner]/[repo] --clone=false
162154
<example>123</example>
163155
</placeholder>
164156
<placeholder name="TASK_CONTEXT">
165-
<description>Optional Roo Code task links if used during development</description>
166-
<example>https://app.roocode.com/share/task-abc123</example>
167-
<default>_No Roo Code task context for this PR_</default>
157+
<description>Optional Zoo Code task links if used during development</description>
158+
<example>https://app.zoocode.dev/share/task-abc123</example>
159+
<default>_No Zoo Code task context for this PR_</default>
168160
</placeholder>
169161
<placeholder name="DESCRIPTION_CONTENT">
170162
<description>Detailed explanation of implementation approach</description>

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ further defined and clarified by project maintainers.
6868
## Enforcement
6969

7070
Instances of abusive, harassing, or otherwise unacceptable behavior may be
71-
reported by contacting the project team at support@roocode.com. All complaints
71+
reported by contacting the project team at support@zoocode.dev. All complaints
7272
will be reviewed and investigated and will result in a response that
7373
is deemed necessary and appropriate to the circumstances. The project team is
7474
obligated to maintain confidentiality with regard to the reporter of an incident.

CONTRIBUTING.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
</sub>
1212
</div>
1313

14-
# Contributing to Roo Code
14+
# Contributing to Zoo Code
1515

16-
Roo Code is a community-driven project, and we deeply value every contribution. To streamline collaboration, we operate on an [Issue-First](#issue-first-approach) basis, meaning all [Pull Requests (PRs)](#submitting-a-pull-request) must first be linked to a GitHub Issue. Please review this guide carefully.
16+
Zoo Code is a community-driven project, and we deeply value every contribution. To streamline collaboration, we operate on an [Issue-First](#issue-first-approach) basis, meaning all [Pull Requests (PRs)](#submitting-a-pull-request) must first be linked to a GitHub Issue. Please review this guide carefully.
1717

1818
## Table of Contents
1919

@@ -52,10 +52,10 @@ Our roadmap guides the project's direction. Align your contributions with these
5252

5353
Mention alignment with these areas in your PRs.
5454

55-
### 3. Join the Roo Code Community
55+
### 3. Join the Zoo Code Community
5656

57-
- **Primary:** Join our [Discord](https://discord.gg/roocode) and DM **Hannes Rudolph (`hrudolph`)**.
58-
- **Alternative:** Experienced contributors can engage directly via [GitHub Projects](https://github.com/orgs/RooCodeInc/projects/1).
57+
- **Discord:** Join our [Discord](https://discord.gg/SfHYG44NUA).
58+
- **Reddit:** Join our [Reddit](https://www.reddit.com/r/ZooCode/).
5959

6060
## Finding & Planning Your Contribution
6161

@@ -69,26 +69,26 @@ Mention alignment with these areas in your PRs.
6969

7070
All contributions start with a GitHub Issue using our skinny templates.
7171

72-
- **Check existing issues**: Search [GitHub Issues](https://github.com/RooCodeInc/Roo-Code/issues).
72+
- **Check existing issues**: Search [GitHub Issues](https://github.com/Zoo-Code-Org/Zoo-Code/issues).
7373
- **Create an issue** using:
7474
- **Enhancements:** "Enhancement Request" template (plain language focused on user benefit).
7575
- **Bugs:** "Bug Report" template (minimal repro + expected vs actual + version).
76-
- **Want to work on it?** Comment "Claiming" on the issue and DM **Hannes Rudolph (`hrudolph`)** on [Discord](https://discord.gg/roocode) to get assigned. Assignment will be confirmed in the thread.
76+
- **Want to work on it?** Comment "Claiming" on the issue and reach out to the core team on [Discord](https://discord.gg/SfHYG44NUA) to get assigned. Assignment will be confirmed in the thread.
7777
- **PRs must link to the issue.** Unlinked PRs may be closed.
7878

7979
### Deciding What to Work On
8080

81-
- Check the [GitHub Project](https://github.com/orgs/RooCodeInc/projects/1) for "Issue [Unassigned]" issues.
82-
- For docs, visit [Roo Code Docs](https://github.com/RooCodeInc/Roo-Code-Docs).
81+
- Check the [GitHub Issues page](https://github.com/Zoo-Code-Org/Zoo-Code/issues) for issues.
82+
- For docs, visit [Zoo Code Docs](https://github.com/Zoo-Code-Org/Zoo-Code-Docs).
8383

8484
### Reporting Bugs
8585

8686
- Check for existing reports first.
87-
- Create a new bug using the ["Bug Report" template](https://github.com/RooCodeInc/Roo-Code/issues/new/choose) with:
87+
- Create a new bug using the ["Bug Report" template](https://github.com/Zoo-Code-Org/Zoo-Code/issues/new/choose) with:
8888
- Clear, numbered reproduction steps
8989
- Expected vs actual result
90-
- Roo Code version (required); API provider/model if relevant
91-
- **Security issues**: Report privately via [security advisories](https://github.com/RooCodeInc/Roo-Code/security/advisories/new).
90+
- Zoo Code version (required); API provider/model if relevant
91+
- **Security issues**: Report privately via [security advisories](https://github.com/Zoo-Code-Org/Zoo-Code/security/advisories/new).
9292

9393
## Development & Submission Process
9494

@@ -97,7 +97,7 @@ All contributions start with a GitHub Issue using our skinny templates.
9797
1. **Fork & Clone:**
9898

9999
```
100-
git clone https://github.com/YOUR_USERNAME/Roo-Code.git
100+
git clone https://github.com/YOUR_USERNAME/Zoo-Code.git
101101
```
102102

103103
2. **Install Dependencies:**
@@ -126,7 +126,7 @@ pnpm install
126126

127127
### Pull Request Policy
128128

129-
- Must reference an assigned GitHub Issue. To get assigned: comment "Claiming" on the issue and DM **Hannes Rudolph (`hrudolph`)** on [Discord](https://discord.gg/roocode). Assignment will be confirmed in the thread.
129+
- Must reference an assigned GitHub Issue. To get assigned: comment "Claiming" on the issue and reach out to the core team on [Discord](https://discord.gg/SfHYG44NUA). Assignment will be confirmed in the thread.
130130
- Unlinked PRs may be closed.
131131
- PRs should pass CI tests, align with the roadmap, and have clear documentation.
132132

@@ -138,4 +138,4 @@ pnpm install
138138

139139
## Legal
140140

141-
By contributing, you agree your contributions will be licensed under the Apache 2.0 License, consistent with Roo Code's licensing.
141+
By contributing, you agree your contributions will be licensed under the Apache 2.0 License, consistent with Zoo Code's licensing.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2025 Roo Code, Inc.
189+
Copyright 2026 Zoo Code.
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

PRIVACY.md

Lines changed: 63 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,81 @@
1-
# Roo Code Privacy Policy
1+
# Zoo Code Privacy Policy
22

3-
**Last Updated: September 11th, 2025**
3+
**Last Updated: May 13th, 2026**
44

5-
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.
5+
Zoo Code respects your privacy and is committed to transparency about how we
6+
handle your data. Below is a simple breakdown of where key pieces of data
7+
go—and, importantly, where they don't.
68

7-
### **Where Your Data Goes (And Where It Doesn’t)**
9+
## **Where Your Data Goes (And Where It Doesn’t)**
810

9-
- **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. If you select Roo Code Cloud as the model provider (proxy mode), your code may transit Roo Code servers only to forward it to the upstream provider. We do not store your code; it is deleted immediately after forwarding. Otherwise, your code is sent directly to the provider. AI providers may store data per their privacy policies.
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-
- **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. If you choose Roo Code Cloud as the provider (proxy mode), prompts may transit Roo Code servers only to forward them to the upstream model and are not stored.
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 collect anonymous feature usage and error data to help us improve Roo Code. This telemetry is powered by PostHog and includes your VS Code machine ID, feature usage patterns, and exception reports. This telemetry does **not** collect personally identifiable information, your code, or AI prompts. You can opt out of this telemetry at any time through the settings.
14-
- **Zoo Code Observability (Authenticated Subscribers Only):** If you sign in to Zoo Code and have an active subscription, Zoo Code will send LLM usage telemetry to the Zoo Code backend (zoocode.dev). This includes task ID, AI provider name, model name, token counts (input/output/cache), and estimated cost. This data is linked to your authenticated Zoo Code account. You can stop this collection at any time by signing out via the Zoo Code badge in the chat area.
15-
- **Marketplace Requests**: When you browse or search the Marketplace for Model Configuration Profiles (MCPs) or Custom Modes, Roo Code makes a secure API call to Roo Code's backend servers to retrieve listing information. These requests send only the query parameters (e.g., extension version, search term) necessary to fulfill the request and do not include your code, prompts, or personally identifiable information.
11+
- **Code & Files**: Zoo Code accesses files on your local machine when needed
12+
for AI-assisted features. When you send commands to Zoo Code, relevant files
13+
may be transmitted to your chosen AI model provider (e.g., OpenAI, Anthropic,
14+
OpenRouter) to generate responses. If you select Zoo Code Cloud as the model
15+
provider (proxy mode), your code may transit Zoo Code servers only to forward
16+
it to the upstream provider. We do not store your code; it is deleted
17+
immediately after forwarding. Otherwise, your code is sent directly to the
18+
provider. AI providers may store data per their privacy policies.
19+
- **Commands**: Any commands executed through Zoo Code happen on your local
20+
environment. However, when you use AI-powered features, the relevant code and
21+
context from your commands may be transmitted to your chosen AI model provider
22+
(e.g., OpenAI, Anthropic, OpenRouter) to generate responses. We do not have
23+
access to or store this data, but AI providers may process it per their
24+
privacy policies.
25+
- **Prompts & AI Requests**: When you use AI-powered features, your prompts and
26+
relevant project context are sent to your chosen AI model provider (e.g.,
27+
OpenAI, Anthropic, OpenRouter) to generate responses. We do not store or
28+
process this data. These AI providers have their own privacy policies and may
29+
store data per their terms of service. If you choose Zoo Code Cloud as the
30+
provider (proxy mode), prompts may transit Zoo Code servers only to forward
31+
them to the upstream model and are not stored.
32+
- **API Keys & Credentials**: If you enter an API key (e.g., to connect an AI
33+
model), it is stored locally on your device and never sent to us or any third
34+
party, except the provider you have chosen.
35+
- **Telemetry (Usage Data)**: We collect feature usage and error data to help
36+
us improve Zoo Code. This telemetry is powered by PostHog and includes your
37+
VS Code machine ID, feature usage patterns, and exception reports. The VS Code
38+
machine ID is a persistent identifier and may be considered personal data in
39+
some jurisdictions; we use it only for product analytics and error grouping.
40+
We retain telemetry only as long as needed for product analytics and debugging.
41+
Telemetry does **not** collect your code or AI prompts, and you can opt out at
42+
any time through the settings.
43+
- **Zoo Code Observability (Authenticated Subscribers Only):** If you sign in to
44+
Zoo Code and have an active subscription, Zoo Code will send LLM usage
45+
telemetry to the Zoo Code backend (zoocode.dev). This includes task ID, AI
46+
provider name, model name, token counts (input/output/cache), and estimated
47+
cost. This data is linked to your authenticated Zoo Code account. You can stop
48+
this collection at any time by signing out via the Zoo Code badge in the chat
49+
area.
50+
- **Marketplace Requests**: When you browse or search the Marketplace for Model
51+
Configuration Profiles (MCPs) or Custom Modes, Zoo Code makes a secure API
52+
call to Zoo Code's backend servers to retrieve listing information. These
53+
requests send only the query parameters (e.g., extension version, search term)
54+
necessary to fulfill the request and do not include your code, prompts, or
55+
personally identifiable information.
1656

17-
### **How We Use Your Data (If Collected)**
57+
## **How We Use Your Data (If Collected)**
1858

19-
- We use telemetry to understand feature usage and improve Roo Code.
59+
- We use telemetry to understand feature usage and improve Zoo Code.
2060
- We do **not** sell or share your data.
2161
- We do **not** train any models on your data.
2262

23-
### **Your Choices & Control**
63+
## **Your Choices & Control**
2464

2565
- You can run models locally to prevent data being sent to third-parties.
26-
- Telemetry collection is enabled by default to help us improve Roo Code, but you can opt out at any time through the settings.
27-
- You can delete Roo Code to stop all data collection.
66+
- Telemetry collection is enabled by default to help us improve Zoo Code, but
67+
you can opt out at any time through the settings.
68+
- You can delete Zoo Code to stop all data collection.
2869

29-
### **Security & Updates**
70+
## **Security & Updates**
3071

31-
We take reasonable measures to secure your data, but no system is 100% secure. If our privacy policy changes, we will notify you within the extension.
72+
We take reasonable measures to secure your data, but no system is 100% secure.
73+
If our privacy policy changes, we will notify you within the extension.
3274

33-
### **Contact Us**
75+
## **Contact Us**
3476

35-
For any privacy-related questions, reach out to us at support@roocode.com.
77+
For any privacy-related questions, reach out to us at support@zoocode.dev.
3678

3779
---
3880

39-
By using Roo Code, you agree to this Privacy Policy.
81+
By using Zoo Code, you agree to this Privacy Policy.

0 commit comments

Comments
 (0)