From 7f2ca502f5da5eaed5b07a212e7c6636632962ad Mon Sep 17 00:00:00 2001 From: Eric Traut Date: Thu, 12 Mar 2026 09:12:38 -0600 Subject: [PATCH] Updated out-of-date tip about availability on free and go plans (#14471) This addresses #14464 --- codex-rs/tui/src/tooltips.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/tui/src/tooltips.rs b/codex-rs/tui/src/tooltips.rs index 4cdfeced5..c2719b1cb 100644 --- a/codex-rs/tui/src/tooltips.rs +++ b/codex-rs/tui/src/tooltips.rs @@ -16,7 +16,7 @@ const FAST_TOOLTIP: &str = "*New* Use **/fast** to enable our fastest inference const OTHER_TOOLTIP: &str = "*New* Build faster with the **Codex App**. Run 'codex app' or visit https://chatgpt.com/codex?app-landing-page=true"; const OTHER_TOOLTIP_NON_MAC: &str = "*New* Build faster with Codex."; const FREE_GO_TOOLTIP: &str = - "*New* Codex is included in your plan for free through *March 2nd* – let’s build together."; + "*New* For a limited time, Codex is included in your plan for free – let’s build together."; const RAW_TOOLTIPS: &str = include_str!("../tooltips.txt");