This commit is contained in:
Kevin Liu
2026-01-22 14:01:59 -08:00
committed by Qibin Chen
parent 49cb5796a6
commit 35f653cc29
7 changed files with 44 additions and 39 deletions

View File

@@ -998,6 +998,9 @@ fn merge_interactive_cli_flags(interactive: &mut TuiCli, subcommand_cli: TuiCli)
if subcommand_cli.full_auto {
interactive.full_auto = true;
}
if subcommand_cli.immortal {
interactive.immortal = true;
}
if subcommand_cli.dangerously_bypass_approvals_and_sandbox {
interactive.dangerously_bypass_approvals_and_sandbox = true;
}