Skip to content

Add gpt-5.4 and gpt-5.3-codex-spark to Codex model options#117

Merged
YushengAuggie merged 1 commit intomainfrom
agent/issue-116
Mar 9, 2026
Merged

Add gpt-5.4 and gpt-5.3-codex-spark to Codex model options#117
YushengAuggie merged 1 commit intomainfrom
agent/issue-116

Conversation

@poe-code-agent
Copy link
Contributor

@poe-code-agent poe-code-agent bot commented Mar 9, 2026

Summary

Adds gpt-5.4 and gpt-5.3-codex-spark to the CODEX_MODELS allowlist in src/cli/constants.ts so both models are surfaced in the poe-code Codex setup/configuration flow without requiring manual edits to config.toml.

Closes #116

Changes

  • src/cli/constants.ts: Prepended openai/gpt-5.4 (as the new default/top option) and added openai/gpt-5.3-codex-spark to the CODEX_MODELS array.
  • e2e/codex.test.ts: Updated the expected default model in the generated config from gpt-5.3-codex to gpt-5.4, reflecting the new preferred default.

Acceptance Criteria Met

  • gpt-5.4 and gpt-5.3-codex-spark now appear as selectable options in the CLI configuration flow.
  • A config generated via npx poe-code@latest wrap codex or npx poe-code@latest configure codex will use gpt-5.4 by default without any manual config.toml edits.
  • E2E test updated to validate the new default model value.

Add openai/gpt-5.4 as the new default Codex model and add
openai/gpt-5.3-codex-spark as an additional selectable option.
Update e2e test to reflect the new default.
@YushengAuggie YushengAuggie merged commit c532adf into main Mar 9, 2026
3 checks passed
@YushengAuggie YushengAuggie self-requested a review March 9, 2026 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add GPT-5.4 as a selectable model in poe-code Codex setup

1 participant