summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2026-01-13 13:57:34 -0600
committerAiden Cline <[email protected]>2026-01-13 13:57:34 -0600
commit1550ae47c0beb02a6d3a7162a00465c0207ac50f (patch)
tree46f90747d15aeecc578156a6b830652af9ce37c6
parent33ba064c40925670b4b4a1286e2afd5ef26df862 (diff)
downloadopencode-1550ae47c0beb02a6d3a7162a00465c0207ac50f.tar.gz
opencode-1550ae47c0beb02a6d3a7162a00465c0207ac50f.zip
add family to gpt 5.2 codex in codex plugin
-rw-r--r--packages/opencode/src/plugin/codex.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/opencode/src/plugin/codex.ts b/packages/opencode/src/plugin/codex.ts
index 4e2b28379..91e66197f 100644
--- a/packages/opencode/src/plugin/codex.ts
+++ b/packages/opencode/src/plugin/codex.ts
@@ -387,6 +387,7 @@ export async function CodexAuthPlugin(input: PluginInput): Promise<Hooks> {
headers: {},
release_date: "2025-12-18",
variants: {} as Record<string, Record<string, any>>,
+ family: "gpt-codex",
}
model.variants = ProviderTransform.variants(model)
provider.models["gpt-5.2-codex"] = model