From 7111a580b166dbc80df9f5ad95ef4ec7003e7c3b Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim Date: Thu, 26 Feb 2026 17:39:57 -0800 Subject: [PATCH] codex: tweak show_nux_new wording (#12972) --- codex-rs/protocol/src/openai_models.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/protocol/src/openai_models.rs b/codex-rs/protocol/src/openai_models.rs index fbfc9f0000..a4cd8e6b67 100644 --- a/codex-rs/protocol/src/openai_models.rs +++ b/codex-rs/protocol/src/openai_models.rs @@ -123,7 +123,7 @@ pub struct ModelPreset { pub upgrade: Option, /// Whether this preset should appear in the picker UI. pub show_in_picker: bool, - /// Whether the TUI should surface the new-model startup tip for this preset. + /// Whether to show NUX for this preset. #[serde(default)] pub show_nux_new: bool, /// whether this model is supported in the api