-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Rename chat rows #1541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename chat rows #1541
Conversation
* Renaming in package.json * More renaming * Remove Telemetry everywhere --------- Co-authored-by: Kevin van Dijk <[email protected]>
|
|
This pull request includes two distinct types of changes: rebranding from 'Roo Code' to 'Kilo Code' and the removal of telemetry-related code. To improve clarity and manageability, I suggest splitting this pull request into two separate ones:
Splitting the pull request in this way will help reviewers focus on one type of change at a time and ensure a more thorough review process. Thank you! |
| <p style={{ wordWrap: "break-word", margin: 0, padding: 0 }}> | ||
| If you have any questions or feedback, feel free to open an issue at{" "} | ||
| <VSCodeLink href="https://github.com/RooVetGit/Roo-Code" style={{ display: "inline" }}> | ||
| <VSCodeLink href="https://github.com/Kilo-Org/kilocode" style={{ display: "inline" }}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Displayed repository URL text does not match the actual link (shows 'github.com/RooVetGit/Roo-Code' while href points to 'https://github.com/Kilo-Org/kilocode'). Update to consistent branding. (Development Standards)
|
|
||
| if that fails, try: | ||
| ```bash | ||
| `bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like the code block for the installation step (line 112) is not formatted correctly. Instead of starting with a single backtick (`bash) and ending with a single backtick, it should use a fenced code block (```bash) to ensure proper formatting.
|
Hi @kevinvandijk, just like #1540, I guess you submitted this PR against the wrong repository since you seem to have created your own fork at https://github.com/Kilo-Org/kilocode |
Important
Rename 'Roo Code' to 'Kilo Code' and remove telemetry-related code across the project.
README.md,package.json,ChatRow.tsx,ChatView.tsx, andSettingsFooter.tsx.config.yml,CHANGELOG.md, andREADME.md.Cline.ts,ClineProvider.ts,extension.ts, andTelemetryService.ts.ClineProvider.test.tsandTelemetryClient.test.ts..git-blame-ignore-revsto reflect new repository URL.SettingsFooter.tsxto point to the correct GitHub and Reddit pages.This description was created by
for 98d6c53. It will automatically update as commits are pushed.