Skip to content

Commit 76450bc

Browse files
committed
fix(tui): make GPT-5.2 link clickable
1 parent 228dd8f commit 76450bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code-rs/tui/src/model_migration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pub(crate) fn migration_copy_for_key(key: &str) -> ModelMigrationCopy {
4646
content: &[
4747
"OpenAI's latest frontier agentic coding model is here: gpt-5.2-codex.",
4848
"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",
49+
"Learn more: https://openai.com/index/introducing-gpt-5-2-codex/",
5050
],
5151
can_opt_out: true,
5252
},

0 commit comments

Comments
 (0)