Skip to content

Commit 7c5b173

Browse files
committed
Adding 'list' to the auto-execute command allow-list
1 parent 920be6d commit 7c5b173

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/core/Cline.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ const ALLOWED_AUTO_EXECUTE_COMMANDS = [
6262
'npx',
6363
'tsc',
6464
'git log',
65-
'git diff'
65+
'git diff',
66+
'list'
6667
] as const
6768

6869
export class Cline {

0 commit comments

Comments
 (0)