Refresh Codex protocol schemas

This commit is contained in:
Codex
2026-06-23 11:20:03 +00:00
parent 595e8aee0e
commit 85326d845d
75 changed files with 11791 additions and 3800 deletions

View File

@@ -89,12 +89,24 @@
"ConfigRequirements": {
"type": "object",
"properties": {
"allowAppshots": {
"type": [
"boolean",
"null"
]
},
"allowManagedHooksOnly": {
"type": [
"boolean",
"null"
]
},
"allowRemoteControl": {
"type": [
"boolean",
"null"
]
},
"allowedApprovalPolicies": {
"type": [
"array",
@@ -113,13 +125,13 @@
"type": "boolean"
}
},
"allowedPermissions": {
"allowedPermissionProfiles": {
"type": [
"array",
"object",
"null"
],
"items": {
"type": "string"
"additionalProperties": {
"type": "boolean"
}
},
"allowedSandboxModes": {
@@ -140,6 +152,15 @@
"$ref": "#/definitions/WebSearchMode"
}
},
"allowedWindowsSandboxImplementations": {
"type": [
"array",
"null"
],
"items": {
"$ref": "#/definitions/WindowsSandboxSetupMode"
}
},
"computerUse": {
"anyOf": [
{
@@ -150,6 +171,12 @@
}
]
},
"defaultPermissions": {
"type": [
"string",
"null"
]
},
"enforceResidency": {
"anyOf": [
{
@@ -470,7 +497,7 @@
"type": "string",
"enum": [
"allow",
"none"
"deny"
]
},
"ResidencyRequirement": {
@@ -492,8 +519,16 @@
"enum": [
"disabled",
"cached",
"indexed",
"live"
]
},
"WindowsSandboxSetupMode": {
"type": "string",
"enum": [
"elevated",
"unelevated"
]
}
}
}