codex: address PR review feedback (#14988)

This commit is contained in:
Eric Traut
2026-03-18 14:15:10 -06:00
parent 11a0166fe7
commit acb0aa06b3
7 changed files with 12 additions and 14 deletions

View File

@@ -2884,7 +2884,7 @@
"ThreadShellCommandParams": {
"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. This matches legacy TUI `!` behavior and runs unsandboxed with full access rather than inheriting the thread sandbox policy.",
"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. This runs unsandboxed with full access rather than inheriting the thread sandbox policy.",
"type": "string"
},
"threadId": {