Plumb local and remote environment selection through threads and fs APIs

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
starr-openai
2026-04-15 19:06:31 -07:00
parent 279091af9c
commit a0ac728158
77 changed files with 982 additions and 43 deletions

View File

@@ -157,6 +157,13 @@
"null"
]
},
"environmentId": {
"description": "Optional environment selection. Use `\"local\"` or `\"remote\"`, or omit the field to use the default environment.",
"type": [
"string",
"null"
]
},
"ephemeral": {
"type": [
"boolean",