Updated out-of-date tip about availability on free and go plans (#14471)

This addresses #14464
This commit is contained in:
Eric Traut 2026-03-12 09:12:38 -06:00 committed by GitHub
parent 745ed4e5e0
commit 7f2ca502f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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* lets build together.";
"*New* For a limited time, Codex is included in your plan for free lets build together.";
const RAW_TOOLTIPS: &str = include_str!("../tooltips.txt");