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

@@ -16,6 +16,13 @@
],
"description": "Absolute destination path."
},
"environmentId": {
"description": "Optional environment selection. Use `\"local\"` or `\"remote\"`, or omit the field to use the default environment.",
"type": [
"string",
"null"
]
},
"recursive": {
"description": "Required for directory copies; ignored for file copies.",
"type": "boolean"