mirror of
https://github.com/openai/codex.git
synced 2026-04-29 08:56:38 +00:00
allow apps to specify cwd for sandbox setup.
This commit is contained in:
@@ -2864,6 +2864,13 @@
|
||||
},
|
||||
"WindowsSandboxSetupStartParams": {
|
||||
"properties": {
|
||||
"cwd": {
|
||||
"format": "path",
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"mode": {
|
||||
"$ref": "#/definitions/WindowsSandboxSetupMode"
|
||||
}
|
||||
@@ -3908,4 +3915,4 @@
|
||||
}
|
||||
],
|
||||
"title": "ClientRequest"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user