refactor: adding allow_prefix into ApprovedAllowPrefix

This commit is contained in:
kevin zhao
2025-11-20 20:25:25 -05:00
parent d4d293fcf0
commit 02c66be831
12 changed files with 38 additions and 76 deletions

View File

@@ -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.