Skip to content

[gpt5-codex-models] feat(models): add GPT-5 Codex presets and model info (low/medium/high)#170

Closed
just-every-code wants to merge 1 commit into
mainfrom
issue-169
Closed

[gpt5-codex-models] feat(models): add GPT-5 Codex presets and model info (low/medium/high)#170
just-every-code wants to merge 1 commit into
mainfrom
issue-169

Conversation

@just-every-code
Copy link
Copy Markdown

This PR adds first-class support for the new GPT‑5 Codex tiered models (low, medium, high).

Summary of changes

  • Core: recognize gpt-5-codex-* in model info with 400k context / 128k max output.
  • Common: expose three new built-in model presets so the TUI and MCP server can select them easily:
    • gpt-5-codex-low
    • gpt-5-codex-medium
    • gpt-5-codex-high

Rationale

  • Codex CLI now surfaces new GPT‑5 Codex variants; exposing them in code keeps UX parity and lets users pick these tiers directly without manual config.
  • Model info ensures sensible defaults for context/max output so token usage displays correctly and compacting thresholds behave as expected.

Validation

  • Ran ./build-fast.sh from repo root; build completed cleanly with no warnings or errors.
  • Verified presets compile and appear via the shared presets table used by TUI/MCP.

Non-goals

  • No changes to workflows, secrets, or CI.
  • No behavior changes for existing models.

Closes #169.

Auto-generated for issue #169 by a workflow.
Author: @github-actions[bot]

@github-actions
Copy link
Copy Markdown

@zemaj zemaj closed this Sep 16, 2025
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.

Support for new GPT-5 Codex models

2 participants