chore: rm hardcoded conditional that was used for testing (#12371)

This commit is contained in:
Aiden Cline
2026-02-05 16:31:52 -06:00
committed by GitHub
parent a45841396f
commit 36637b3be0

View File

@@ -371,7 +371,7 @@ export async function CodexAuthPlugin(input: PluginInput): Promise<Hooks> {
}
}
if (!provider.models["gpt-5.3-codex"] || true) {
if (!provider.models["gpt-5.3-codex"]) {
const model = {
id: "gpt-5.3-codex",
providerID: "openai",