Skip to content

Commit 7368fa9

Browse files
authored
Moved repo to new org (#3756)
1 parent 8614405 commit 7368fa9

Some content is hidden

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

65 files changed

+193
-193
lines changed

.git-blame-ignore-revs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Ran Prettier on all files - https://github.com/RooVetGit/Roo-Code/pull/404
1+
# Ran Prettier on all files - https://github.com/RooCodeInc/Roo-Code/pull/404
22
60a0a824b96a0b326af4d8871b6903f4ddcfe114
33
579bdd9dbf6d2d569e5e7adb5ff6292b1e42ea34

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body:
66
attributes:
77
value: |
88
**Thanks for your report!** Please check existing issues first:
9-
👉 https://github.com/RooVetGit/Roo-Code/issues
9+
👉 https://github.com/RooCodeInc/Roo-Code/issues
1010
1111
- type: input
1212
id: version

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Feature Request
4-
url: https://github.com/RooVetGit/Roo-Code/discussions/categories/feature-requests
4+
url: https://github.com/RooCodeInc/Roo-Code/discussions/categories/feature-requests
55
about: Share and vote on feature requests for Roo Code
66
- name: Leave a Review
77
url: https://marketplace.visualstudio.com/items?itemName=RooVeterinaryInc.roo-cline&ssr=false#review-details

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ body:
99
1010
This template is for submitting specific, actionable proposals that you or others intend to implement after discussion and approval. It's a key part of our [Issue-First Approach](../../CONTRIBUTING.md).
1111
12-
- **For general ideas or less defined suggestions**, please use [GitHub Discussions](https://github.com/RooVetGit/Roo-Code/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop) first.
13-
- **Before submitting**, please search existing [GitHub Issues](https://github.com/RooVetGit/Roo-Code/issues) and [Discussions](https://github.com/RooVetGit/Roo-Code/discussions) to avoid duplicates.
12+
- **For general ideas or less defined suggestions**, please use [GitHub Discussions](https://github.com/RooCodeInc/Roo-Code/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop) first.
13+
- **Before submitting**, please search existing [GitHub Issues](https://github.com/RooCodeInc/Roo-Code/issues) and [Discussions](https://github.com/RooCodeInc/Roo-Code/discussions) to avoid duplicates.
1414
1515
For guidance or to discuss your idea, join the [Roo Code Discord](https://discord.gg/roocode) and DM **Hannes Rudolph** (`hrudolph`).
1616

.github/scripts/get_prev_version_refs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def run_git_command(command):
1010

1111
def parse_merge_commit(line):
1212
# Parse merge commit messages like:
13-
# "355dc82 Merge pull request #71 from RooVetGit/better-error-handling"
13+
# "355dc82 Merge pull request #71 from RooCodeInc/better-error-handling"
1414
pattern = r"([a-f0-9]+)\s+Merge pull request #(\d+) from (.+)"
1515
match = re.match(pattern, line)
1616
if match:

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@
665665

666666
## [3.7.5] - 2025-02-26
667667

668-
- Fix context window truncation math (see [#1173](https://github.com/RooVetGit/Roo-Code/issues/1173))
668+
- Fix context window truncation math (see [#1173](https://github.com/RooCodeInc/Roo-Code/issues/1173))
669669
- Fix various issues with the model picker (thanks @System233!)
670670
- Fix model input / output cost parsing (thanks @System233!)
671671
- Add drag-and-drop for files
@@ -1094,7 +1094,7 @@ Join us at https://www.reddit.com/r/RooCode to share your custom modes and be pa
10941094

10951095
## [2.2.16]
10961096

1097-
- Incorporate Premshay's [PR](https://github.com/RooVetGit/Roo-Cline/pull/60) to add support for Amazon Nova and Meta Llama Models via Bedrock (3, 3.1, 3.2) and unified Bedrock calls using BedrockClient and Bedrock Runtime API
1097+
- Incorporate Premshay's [PR](https://github.com/RooCodeInc/Roo-Cline/pull/60) to add support for Amazon Nova and Meta Llama Models via Bedrock (3, 3.1, 3.2) and unified Bedrock calls using BedrockClient and Bedrock Runtime API
10981098

10991099
## [2.2.14 - 2.2.15]
11001100

@@ -1166,7 +1166,7 @@ Join us at https://www.reddit.com/r/RooCode to share your custom modes and be pa
11661166

11671167
## [2.1.15]
11681168

1169-
- Incorporate dbasclpy's [PR](https://github.com/RooVetGit/Roo-Cline/pull/54) to add support for gemini-exp-1206
1169+
- Incorporate dbasclpy's [PR](https://github.com/RooCodeInc/Roo-Cline/pull/54) to add support for gemini-exp-1206
11701170
- Make it clear that diff editing is very experimental
11711171

11721172
## [2.1.14]
@@ -1176,15 +1176,15 @@ Join us at https://www.reddit.com/r/RooCode to share your custom modes and be pa
11761176

11771177
## [2.1.13]
11781178

1179-
- Fix https://github.com/RooVetGit/Roo-Cline/issues/50 where sound effects were not respecting settings
1179+
- Fix https://github.com/RooCodeInc/Roo-Cline/issues/50 where sound effects were not respecting settings
11801180

11811181
## [2.1.12]
11821182

11831183
- Incorporate JoziGila's [PR](https://github.com/cline/cline/pull/158) to add support for editing through diffs
11841184

11851185
## [2.1.11]
11861186

1187-
- Incorporate lloydchang's [PR](https://github.com/RooVetGit/Roo-Cline/pull/42) to add support for OpenRouter compression
1187+
- Incorporate lloydchang's [PR](https://github.com/RooCodeInc/Roo-Cline/pull/42) to add support for OpenRouter compression
11881188

11891189
## [2.1.10]
11901190

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Mention alignment with these areas in your PRs.
4646
### 3. Join the Roo Code Community
4747

4848
- **Primary:** Join our [Discord](https://discord.gg/roocode) and DM **Hannes Rudolph (`hrudolph`)**.
49-
- **Alternative:** Experienced contributors can engage directly via [GitHub Projects](https://github.com/orgs/RooVetGit/projects/1).
49+
- **Alternative:** Experienced contributors can engage directly via [GitHub Projects](https://github.com/orgs/RooCodeInc/projects/1).
5050

5151
## Finding & Planning Your Contribution
5252

@@ -60,7 +60,7 @@ Mention alignment with these areas in your PRs.
6060

6161
All contributions must begin with a GitHub Issue.
6262

63-
- **Check existing issues**: Search [GitHub Issues](https://github.com/RooVetGit/Roo-Code/issues).
63+
- **Check existing issues**: Search [GitHub Issues](https://github.com/RooCodeInc/Roo-Code/issues).
6464
- **Create an issue**: Use appropriate templates:
6565
- **Bugs:** "Bug Report" template.
6666
- **Features:** "Detailed Feature Proposal" template. Approval required before starting.
@@ -70,14 +70,14 @@ All contributions must begin with a GitHub Issue.
7070

7171
### Deciding What to Work On
7272

73-
- Check the [GitHub Project](https://github.com/orgs/RooVetGit/projects/1) for unassigned "Good First Issues."
74-
- For docs, visit [Roo Code Docs](https://github.com/RooVetGit/Roo-Code-Docs).
73+
- Check the [GitHub Project](https://github.com/orgs/RooCodeInc/projects/1) for unassigned "Good First Issues."
74+
- For docs, visit [Roo Code Docs](https://github.com/RooCodeInc/Roo-Code-Docs).
7575

7676
### Reporting Bugs
7777

7878
- Check for existing reports first.
79-
- Create new bugs using the ["Bug Report" template](https://github.com/RooVetGit/Roo-Code/issues/new/choose).
80-
- **Security issues**: Report privately via [security advisories](https://github.com/RooVetGit/Roo-Code/security/advisories/new).
79+
- Create new bugs using the ["Bug Report" template](https://github.com/RooCodeInc/Roo-Code/issues/new/choose).
80+
- **Security issues**: Report privately via [security advisories](https://github.com/RooCodeInc/Roo-Code/security/advisories/new).
8181

8282
## Development & Submission Process
8383

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ English • [Català](locales/ca/README.md) • [Deutsch](locales/de/README.md)
1414
<div align="center">
1515
<h1>Roo Code (prev. Roo Cline)</h1>
1616
<p align="center">
17-
<img src="https://media.githubusercontent.com/media/RooVetGit/Roo-Code/main/assets/docs/demo.gif" width="100%" />
17+
<img src="https://media.githubusercontent.com/media/RooCodeInc/Roo-Code/main/assets/docs/demo.gif" width="100%" />
1818
</p>
1919
<p>Connect with developers, contribute ideas, and stay ahead with the latest AI-powered coding tools.</p>
2020

@@ -28,7 +28,7 @@ English • [Català](locales/ca/README.md) • [Deutsch](locales/de/README.md)
2828
<div align="center">
2929

3030
<a href="https://marketplace.visualstudio.com/items?itemName=RooVeterinaryInc.roo-cline" target="_blank"><img src="https://img.shields.io/badge/Download%20on%20VS%20Marketplace-blue?style=for-the-badge&logo=visualstudiocode&logoColor=white" alt="Download on VS Marketplace"></a>
31-
<a href="https://github.com/RooVetGit/Roo-Code/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop" target="_blank"><img src="https://img.shields.io/badge/Feature%20Requests-yellow?style=for-the-badge" alt="Feature Requests"></a>
31+
<a href="https://github.com/RooCodeInc/Roo-Code/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop" target="_blank"><img src="https://img.shields.io/badge/Feature%20Requests-yellow?style=for-the-badge" alt="Feature Requests"></a>
3232
<a href="https://marketplace.visualstudio.com/items?itemName=RooVeterinaryInc.roo-cline&ssr=false#review-details" target="_blank"><img src="https://img.shields.io/badge/Rate%20%26%20Review-green?style=for-the-badge" alt="Rate & Review"></a>
3333
<a href="https://docs.roocode.com" target="_blank"><img src="https://img.shields.io/badge/Documentation-6B46C1?style=for-the-badge&logo=readthedocs&logoColor=white" alt="Documentation"></a>
3434

@@ -118,7 +118,7 @@ Make Roo Code work your way with:
118118

119119
- **Discord:** [Join our Discord server](https://discord.gg/roocode) for real-time help and discussions
120120
- **Reddit:** [Visit our subreddit](https://www.reddit.com/r/RooCode) to share experiences and tips
121-
- **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)
121+
- **GitHub:** Report [issues](https://github.com/RooCodeInc/Roo-Code/issues) or request [features](https://github.com/RooCodeInc/Roo-Code/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop)
122122

123123
---
124124

@@ -127,7 +127,7 @@ Make Roo Code work your way with:
127127
1. **Clone** the repo:
128128

129129
```sh
130-
git clone https://github.com/RooVetGit/Roo-Code.git
130+
git clone https://github.com/RooCodeInc/Roo-Code.git
131131
```
132132

133133
2. **Install dependencies**:

evals/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ NOTE: This is MacOS only for now!
77
Clone the Roo Code repo:
88

99
```sh
10-
git clone https://github.com/RooVetGit/Roo-Code.git
10+
git clone https://github.com/RooCodeInc/Roo-Code.git
1111
cd Roo-Code
1212
```
1313

locales/ca/CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Esmenta la relació amb aquestes àrees als teus PRs.
4646
### 3. Uneix-te a la comunitat Roo Code
4747

4848
- **Principal:** Uneix-te al nostre [Discord](https://discord.gg/roocode) i envia un DM a **Hannes Rudolph (`hrudolph`)**.
49-
- **Alternativa:** Els col·laboradors experimentats poden participar directament via [GitHub Projects](https://github.com/orgs/RooVetGit/projects/1).
49+
- **Alternativa:** Els col·laboradors experimentats poden participar directament via [GitHub Projects](https://github.com/orgs/RooCodeInc/projects/1).
5050

5151
## Trobar i planificar la teva contribució
5252

@@ -60,7 +60,7 @@ Esmenta la relació amb aquestes àrees als teus PRs.
6060

6161
Totes les contribucions han de començar amb una Issue de GitHub.
6262

63-
- **Revisar issues existents:** Cerca a [GitHub Issues](https://github.com/RooVetGit/Roo-Code/issues).
63+
- **Revisar issues existents:** Cerca a [GitHub Issues](https://github.com/RooCodeInc/Roo-Code/issues).
6464
- **Crear una issue:** Utilitza les plantilles adequades:
6565
- **Errors:** Plantilla "Bug Report".
6666
- **Funcionalitats:** Plantilla "Detailed Feature Proposal". Es requereix aprovació abans de començar.
@@ -70,14 +70,14 @@ Totes les contribucions han de començar amb una Issue de GitHub.
7070

7171
### Decidir en què treballar
7272

73-
- Consulta el [Projecte GitHub](https://github.com/orgs/RooVetGit/projects/1) per trobar "Good First Issues" no assignades.
74-
- Per a documentació, visita [Roo Code Docs](https://github.com/RooVetGit/Roo-Code-Docs).
73+
- Consulta el [Projecte GitHub](https://github.com/orgs/RooCodeInc/projects/1) per trobar "Good First Issues" no assignades.
74+
- Per a documentació, visita [Roo Code Docs](https://github.com/RooCodeInc/Roo-Code-Docs).
7575

7676
### Informar d'errors
7777

7878
- Comprova primer els informes existents.
79-
- Crea nous informes d'errors utilitzant la [plantilla "Bug Report"](https://github.com/RooVetGit/Roo-Code/issues/new/choose).
80-
- **Vulnerabilitats de seguretat:** Informa de manera privada via [security advisories](https://github.com/RooVetGit/Roo-Code/security/advisories/new).
79+
- Crea nous informes d'errors utilitzant la [plantilla "Bug Report"](https://github.com/RooCodeInc/Roo-Code/issues/new/choose).
80+
- **Vulnerabilitats de seguretat:** Informa de manera privada via [security advisories](https://github.com/RooCodeInc/Roo-Code/security/advisories/new).
8181

8282
## Procés de desenvolupament i enviament
8383

0 commit comments

Comments
 (0)