Roo-Code/evals
Chris Hasson 25cd57e157
feat(settings): Add allowedMaxRequests feature inspired by Cline (#3631)
* feat(settings): Introduce the "auto-approve request count" feature from Cline

This is the first minor UI feature I've added, so please let me know if I'm missing anything! (translations, organization, etc!)

Please see commits for details

introduce allowedMaxRequests to globalSettingsSchema
update ExtensionState and its context with allowedMaxRequests
implement UI for setting max requests in AutoApproveMenu component
prompt user when auto-approval limit is reached with i18n support
increment consecutiveAutoApprovedRequestsCount and reset upon user approval
add translations for auto-approved request limit reached prompt in multiple languages
add new UI for "auto_approval_max_req_reached" in ChatRowContent
display prompt with title, description, and button for user action

🔧 chore(gitignore): add .idea to .gitignore to exclude IDE-specific files
- remove .idea/workspace.xml to clean up repository

* 🔧 chore(gitignore): add IDE configuration files to ignore list

- add .idea directory to ignore JetBrains IDE configurations

* 🌐 i18n(chat): add translation keys for api request limit

- introduce translation keys for "title" and "unlimited" in multiple languages
- update description for api request limit in various languages

* 🌐 i18n(chat): migrate auto-approved request limit translations

- move translations from common.json to chat.json across locales
- update component to use Trans for dynamic text rendering

* Update the UI for setting max requests

* Hide the auto-approve limit warning once clicked

---------

Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
2025-05-20 11:30:27 -04:00
..
apps feat(evals): add UI and backend support for importing and injecting f… (#3606) 2025-05-19 14:58:58 -07:00
config Restore profile management work + fix #3434 (#3449) 2025-05-12 15:47:09 -04:00
packages feat(settings): Add allowedMaxRequests feature inspired by Cline (#3631) 2025-05-20 11:30:27 -04:00
scripts Update evals defaults, stop forking cte/evals (#3283) 2025-05-07 12:27:10 -07:00
.env.sample Evals (#2238) 2025-04-02 16:49:41 -07:00
.gitignore Evals (#2238) 2025-04-02 16:49:41 -07:00
.npmrc Evals (#2238) 2025-04-02 16:49:41 -07:00
.tool-versions Fix linter warning + run prettier on everything (#3581) 2025-05-13 15:16:24 -07:00
package.json Restore profile management work + fix #3434 (#3449) 2025-05-12 15:47:09 -04:00
pnpm-lock.yaml Revert "fix(deps): update nextjs monorepo to v15.3.2" (#3578) 2025-05-13 14:57:56 -07:00
pnpm-workspace.yaml Evals (#2238) 2025-04-02 16:49:41 -07:00
README.md Evals (#2238) 2025-04-02 16:49:41 -07:00
turbo.json Record tool usages in the Cline object, and persist them in the db for evals (#2729) 2025-04-17 22:21:14 -07:00

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.