mirror of
https://github.com/openai/codex.git
synced 2026-09-13 11:47:17 +00:00
Remove execve guardian short-circuit note
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -434,9 +434,6 @@ impl CoreShellActionProvider {
|
||||
let approval_id = Some(Uuid::new_v4().to_string());
|
||||
Ok(stopwatch
|
||||
.pause_for(async move {
|
||||
// Guardian-routed execve reviews short-circuit in
|
||||
// `process_decision()` before calling this helper. `prompt()`
|
||||
// is only the human approval path.
|
||||
let available_decisions = vec![
|
||||
Some(ReviewDecision::Approved),
|
||||
// Currently, ApprovedForSession is only honored for skills,
|
||||
|
||||
Reference in New Issue
Block a user