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

@@ -8,6 +8,13 @@
},
"description": "Create a directory on the host filesystem.",
"properties": {
"environmentId": {
"description": "Optional environment selection. Use `\"local\"` or `\"remote\"`, or omit the field to use the default environment.",
"type": [
"string",
"null"
]
},
"path": {
"allOf": [
{