mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-11 22:51:26 +00:00
Adding 'list' to the auto-execute command allow-list
This commit is contained in:
parent
920be6d01d
commit
7c5b173838
1 changed files with 2 additions and 1 deletions
|
|
@ -62,7 +62,8 @@ const ALLOWED_AUTO_EXECUTE_COMMANDS = [
|
|||
'npx',
|
||||
'tsc',
|
||||
'git log',
|
||||
'git diff'
|
||||
'git diff',
|
||||
'list'
|
||||
] as const
|
||||
|
||||
export class Cline {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue