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