Skip to content

Commit 6d67b8b

Browse files
authored
stop model migration screen after first time. (#6954)
it got serialized wrong.
1 parent 74a7567 commit 6d67b8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codex-rs/core/src/config/types.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@ pub struct Notice {
379379
/// Tracks whether the user has seen the model migration prompt
380380
pub hide_gpt5_1_migration_prompt: Option<bool>,
381381
/// 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")]
382383
pub hide_gpt_5_1_codex_max_migration_prompt: Option<bool>,
383384
}
384385

0 commit comments

Comments
 (0)