We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a7567 commit 6d67b8bCopy full SHA for 6d67b8b
codex-rs/core/src/config/types.rs
@@ -379,6 +379,7 @@ pub struct Notice {
379
/// Tracks whether the user has seen the model migration prompt
380
pub hide_gpt5_1_migration_prompt: Option<bool>,
381
/// Tracks whether the user has seen the gpt-5.1-codex-max migration prompt
382
+ #[serde(rename = "hide_gpt-5.1-codex-max_migration_prompt")]
383
pub hide_gpt_5_1_codex_max_migration_prompt: Option<bool>,
384
}
385
0 commit comments