fix: drop invalid Codex app-server service tiers

This commit is contained in:
Peter Steinberger
2026-04-23 01:23:37 +01:00
parent 9f358456db
commit fa43cbfcba
7 changed files with 96 additions and 34 deletions

View File

@@ -83,7 +83,7 @@
"enum": ["user", "guardian_subagent"],
"default": "user"
},
"serviceTier": { "type": "string" }
"serviceTier": { "type": ["string", "null"], "enum": ["fast", "flex", null] }
}
}
}
@@ -165,7 +165,7 @@
},
"appServer.serviceTier": {
"label": "Service Tier",
"help": "Optional Codex service tier passed when starting or resuming threads.",
"help": "Optional Codex app-server service tier. Use fast, flex, or null.",
"advanced": true
}
}