Roo-Code/src/shared
hannesrudolph 70ca7a6cae refactor: move command whitelisting from VS Code settings to plugin UI
- Removed 'roo-code.commandWhitelist' from VS Code settings (package.json)
- Added command whitelisting to Auto Approve settings in plugin UI
- Migrated existing whitelist settings to new location on extension activation
- Updated all related components, tests, and localization files
- Maintains backward compatibility by migrating existing settings

This change improves user experience by consolidating all auto-approval
settings in one location within the plugin's settings interface.
2025-07-15 11:58:20 -06:00
..
__tests__ feat(claude-code): add configurable max output tokens setting (#5610) 2025-07-11 22:31:50 -04:00
api.ts feat(claude-code): add configurable max output tokens setting (#5610) 2025-07-11 22:31:50 -04:00
array.ts Initial streaming refactor 2024-10-09 01:49:54 -04:00
checkExistApiConfig.ts Remove Gemini CLI provider (#5223) 2025-06-28 23:48:28 -04:00
combineApiRequests.ts Add a new @roo-code/types package and use it everywhere (#3912) 2025-05-26 12:06:45 -07:00
combineCommandSequences.ts feat(mcp): improve mcp with McpExecution, make UX like terminal execute (#3485) 2025-06-12 00:46:07 -04:00
context-mentions.ts feat: Allow escaping of context mentions (#4362) 2025-06-12 11:49:19 -04:00
cost.ts Yield the cost in usage data for Anthropic (#4849) 2025-06-18 11:59:11 -07:00
embeddingModels.ts feat: add gemini-embedding-001 model to code-index service (#5698) 2025-07-14 14:10:40 -04:00
experiments.ts Fixes #4882: Remove experimental setting for command execution in attempt_completion (#4884) 2025-06-20 17:48:01 -04:00
ExtensionMessage.ts refactor: move command whitelisting from VS Code settings to plugin UI 2025-07-15 11:58:20 -06:00
getApiMetrics.ts fix: exclude cache tokens from context window calculation (#5603) 2025-07-11 16:54:51 -04:00
globalFileNames.ts Use yaml as default custom modes format (#3749) 2025-05-20 16:44:29 -04:00
language.ts feat: Indonesian translation (#4672) 2025-06-13 20:25:05 -04:00
mcp.ts feature: add toggle for disable mcp server tool from prompt (#3551) 2025-06-20 19:14:59 -04:00
modes.ts feat: Enable dynamic tool selection in architect mode for context discovery (#5607) 2025-07-11 22:47:45 -04:00
package.ts Add a new @roo-code/types package and use it everywhere (#3912) 2025-05-26 12:06:45 -07:00
ProfileValidator.ts Roo Code Cloud (#4069) 2025-05-28 20:43:30 -07:00
safeJsonParse.ts feat: vertex/gemini prompt caching (#2996) 2025-04-28 15:11:35 -07:00
support-prompt.ts Fix linter errors (#3821) 2025-05-21 23:16:43 -07:00
TelemetrySetting.ts Add telemetry and privacy policy 2025-03-07 03:03:44 -05:00
todo.ts add todo tool (#5182) 2025-07-07 14:07:39 -04:00
tools.ts fix: resolve all issues in PR #5491 - command whitelisting feature 2025-07-14 15:11:27 -06:00
vsCodeSelectorUtils.ts Prettier backfill 2025-01-17 14:11:28 -05:00
WebviewMessage.ts refactor: move command whitelisting from VS Code settings to plugin UI 2025-07-15 11:58:20 -06:00