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:
pakrym-oai
2026-01-30 12:57:19 -08:00
committed by GitHub
parent dd6c1d3787
commit aacd530a41

View File

@@ -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(),
],
)
}