Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions codex-rs/tui/src/model_migration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,9 @@ fn gpt_5_1_codex_max_migration_copy() -> ModelMigrationCopy {
),
Line::from(vec![
"Learn more at ".into(),
"www.openai.com/index/gpt-5-1-codex-max".cyan().underlined(),
"https://openai.com/index/gpt-5-1-codex-max/"
.cyan()
.underlined(),
".".into(),
]),
],
Expand All @@ -312,7 +314,7 @@ fn gpt5_migration_copy() -> ModelMigrationCopy {
),
Line::from(vec![
"Learn more at ".into(),
"www.openai.com/index/gpt-5-1".cyan().underlined(),
"https://openai.com/index/gpt-5-1/".cyan().underlined(),
".".into(),
]),
Line::from(vec!["Press enter to continue".dim()]),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ expression: terminal.backend()
than its predecessors and capable of long-running
project-scale work.

Learn more at www.openai.com/index/gpt-5-1-codex-max.
Learn more at https://openai.com/index/gpt-5-1-codex-max/.

Choose how you'd like Codex to proceed.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ expression: terminal.backend()
You can continue using legacy models by specifying them
directly with the -m option or in your config.toml.

Learn more at www.openai.com/index/gpt-5-1.
Learn more at https://openai.com/index/gpt-5-1/.

Press enter to continue
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ expression: terminal.backend()
You can continue using legacy models by specifying them
directly with the -m option or in your config.toml.

Learn more at www.openai.com/index/gpt-5-1.
Learn more at https://openai.com/index/gpt-5-1/.

Press enter to continue
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ expression: terminal.backend()
You can continue using legacy models by specifying them
directly with the -m option or in your config.toml.

Learn more at www.openai.com/index/gpt-5-1.
Learn more at https://openai.com/index/gpt-5-1/.

Press enter to continue
Loading