codex: keep response metadata out of app-server schema

Mark response metadata as internal-only for schema export and strip it from app-server notifications while keeping rollout persistence intact.

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Charles Cunningham
2026-03-06 00:08:31 -08:00
parent 1e080a5871
commit 792478ef87
8 changed files with 24 additions and 133 deletions

View File

@@ -2680,36 +2680,6 @@
"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": {
@@ -8503,36 +8473,6 @@
"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": {