Merge remote-tracking branch 'origin/main' into codex/viyatb/network-proxy-feature-flag

This commit is contained in:
viyatb-oai
2026-03-07 23:52:18 -08:00
116 changed files with 6664 additions and 1601 deletions

View File

@@ -16996,9 +16996,13 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"cwd": {
"type": [
"string",
"null"
"anyOf": [
{
"$ref": "#/definitions/v2/AbsolutePathBuf"
},
{
"type": "null"
}
]
},
"mode": {
@@ -17061,4 +17065,4 @@
},
"title": "CodexAppServerProtocol",
"type": "object"
}
}