codex: revert thread command output delta raw-bytes followup (#14988)

This commit is contained in:
Eric Traut
2026-03-18 12:57:51 -06:00
parent e2b5dbcb65
commit f4d42d019b
14 changed files with 11 additions and 78 deletions

View File

@@ -725,17 +725,8 @@
"CommandExecutionOutputDeltaNotification": {
"properties": {
"delta": {
"description": "Best-effort UTF-8 view of the output chunk for backwards compatibility.",
"type": "string"
},
"deltaBase64": {
"default": null,
"description": "Exact raw bytes for the chunk, base64-encoded.",
"type": [
"string",
"null"
]
},
"itemId": {
"type": "string"
},