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

@@ -47,6 +47,10 @@
"type": "string"
}
},
"useStateDbOnly": {
"description": "If true, return from the state DB without scanning JSONL rollouts to repair thread metadata. Omitted or false preserves scan-and-repair behavior.",
"type": "boolean"
},
"searchTerm": {
"description": "Optional substring filter for the extracted thread title.",
"type": [
@@ -85,10 +89,6 @@
"items": {
"$ref": "#/definitions/ThreadSourceKind"
}
},
"useStateDbOnly": {
"description": "If true, return from the state DB without scanning JSONL rollouts to repair thread metadata. Omitted or false preserves scan-and-repair behavior.",
"type": "boolean"
}
},
"definitions": {
@@ -116,7 +116,8 @@
"type": "string",
"enum": [
"created_at",
"updated_at"
"updated_at",
"recency_at"
]
},
"ThreadSourceKind": {