Merge remote-tracking branch 'origin/main' into codex/prefix-compaction-prewarm

This commit is contained in:
Rohit Arunachalam
2026-04-17 15:21:54 -07:00
134 changed files with 7815 additions and 823 deletions

View File

@@ -2063,6 +2063,16 @@
],
"type": "string"
},
"RateLimitReachedType": {
"enum": [
"rate_limit_reached",
"workspace_owner_credits_depleted",
"workspace_member_credits_depleted",
"workspace_owner_usage_limit_reached",
"workspace_member_usage_limit_reached"
],
"type": "string"
},
"RateLimitSnapshot": {
"properties": {
"credits": {
@@ -2107,6 +2117,16 @@
}
]
},
"rateLimitReachedType": {
"anyOf": [
{
"$ref": "#/definitions/RateLimitReachedType"
},
{
"type": "null"
}
]
},
"secondary": {
"anyOf": [
{