mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -05:00
Adding 'list' to the auto-execute command allow-list
This commit is contained in:
@@ -62,7 +62,8 @@ const ALLOWED_AUTO_EXECUTE_COMMANDS = [
|
||||
'npx',
|
||||
'tsc',
|
||||
'git log',
|
||||
'git diff'
|
||||
'git diff',
|
||||
'list'
|
||||
] as const
|
||||
|
||||
export class Cline {
|
||||
|
||||
Reference in New Issue
Block a user