Adding 'list' to the auto-execute command allow-list

This commit is contained in:
John Stearns
2024-11-05 12:51:38 -08:00
parent 920be6d01d
commit 7c5b173838

View File

@@ -62,7 +62,8 @@ const ALLOWED_AUTO_EXECUTE_COMMANDS = [
'npx',
'tsc',
'git log',
'git diff'
'git diff',
'list'
] as const
export class Cline {