From 3eb9115cefbee2035e0e95ef744e33c3b8aacb51 Mon Sep 17 00:00:00 2001 From: pash-openai Date: Wed, 4 Mar 2026 20:23:20 -0800 Subject: [PATCH] [tui] Update fast mode plan usage copy (#13515) ## Summary - update the /fast slash command description from 3X to 2X plan usage ## Testing - not run (copy-only change) --- codex-rs/tui/src/slash_command.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/tui/src/slash_command.rs b/codex-rs/tui/src/slash_command.rs index e8830d8d4..b4669645d 100644 --- a/codex-rs/tui/src/slash_command.rs +++ b/codex-rs/tui/src/slash_command.rs @@ -90,7 +90,7 @@ impl SlashCommand { SlashCommand::MemoryDrop => "DO NOT USE", SlashCommand::MemoryUpdate => "DO NOT USE", SlashCommand::Model => "choose what model and reasoning effort to use", - SlashCommand::Fast => "toggle Fast mode to enable fastest inference at 3X plan usage", + SlashCommand::Fast => "toggle Fast mode to enable fastest inference at 2X plan usage", SlashCommand::Personality => "choose a communication style for Codex", SlashCommand::Realtime => "toggle realtime voice mode (experimental)", SlashCommand::Settings => "configure realtime microphone/speaker",