codex: address PR review feedback (#14988)

This commit is contained in:
Eric Traut
2026-03-18 12:40:22 -06:00
parent 8a3d8c5c16
commit e2b5dbcb65
30 changed files with 89 additions and 144 deletions

View File

@@ -2,6 +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.",
"type": "string"
},
"threadId": {