Remove approval confirmation copy
CI / Rust Checks (push) Successful in 5m32s
CI / UI Checks (push) Successful in 5s
CI / Deployment Manifests (push) Successful in 3s
CI / Frontend E2E (push) Successful in 3m24s
CI / Deploy (push) Successful in 1m33s

This commit is contained in:
github-ops
2026-06-27 07:12:04 +00:00
parent d34c8a73d6
commit 2b2ff92146
14 changed files with 13 additions and 159 deletions
-4
View File
@@ -1086,8 +1086,6 @@ async fn maybe_create_pending_approval(
},
"expires_at": expires_at,
"risk_level": policy.risk_level,
"confirmation_title": policy.confirmation_title,
"confirmation_body": policy.confirmation_body_template,
"payload_preview": if policy.show_payload_preview {
arguments.clone()
} else {
@@ -1102,8 +1100,6 @@ async fn maybe_create_pending_approval(
operation_version: tool.operation.version,
status: ApprovalRequestStatus::Pending,
risk_level: policy.risk_level,
confirmation_title: policy.confirmation_title.clone(),
confirmation_body: policy.confirmation_body_template.clone(),
request_payload: arguments.clone(),
response_payload: None,
created_at: now,