diff --git a/src/main.tsx b/src/main.tsx index 87e4d2e5f..27563e2dd 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -1440,11 +1440,11 @@ async function run(): Promise { "Bypass all permission checks. Recommended only for sandboxes with no internet access.", () => true, ) - .option( - "--allow-dangerously-skip-permissions", - "Enable bypassing all permission checks as an option, without it being enabled by default. Recommended only for sandboxes with no internet access.", - () => true, - ) + // .option( + // "--allow-dangerously-skip-permissions", + // "Enable bypassing all permission checks as an option, without it being enabled by default. Recommended only for sandboxes with no internet access.", + // () => true, + // ) .addOption( new Option( "--thinking ",