chore: comment out --allow-dangerously-skip-permissions option
This commit is contained in:
parent
19112528d5
commit
38a604e60e
10
src/main.tsx
10
src/main.tsx
|
|
@ -1440,11 +1440,11 @@ async function run(): Promise<CommanderCommand> {
|
|||
"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 <mode>",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user