mirror of
https://github.com/openai/codex.git
synced 2026-05-28 06:55:01 +00:00
feat(attestation): request device attestation from desktop app
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -1604,6 +1604,15 @@ async fn handle_server_request(
|
||||
)
|
||||
.await
|
||||
}
|
||||
ServerRequest::AttestationGenerate { request_id, .. } => {
|
||||
reject_server_request(
|
||||
client,
|
||||
request_id,
|
||||
&method,
|
||||
"attestation generation is not supported in exec mode".to_string(),
|
||||
)
|
||||
.await
|
||||
}
|
||||
ServerRequest::ApplyPatchApproval { request_id, params } => {
|
||||
reject_server_request(
|
||||
client,
|
||||
|
||||
Reference in New Issue
Block a user