allow apps to specify cwd for sandbox setup.

This commit is contained in:
iceweasel-oai
2026-03-04 09:01:36 -08:00
parent 8a59386273
commit 334232f049
9 changed files with 39 additions and 7 deletions

View File

@@ -15325,6 +15325,13 @@
"WindowsSandboxSetupStartParams": {
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"cwd": {
"format": "path",
"type": [
"string",
"null"
]
},
"mode": {
"$ref": "#/definitions/v2/WindowsSandboxSetupMode"
}
@@ -15385,4 +15392,4 @@
},
"title": "CodexAppServerProtocol",
"type": "object"
}
}