mirror of
https://github.com/openai/codex.git
synced 2026-05-01 01:47:18 +00:00
Add approval allow-prefix flow in core and tui
This commit is contained in:
@@ -95,6 +95,7 @@ async fn codex_delegate_forwards_exec_approval_and_proceeds_on_approval() {
|
||||
.submit(Op::ExecApproval {
|
||||
id: "0".into(),
|
||||
decision: ReviewDecision::Approved,
|
||||
allow_prefix: None,
|
||||
})
|
||||
.await
|
||||
.expect("submit exec approval");
|
||||
|
||||
Reference in New Issue
Block a user