mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
stop model migration screen after first time. (#6954)
it got serialized wrong.
This commit is contained in:
committed by
GitHub
Unverified
parent
74a75679d9
commit
6d67b8b283
@@ -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