GitHub - trypear/PearAI-Roo-Code: 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. Download esbuild problem matchers Install https://market.trypear.ai/items?itemName=connor4312.esbuild-problem-matchers

  3. Install dependencies:

  4. Build the extension:

    • A .vsix file will appear in the bin/ directory.
  5. Start the webview (Vite/React app with HMR):

  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.

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

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.

Install the .vsix manually if desired: bash code --install-extension bin/roo-code-4.0.0.vsix |

License

Apache 2.0 © 2025 Roo Veterinary, Inc.