From 38a604e60e985f7e01cbeacbdc4fdf1b2e22fd4b Mon Sep 17 00:00:00 2001 From: y574444354 <574444354@qq.com> Date: Tue, 21 Apr 2026 14:35:25 +0800 Subject: [PATCH] chore: comment out --allow-dangerously-skip-permissions option --- src/main.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 ",