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

@@ -6113,17 +6113,8 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"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"
},
@@ -13151,7 +13142,7 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"command": {
"description": "Shell command string evaluated by the thread's configured shell. Unlike `command/exec`, this intentionally preserves shell syntax such as pipes, redirects, and quoting for legacy `!` parity.",
"description": "Shell command string evaluated by the thread's configured shell. Unlike `command/exec`, this intentionally preserves shell syntax such as pipes, redirects, and quoting.",
"type": "string"
},
"threadId": {