mirror of
https://github.com/openai/codex.git
synced 2026-04-28 02:11:08 +03:00
stop model migration screen after first time. (#6954)
it got serialized wrong.
This commit is contained in:
@@ -379,6 +379,7 @@ pub struct Notice {
|
||||
/// Tracks whether the user has seen the model migration prompt
|
||||
pub hide_gpt5_1_migration_prompt: Option<bool>,
|
||||
/// Tracks whether the user has seen the gpt-5.1-codex-max migration prompt
|
||||
#[serde(rename = "hide_gpt-5.1-codex-max_migration_prompt")]
|
||||
pub hide_gpt_5_1_codex_max_migration_prompt: Option<bool>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user