Find a file
Eric Wheeler 04854ea048 test: add tests for escaped marker handling in multi-search-replace
Add tests that validate:
- Original content with unescaped markers
- Search content with escaped markers to match unescaped markers in original content
- Proper validation of escaped search, separator, and replace markers in diff content
- Successful application of diffs with escaped markers in search content

Signed-off-by: Eric Wheeler <roo-code@z.ewheeler.org>
2025-03-21 20:55:51 -07:00
.changeset Support mentioning binary files (#1880) 2025-03-21 10:51:44 -04:00
.github ci: fix changelog extraction (#1810) 2025-03-20 07:27:41 -04:00
.husky Re-apply part of 00ec57a, npm script changes omitted 2025-02-06 08:51:34 -08:00
.vscode Settings tweaks: add terminal & language sections, fix whell scroll in editor tab (#1763) 2025-03-18 00:11:57 -07:00
assets Update metadata (#29) 2024-11-30 23:32:51 -05:00
audio Play sound effects for notifications and events (#38) 2024-12-01 22:25:10 -05:00
benchmark Update benchmark/prompts/cpp.md 2025-03-17 10:10:08 -07:00
cline_docs Prettier backfill 2025-01-17 14:11:28 -05:00
e2e Fix e2e tests 2025-03-13 00:54:05 -07:00
locales Add roadmap to CONTRIBUTING (#1883) 2025-03-21 12:27:48 -04:00
scripts Use the Slider component everywhere (#1786) 2025-03-18 15:27:28 -07:00
src test: add tests for escaped marker handling in multi-search-replace 2025-03-21 20:55:51 -07:00
webview-ui Interpolate settings link in telemetry banner (#1873) 2025-03-21 09:58:25 -04:00
.clinerules Update .clinerules 2025-03-07 16:27:53 -05:00
.dockerignore Evals 2025-03-17 10:09:19 -07:00
.env.sample App tab layout fixes 2025-03-09 15:07:59 -07:00
.eslintrc.json Rename ClineAPI to RooCodeAPI and improve types 2025-03-10 11:16:38 -07:00
.git-blame-ignore-revs Custom modes 2025-01-21 09:39:54 -05:00
.gitattributes Add new demo 2024-10-09 02:30:38 -04:00
.gitconfig Set up ignoring revisions for git blame 2025-01-17 11:21:25 -08:00
.gitignore ContextProxy fix - constructor should not be async 2025-03-11 14:24:21 -07:00
.npmrc Adding basic npmrc file to avoid code artifact issues 2024-12-10 13:55:42 -08:00
.nvmrc Require node v20 everywhere (#922) 2025-03-19 10:46:40 -07:00
.prettierignore Chore: Prettier for consistant formatting (#794) 2024-11-21 13:13:54 -08:00
.prettierrc.json Chore: Prettier for consistant formatting (#794) 2024-11-21 13:13:54 -08:00
.rooignore Add telemetry and privacy policy 2025-03-07 03:03:44 -05:00
.roomodes Interpolate settings link in telemetry banner (#1873) 2025-03-21 09:58:25 -04:00
.vscodeignore Extension-side internationalization (#1757) 2025-03-18 10:39:21 -04:00
CHANGELOG.md Changeset version bump (#1878) 2025-03-21 10:12:04 -04:00
CODE_OF_CONDUCT.md Update email and attribution 2025-03-14 12:16:04 -04:00
CONTRIBUTING.md Add roadmap to CONTRIBUTING (#1883) 2025-03-21 12:27:48 -04:00
ellipsis.yaml Revert "Turn off ellipsis quiet mode" 2025-03-07 02:26:25 -05:00
esbuild.js Extension-side internationalization (#1757) 2025-03-18 10:39:21 -04:00
flake.lock Run integration tests in CI 2025-01-31 14:12:21 -08:00
flake.nix Require node v20 everywhere (#922) 2025-03-19 10:46:40 -07:00
jest.config.js Strip BOM when applying diffs 2025-03-08 17:50:49 -05:00
knip.json Evals 2025-03-17 10:09:19 -07:00
LICENSE Custom modes 2025-01-21 09:39:54 -05:00
package-lock.json Changeset version bump (#1878) 2025-03-21 10:12:04 -04:00
package.json Changeset version bump (#1878) 2025-03-21 10:12:04 -04:00
PRIVACY.md Add telemetry and privacy policy 2025-03-07 03:03:44 -05:00
README.md Update contributors list (#1851) 2025-03-21 11:35:50 -04:00
tsconfig.json GHA fixes 2024-12-16 15:28:37 -08:00


Join the Roo Code Community

Connect with developers, contribute ideas, and stay ahead with the latest AI-powered coding tools.

Join Discord Join Reddit



Roo Code (prev. Roo Cline)

Download on VS Marketplace Feature Requests Rate & Review Documentation

Roo Code is an AI-powered autonomous coding agent that lives in your editor. It can:

  • Communicate in natural language
  • Read and write files directly in your workspace
  • Run terminal commands
  • Automate browser actions
  • Integrate with any OpenAI-compatible or custom API/model
  • Adapt its “personality” and capabilities through Custom Modes

Whether youre 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.

Check out the CHANGELOG for detailed updates and fixes.


🎉 Roo Code 3.10 Released

Roo Code 3.10 brings powerful productivity enhancements!

  • Suggested responses to questions to save you time typing
  • Improved large file handling through mapping out the file structure and reading only the relevant content
  • Rebuilt @-mention file lookup that respects .gitignore and doesn't have a limit on the number of files tracked

What Can Roo Code Do?

  • 🚀 Generate Code from natural language descriptions
  • 🔧 Refactor & Debug existing code
  • 📝 Write & Update documentation
  • 🤔 Answer Questions about your codebase
  • 🔄 Automate repetitive tasks
  • 🏗️ Create new files and projects

Quick Start

  1. Install Roo Code
  2. Connect Your AI Provider
  3. Try Your First Task

Key Features

Multiple Modes

Roo Code adapts to your needs with specialized modes:

  • Code Mode: For general-purpose coding tasks
  • Architect Mode: For planning and technical leadership
  • Ask Mode: For answering questions and providing information
  • Debug Mode: For systematic problem diagnosis
  • Custom Modes: Create unlimited specialized personas for security auditing, performance optimization, documentation, or any other task

Smart Tools

Roo Code comes with powerful tools that can:

  • Read and write files in your project
  • Execute commands in your VS Code terminal
  • Control a web browser
  • Use external tools via MCP (Model Context Protocol)

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.

Customization

Make Roo Code work your way with:

Resources

Documentation

Community


Local Setup & Development

  1. Clone the repo:
git clone https://github.com/RooVetGit/Roo-Code.git
  1. Install dependencies:
npm run install:all
  1. Start the webview (Vite/React app with HMR):
npm run dev
  1. Debug: Press F5 (or RunStart Debugging) in VSCode to open a new session with Roo Code loaded.

Changes to the webview will appear immediately. Changes to the core extension will require a restart of the extension host.

Alternatively you can build a .vsix and install it directly in VSCode:

npm run build

A .vsix file will appear in the bin/ directory which can be installed with:

code --install-extension bin/roo-cline-<version>.vsix

We use changesets for versioning and publishing. Check our CHANGELOG.md for release notes.


Disclaimer

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).


Contributing

We love community contributions! Get started by reading our CONTRIBUTING.md.


Contributors

Thanks to all our contributors who have helped make Roo Code better!

mrubens
mrubens
saoudrizwan
saoudrizwan
cte
cte
samhvw8
samhvw8
daniel-lxs
daniel-lxs
a8trejo
a8trejo
ColemanRoo
ColemanRoo
stea9499
stea9499
joemanley201
joemanley201
System233
System233
jquanton
jquanton
nissa-seru
nissa-seru
NyxJae
NyxJae
hannesrudolph
hannesrudolph
MuriloFP
MuriloFP
punkpeye
punkpeye
d-oit
d-oit
monotykamary
monotykamary
lloydchang
lloydchang
vigneshsubbiah16
vigneshsubbiah16
Szpadel
Szpadel
cannuri
cannuri
lupuletic
lupuletic
Smartsheet-JB-Brown
Smartsheet-JB-Brown
Premshay
Premshay
psv2522
psv2522
olweraltuve
olweraltuve
wkordalski
wkordalski
qdaxb
qdaxb
feifei325
feifei325
RaySinner
RaySinner
afshawnlotfi
afshawnlotfi
emshvac
emshvac
pdecat
pdecat
Lunchb0ne
Lunchb0ne
pugazhendhi-m
pugazhendhi-m
sammcj
sammcj
KJ7LNW
KJ7LNW
dtrugman
dtrugman
aitoroses
aitoroses
yt3trees
yt3trees
yongjer
yongjer
vincentsong
vincentsong
eonghk
eonghk
arthurauffray
arthurauffray
aheizi
aheizi
heyseth
heyseth
philfung
philfung
napter
napter
mdp
mdp
jcbdev
jcbdev
GitlyHallows
GitlyHallows
benzntech
benzntech
anton-otee
anton-otee
moqimoqidea
moqimoqidea
olup
olup
lightrabbit
lightrabbit
kohii
kohii
kinandan
kinandan
im47cn
im47cn
dqroid
dqroid
dairui1
dairui1
bannzai
bannzai
AMHesch
AMHesch
mosleyit
mosleyit
oprstchn
oprstchn
philipnext
philipnext
refactorthis
refactorthis
samir-nimbly
samir-nimbly
shaybc
shaybc
shohei-ihaya
shohei-ihaya
student20880
student20880
teddyOOXX
teddyOOXX
PretzelVector
PretzelVector
adamwlarson
adamwlarson
alarno
alarno
andreastempsch
andreastempsch
Atlogit
Atlogit
dleen
dleen
dbasclpy
dbasclpy
celestial-vault
celestial-vault
franekp
franekp
DeXtroTip
DeXtroTip
hesara
hesara
eltociear
eltociear
libertyteeth
libertyteeth
mamertofabian
mamertofabian
marvijo-code
marvijo-code
Sarke
Sarke
tgfjt
tgfjt
vladstudio
vladstudio
Yoshino-Yukitaro
Yoshino-Yukitaro
ashktn
ashktn

License

Apache 2.0 © 2025 Roo Veterinary, Inc.


Enjoy Roo Code! Whether you keep it on a short leash or let it roam autonomously, we cant wait to see what you build. If you have questions or feature ideas, drop by our Reddit community or Discord. Happy coding!