mirror of
https://github.com/openai/codex.git
synced 2026-04-30 09:26:44 +00:00
Add approval allow-prefix flow in core and tui
This commit is contained in:
@@ -1524,6 +1524,7 @@ async fn run_scenario(scenario: &ScenarioSpec) -> Result<()> {
|
||||
.submit(Op::ExecApproval {
|
||||
id: "0".into(),
|
||||
decision: *decision,
|
||||
allow_prefix: None,
|
||||
})
|
||||
.await?;
|
||||
wait_for_completion(&test).await;
|
||||
|
||||
Reference in New Issue
Block a user