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.",
|
"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>",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user