mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
* refactor: enhance insertGroups and insertContentTool for better handling of insertion operations * refactor: simplify insert_content tool - Remove operations-based implementation in favor of single line insertion - Update parameters from operations to line and content - Simplify insertion logic and error handling - Update tool description and documentation - Remove XML parsing for operations - Clean up code and improve error messages * refactor: remove insert_content experiment and related tests * Remove the append_to_file tool * Improvements to chat row and instructions --------- Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| 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.