-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Use markdown for migration screen #8952
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 9 commits
507c6b5
c0f8166
b6b58b6
878cc4d
367d11e
c001f4f
228f73b
a45dff8
9f196ea
b8d6b7e
5212950
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -410,6 +410,16 @@ fn gpt52_codex_upgrade() -> codex_protocol::openai_models::ModelUpgrade { | |
| "Codex is now powered by gpt-5.2-codex, our latest frontier agentic coding model. It is smarter and faster than its predecessors and capable of long-running project-scale work." | ||
| .to_string(), | ||
| ), | ||
| migration_markdown: Some( | ||
| r#"**Codex just got an upgrade. Introducing {model_to}.** | ||
|
|
||
| Codex is now powered by gpt-5.2-codex, our latest frontier agentic coding model. It is smarter and faster than its predecessors and capable of long-running project-scale work. | ||
|
|
||
| Learn more about {model_to} at https://openai.com/index/introducing-gpt-5-2-codex | ||
|
||
|
|
||
| You can continue using {model_from} if you prefer."# | ||
| .to_string(), | ||
| ), | ||
| } | ||
| } | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.