mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
- Maintains editor view column state when closing and reopening files during diff operations, ensuring tabs stay opened in their original position. - Prevents closing the original editor tab when opening the diff view, preserving pinned status when applying changes via write_to_file or apply_diff. - Updates VSCode workspace launch flag from -n to -W for compatibility. |
||
|---|---|---|
| .. | ||
| apps | ||
| config | ||
| packages | ||
| scripts | ||
| .env.sample | ||
| .gitignore | ||
| .npmrc | ||
| .tool-versions | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| README.md | ||
| turbo.json | ||
Run Roo Code Evals
Get Started
NOTE: This is MacOS only for now!
Clone the Roo Code repo:
git clone https://github.com/RooVetGit/Roo-Code.git
cd Roo-Code
Run the setup script:
cd evals
./scripts/setup.sh
Navigate to localhost:3000 in your browser.