Welcome caribou

<img width="1536" height="1024" alt="image"
src="https://github.com/user-attachments/assets/2a67b21f-40cf-4518-aee4-691af331ab50"
/>
This commit is contained in:
Ahmed Ibrahim
2025-12-18 08:58:44 -08:00
committed by GitHub
parent 4c9d589f14
commit f084e5264b
15 changed files with 180 additions and 63 deletions

View File

@@ -5,8 +5,8 @@ expression: popup
Select Model and Effort
Access legacy models by running codex -m <model_name> or in your config.toml
1. gpt-5.1-codex-max (default) Latest Codex-optimized flagship for deep and
fast reasoning.
1. gpt-5.1-codex-max (default) Codex-optimized flagship for deep and fast
reasoning.
2. gpt-5.1-codex-mini Optimized for codex. Cheaper, faster, but
less capable.
3. gpt-5.2 Latest frontier model with improvements

View File

@@ -355,7 +355,7 @@ mod tests {
"gpt-5.1-codex-mini",
"gpt-5.1-codex-max",
"gpt-5.1-codex-max".to_string(),
Some("Latest Codex-optimized flagship for deep and fast reasoning.".to_string()),
Some("Codex-optimized flagship for deep and fast reasoning.".to_string()),
true,
),
);
@@ -405,7 +405,7 @@ mod tests {
"gpt-5-codex",
"gpt-5.1-codex-max",
"gpt-5.1-codex-max".to_string(),
Some("Latest Codex-optimized flagship for deep and fast reasoning.".to_string()),
Some("Codex-optimized flagship for deep and fast reasoning.".to_string()),
false,
),
);

View File

@@ -2,13 +2,13 @@
source: tui2/src/model_migration.rs
expression: terminal.backend()
---
> Try gpt-5.1-codex-max
We recommend switching from gpt-5.1-codex-mini to
gpt-5.1-codex-max.
Latest Codex-optimized flagship for deep and fast
reasoning.
Codex-optimized flagship for deep and fast reasoning.
You can continue using gpt-5.1-codex-mini if you prefer.

View File

@@ -2,12 +2,12 @@
source: tui2/src/model_migration.rs
expression: terminal.backend()
---
> Try gpt-5.1-codex-max
We recommend switching from gpt-5-codex to
gpt-5.1-codex-max.
Latest Codex-optimized flagship for deep and fast
reasoning.
Codex-optimized flagship for deep and fast reasoning.
Press enter to continue