mirror of
https://github.com/openai/codex.git
synced 2026-04-29 02:41:12 +03:00
app server request/response structure for sandbox nux
This commit is contained in:
@@ -3268,6 +3268,25 @@
|
||||
"type": "object"
|
||||
}
|
||||
]
|
||||
},
|
||||
"WindowsSandboxNuxStartParams": {
|
||||
"properties": {
|
||||
"surface": {
|
||||
"$ref": "#/definitions/WindowsSandboxNuxSurface"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"surface"
|
||||
],
|
||||
"type": "object"
|
||||
},
|
||||
"WindowsSandboxNuxSurface": {
|
||||
"enum": [
|
||||
"tui",
|
||||
"codexApp",
|
||||
"vscode"
|
||||
],
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"description": "Request from the client to the server.",
|
||||
@@ -4111,6 +4130,30 @@
|
||||
"title": "Config/batchWriteRequest",
|
||||
"type": "object"
|
||||
},
|
||||
{
|
||||
"properties": {
|
||||
"id": {
|
||||
"$ref": "#/definitions/RequestId"
|
||||
},
|
||||
"method": {
|
||||
"enum": [
|
||||
"windowsSandbox/nuxStart"
|
||||
],
|
||||
"title": "WindowsSandbox/nuxStartRequestMethod",
|
||||
"type": "string"
|
||||
},
|
||||
"params": {
|
||||
"$ref": "#/definitions/WindowsSandboxNuxStartParams"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"method",
|
||||
"params"
|
||||
],
|
||||
"title": "WindowsSandbox/nuxStartRequest",
|
||||
"type": "object"
|
||||
},
|
||||
{
|
||||
"properties": {
|
||||
"id": {
|
||||
|
||||
Reference in New Issue
Block a user