chore: comment out --allow-dangerously-skip-permissions option

This commit is contained in:
y574444354 2026-04-21 14:35:25 +08:00
parent 19112528d5
commit 38a604e60e

View File

@ -1440,11 +1440,11 @@ async function run(): Promise<CommanderCommand> {
"Bypass all permission checks. Recommended only for sandboxes with no internet access.", "Bypass all permission checks. Recommended only for sandboxes with no internet access.",
() => true, () => true,
) )
.option( // .option(
"--allow-dangerously-skip-permissions", // "--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.", // "Enable bypassing all permission checks as an option, without it being enabled by default. Recommended only for sandboxes with no internet access.",
() => true, // () => true,
) // )
.addOption( .addOption(
new Option( new Option(
"--thinking <mode>", "--thinking <mode>",