chore(coding-agent): replace exa with eza in plan-mode extension (#3240)

- replace the plan-mode safe-command allowlist entry from `exa` to `eza`
- closes #3160
This commit is contained in:
Ramiz Wachtler
2026-04-15 20:45:31 +02:00
committed by GitHub
parent c623ada3e2
commit dee3d8c6a8
2 changed files with 2 additions and 1 deletions

View File

@@ -91,7 +91,7 @@ const SAFE_PATTERNS = [
/^\s*rg\b/,
/^\s*fd\b/,
/^\s*bat\b/,
/^\s*exa\b/,
/^\s*eza\b/,
];
export function isSafeCommand(command: string): boolean {