We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a394661 commit 36e51e4Copy full SHA for 36e51e4
codex-rs/core/src/tools/sandboxing.rs
@@ -98,6 +98,7 @@ pub(crate) enum ApprovalRequirement {
98
/// Approval required for this tool call
99
NeedsApproval {
100
reason: Option<String>,
101
+ /// Prefix that can be whitelisted via execpolicy to skip future approvals for similar commands
102
allow_prefix: Option<Vec<String>>,
103
},
104
/// Execution forbidden for this tool call
0 commit comments