mirror of
https://github.com/openai/codex.git
synced 2026-04-24 22:54:54 +00:00
Update copy (#10256)
<img width="839" height="62" alt="image" src="https://github.com/user-attachments/assets/ca987cdb-9e8c-403e-8856-a9b37baa7673" />
This commit is contained in:
@@ -726,16 +726,17 @@ pub fn new_approval_decision_cell(
|
||||
],
|
||||
)
|
||||
}
|
||||
ApprovedExecpolicyAmendment { .. } => {
|
||||
let snippet = Span::from(exec_snippet(&command)).dim();
|
||||
ApprovedExecpolicyAmendment {
|
||||
proposed_execpolicy_amendment,
|
||||
} => {
|
||||
let snippet = Span::from(exec_snippet(&proposed_execpolicy_amendment.command)).dim();
|
||||
(
|
||||
"✔ ".green(),
|
||||
vec![
|
||||
"You ".into(),
|
||||
"approved".bold(),
|
||||
" codex to run ".into(),
|
||||
" codex to always run commands that start with ".into(),
|
||||
snippet,
|
||||
" and applied the execpolicy amendment".bold(),
|
||||
],
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user