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 228dd8f commit 76450bcCopy full SHA for 76450bc
code-rs/tui/src/model_migration.rs
@@ -46,7 +46,7 @@ pub(crate) fn migration_copy_for_key(key: &str) -> ModelMigrationCopy {
46
content: &[
47
"OpenAI's latest frontier agentic coding model is here: gpt-5.2-codex.",
48
"Switch now for better coding results; you can keep your current model if you prefer.",
49
- "Learn more: openai.com/index/introducing-gpt-5-2-codex",
+ "Learn more: https://openai.com/index/introducing-gpt-5-2-codex/",
50
],
51
can_opt_out: true,
52
},
0 commit comments