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

@@ -15252,9 +15252,13 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"cwd": {
"type": [
"string",
"null"
"anyOf": [
{
"$ref": "#/definitions/AbsolutePathBuf"
},
{
"type": "null"
}
]
},
"mode": {
@@ -15316,4 +15320,4 @@
},
"title": "CodexAppServerProtocolV2",
"type": "object"
}
}