codex: fix remaining CI failures on PR #13681

Update resume expectations for replayed response metadata and regenerate app-server protocol schema fixtures.

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Charles Cunningham
2026-03-05 22:17:53 -08:00
parent d180f88e79
commit 1e080a5871
7 changed files with 140 additions and 1 deletions

View File

@@ -5448,6 +5448,36 @@
"title": "ExitedReviewModeEventMsg",
"type": "object"
},
{
"properties": {
"request_id": {
"default": null,
"type": [
"string",
"null"
]
},
"response_id": {
"default": null,
"type": [
"string",
"null"
]
},
"type": {
"enum": [
"response_metadata"
],
"title": "ResponseMetadataEventMsgType",
"type": "string"
}
},
"required": [
"type"
],
"title": "ResponseMetadataEventMsg",
"type": "object"
},
{
"properties": {
"item": {