models-manager/src/model_presets.rs
/// Legacy notice keys kept for config compatibility with older migration prompts.////// Hardcoded model presets were removed; model listings are now derived from the active catalog.pub const HIDE_GPT5_1_MIGRATION_PROMPT_CONFIG: &str = "hide_gpt5_1_migration_prompt";pub const HIDE_GPT_5_1_CODEX_MAX_MIGRATION_PROMPT_CONFIG: &str = "hide_gpt-5.1-codex-max_migration_prompt";