Roo-Code/src/core
hannesrudolph 83b6f3cc80 refactor: simplify command allow/deny implementation
- Remove redundant allowCommand/denyCommand message types from WebviewMessage
- Remove corresponding handlers from webviewMessageHandler
- Remove unused test file for allowCommand functionality
- Remove unused i18n keys for command_allowed and command_denied
- Simplify to use existing allowedCommands/deniedCommands infrastructure
2025-07-15 17:27:34 -06:00
..
assistant-message add todo tool (#5182) 2025-07-07 14:07:39 -04:00
checkpoints Disable checkpoint if nested git repos are detected (#4509) 2025-06-10 13:29:19 -07:00
condense feat: add profile-specific context condensing thresholds (#4456) 2025-06-20 23:02:04 -04:00
config fix: handle null/empty custom modes files to prevent 'Cannot read properties of null' error (#5526) 2025-07-09 15:49:32 -05:00
context-tracking fix: use safeWriteJson for all JSON file writes with race condition fix (#4733) 2025-06-25 16:05:02 -04:00
diff Fixes #5206: Update apply_diff tool documentation to accurately reflect multi-file capabilities (#5232) 2025-06-30 09:01:44 -04:00
environment Add a hint about using todos for complicated tasks (#5473) 2025-07-08 13:45:38 -04:00
ignore Farewell jest (#4607) 2025-06-16 21:39:45 -07:00
mentions fix: resolve URL loading timeout issues in @ mentions (#5160) 2025-06-30 10:40:53 -04:00
prompts refactor: Remove LLM suggestion feature in favor of deterministic shell-quote parser 2025-07-15 14:10:18 -06:00
protect Add .vscode/ to the list of write-protected files/directories (#5347) 2025-07-02 13:17:20 -04:00
sliding-window feat: add profile-specific context condensing thresholds (#4456) 2025-06-20 23:02:04 -04:00
task fix: Remove remaining references to disableLlmCommandSuggestions 2025-07-15 14:11:18 -06:00
task-persistence fix: use safeWriteJson for all JSON file writes with race condition fix (#4733) 2025-06-25 16:05:02 -04:00
tools refactor: Remove LLM suggestion feature in favor of deterministic shell-quote parser 2025-07-15 14:10:18 -06:00
webview refactor: simplify command allow/deny implementation 2025-07-15 17:27:34 -06:00