config: use gpt-5.2-codex as openai fallback

This commit is contained in:
Josh Palmer 2026-02-01 17:03:10 +01:00
parent 6a8b189421
commit 3f04ee8675

View File

@ -90,7 +90,7 @@ in
};
model = {
primary = "anthropic/claude-opus-4-5";
fallbacks = [ "openai/gpt-5-codex" ];
fallbacks = [ "openai/gpt-5.2-codex" ];
};
};
agents.list = [