Skip to content

Commit 90e38fd

Browse files
msadiksTest User
authored andcommitted
feat: add "gpt-5.4" to codex allowed models list (anomalyco#16274)
1 parent 803282c commit 90e38fd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/opencode/src/plugin/codex.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ export async function CodexAuthPlugin(input: PluginInput): Promise<Hooks> {
362362
"gpt-5.1-codex-max",
363363
"gpt-5.1-codex-mini",
364364
"gpt-5.2",
365+
"gpt-5.4",
365366
"gpt-5.2-codex",
366367
"gpt-5.3-codex",
367368
"gpt-5.1-codex",

0 commit comments

Comments
 (0)