📗 modeValidation.ts

This commit is contained in:
nirholas
2026-03-31 10:23:59 +00:00
parent 7139a6f2eb
commit 208345a48d

View File

@@ -113,3 +113,4 @@ export function getAutoAllowedCommands(
): readonly string[] { ): readonly string[] {
return mode === 'acceptEdits' ? ACCEPT_EDITS_ALLOWED_COMMANDS : [] return mode === 'acceptEdits' ? ACCEPT_EDITS_ALLOWED_COMMANDS : []
} }