mirror of
https://github.com/openai/codex.git
synced 2026-05-04 21:32:21 +03:00
refactor: adding allow_prefix into ApprovedAllowPrefix
This commit is contained in:
@@ -285,13 +285,7 @@ async fn handle_exec_approval(
|
||||
)
|
||||
.await;
|
||||
|
||||
let _ = codex
|
||||
.submit(Op::ExecApproval {
|
||||
id,
|
||||
decision,
|
||||
allow_prefix: None,
|
||||
})
|
||||
.await;
|
||||
let _ = codex.submit(Op::ExecApproval { id, decision }).await;
|
||||
}
|
||||
|
||||
/// Handle an ApplyPatchApprovalRequest by consulting the parent session and replying.
|
||||
|
||||
Reference in New Issue
Block a user