mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
* 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>
45 lines
394 B
Text
45 lines
394 B
Text
.pnpm-store
|
|
dist
|
|
out
|
|
out-*
|
|
node_modules
|
|
coverage/
|
|
mock/
|
|
|
|
.DS_Store
|
|
|
|
# IDEs
|
|
.idea
|
|
|
|
# Builds
|
|
bin/
|
|
roo-cline-*.vsix
|
|
|
|
# Local prompts and rules
|
|
/local-prompts
|
|
|
|
# Test environment
|
|
.test_env
|
|
.vscode-test/
|
|
|
|
# Docs
|
|
docs/_site/
|
|
|
|
# Dotenv
|
|
.env
|
|
.env.*
|
|
!.env.*.sample
|
|
|
|
|
|
#Local lint config
|
|
.eslintrc.local.json
|
|
|
|
#Logging
|
|
logs
|
|
|
|
# Vite development
|
|
.vite-port
|
|
|
|
# IntelliJ and Qodo plugin folders
|
|
.idea/
|
|
.qodo/
|