diff --git a/codex-rs/app-server-protocol/schema/json/EventMsg.json b/codex-rs/app-server-protocol/schema/json/EventMsg.json index d40d7aa042..2a19920a6a 100644 --- a/codex-rs/app-server-protocol/schema/json/EventMsg.json +++ b/codex-rs/app-server-protocol/schema/json/EventMsg.json @@ -544,12 +544,6 @@ } ] }, - "EscalationStatus": { - "enum": [ - "approved", - "rejected" - ], - "type": "string" "ElicitationRequest": { "oneOf": [ { @@ -600,6 +594,13 @@ } ] }, + "EscalationStatus": { + "enum": [ + "approved", + "rejected" + ], + "type": "string" + }, "EventMsg": { "description": "Response event from the agent NOTE: Make sure none of these values have optional types, as it will mess up the extension code-gen.", "oneOf": [ diff --git a/codex-rs/app-server-protocol/schema/json/codex_app_server_protocol.schemas.json b/codex-rs/app-server-protocol/schema/json/codex_app_server_protocol.schemas.json index 905ac54911..80dc0e3350 100644 --- a/codex-rs/app-server-protocol/schema/json/codex_app_server_protocol.schemas.json +++ b/codex-rs/app-server-protocol/schema/json/codex_app_server_protocol.schemas.json @@ -1774,12 +1774,6 @@ "title": "DynamicToolCallResponse", "type": "object" }, - "EscalationStatus": { - "enum": [ - "approved", - "rejected" - ], - "type": "string" "ElicitationRequest": { "oneOf": [ { @@ -1830,6 +1824,13 @@ } ] }, + "EscalationStatus": { + "enum": [ + "approved", + "rejected" + ], + "type": "string" + }, "EventMsg": { "$schema": "http://json-schema.org/draft-07/schema#", "description": "Response event from the agent NOTE: Make sure none of these values have optional types, as it will mess up the extension code-gen.",