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

@@ -2,7 +2,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": {