codex: pass cwd through sandboxed fs ops

This commit is contained in:
starr-openai
2026-04-03 22:46:55 -07:00
parent f8f806b873
commit 1b71b9c392
30 changed files with 544 additions and 61 deletions

View File

@@ -181,6 +181,17 @@
},
"description": "Request metadata for an absolute path.",
"properties": {
"cwd": {
"anyOf": [
{
"$ref": "#/definitions/AbsolutePathBuf"
},
{
"type": "null"
}
],
"description": "Optional cwd to resolve legacy sandbox workspace roots against."
},
"path": {
"allOf": [
{