Skip to content

Conversation

@charley-oai
Copy link
Collaborator

@charley-oai charley-oai commented Jan 7, 2026

With config.toml:

model = "gpt-5.1-codex"

(where gpt-5.1-codex has show_in_picker: false in model_presets.rs; this happens if the user hasn't used codex in a while so they didn't see the popup before their model was changed to show_in_picker: false)

The upgrade picker used to not show (because gpt-5.1-codex was filtered out of the model list in code). Now, the filtering is done downstream in tui and app-server, so the model upgrade popup shows:

Screenshot 2026-01-06 at 5 04 37 PM

@github-actions
Copy link
Contributor

github-actions bot commented Jan 7, 2026

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@charley-oai
Copy link
Collaborator Author

I have read the CLA Document and I hereby sign the CLA

github-actions bot added a commit that referenced this pull request Jan 7, 2026
Copy link
Contributor

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: f97815797f

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

@charley-oai charley-oai force-pushed the fix-model-upgrade-popup-for-invisible-selected-model branch from f978157 to e67b55f Compare January 7, 2026 01:27
Copy link
Collaborator

@aibrahim-oai aibrahim-oai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome!

@charley-oai charley-oai force-pushed the fix-model-upgrade-popup-for-invisible-selected-model branch from e67b55f to f821de2 Compare January 7, 2026 01:38
@charley-oai charley-oai force-pushed the fix-model-upgrade-popup-for-invisible-selected-model branch from f821de2 to 9fc047b Compare January 7, 2026 01:42
@aibrahim-oai
Copy link
Collaborator

@codex is the changes in tui the same as tui2? It needs to be the same. fix it if not.

@chatgpt-codex-connector
Copy link
Contributor

Summary

  • Matched tui2’s rate-limit nudge preset selection to tui by filtering out models with show_in_picker = false.

Testing

  • just fmt
  • just fix -p codex-tui2
  • cargo test -p codex-tui2

View task →

@charley-oai charley-oai merged commit 3389465 into main Jan 7, 2026
26 checks passed
@charley-oai charley-oai deleted the fix-model-upgrade-popup-for-invisible-selected-model branch January 7, 2026 03:32
@github-actions github-actions bot locked and limited conversation to collaborators Jan 7, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants