Skip to content

PearAI's Integration of Roo Code / Cline, a coding agent. Name attribution will always be kept in tact.

License

Notifications You must be signed in to change notification settings

trypear/PearAI-Roo-Code

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PearAI's Integration of Roo Code / Cline, a coding agent. Name attribution will always be kept in tact.

Local Setup & Development

  1. Clone the repo:
    git clone https://github.com/RooVetGit/Roo-Code.git
  2. Install dependencies:
    npm run install:all
  3. Build the extension:
    npm run build
    • A .vsix file will appear in the bin/ directory.
  4. Install the .vsix manually if desired:
    code --install-extension bin/roo-code-4.0.0.vsix
  5. Start the webview (Vite/React app with HMR):
    npm run dev
  6. 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.

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

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 can’t wait to see what you build. If you have questions or feature ideas, drop by our Reddit community or Discord. Happy coding!

About

PearAI's Integration of Roo Code / Cline, a coding agent. Name attribution will always be kept in tact.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.0%
  • Other 1.0%