Support Codex app-server 0.133

This commit is contained in:
Codex
2026-05-25 05:38:32 +00:00
parent c282674057
commit 9dbf7727c5
49 changed files with 4707 additions and 2203 deletions

View File

@@ -59,10 +59,11 @@
}
]
},
"sessionStartSource": {
"threadSource": {
"description": "Optional client-supplied analytics source classification for this thread.",
"anyOf": [
{
"$ref": "#/definitions/ThreadStartSource"
"$ref": "#/definitions/ThreadSource"
},
{
"type": "null"
@@ -75,15 +76,10 @@
"null"
]
},
"threadSource": {
"description": "Optional client-supplied analytics source classification for this thread.",
"anyOf": [
{
"$ref": "#/definitions/ThreadSource"
},
{
"type": "null"
}
"serviceTier": {
"type": [
"string",
"null"
]
},
"personality": {
@@ -108,13 +104,17 @@
"null"
]
},
"serviceName": {
"type": [
"string",
"null"
"sessionStartSource": {
"anyOf": [
{
"$ref": "#/definitions/ThreadStartSource"
},
{
"type": "null"
}
]
},
"serviceTier": {
"serviceName": {
"type": [
"string",
"null"