Merge pull request #9443 from Kilo-Org/upstream/codex-remove-task-line

Allowlist GPT 5.5 for Codex
This commit is contained in:
Joshua Lambert
2026-04-23 17:58:26 -04:00
committed by GitHub
+1
View File
@@ -380,6 +380,7 @@ export async function CodexAuthPlugin(input: PluginInput): Promise<Hooks> {
"gpt-5.3-codex",
"gpt-5.4",
"gpt-5.4-mini",
"gpt-5.5",
])
for (const [modelId, model] of Object.entries(provider.models)) {
if (modelId.includes("codex")) continue