From f29a0defa2329cf2477d80ccee67b3d6c86d0a2a Mon Sep 17 00:00:00 2001 From: Matt Ridley Date: Mon, 26 Jan 2026 23:55:44 +0000 Subject: [PATCH] fix: remove cli tooltip references to custom prompts (#9901) Custom prompts are now deprecated, however are still references in tooltips. Remove the relevant tips from the repository. Closes #9900 --- codex-rs/tui/tooltips.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/codex-rs/tui/tooltips.txt b/codex-rs/tui/tooltips.txt index 302a2b1ea..31819c662 100644 --- a/codex-rs/tui/tooltips.txt +++ b/codex-rs/tui/tooltips.txt @@ -10,8 +10,7 @@ Use /fork to branch the current chat into a new thread. Use /init to create an AGENTS.md with project-specific guidance. Use /mcp to list configured MCP tools. You can run any shell command from Codex using `!` (e.g. `!ls`) -Type / to open the command popup; Tab autocompletes slash commands and saved prompts. -You can define your own `/` commands with custom prompts. More info: https://developers.openai.com/codex/guides/slash-commands#create-your-own-slash-commands-with-custom-prompts +Type / to open the command popup; Tab autocompletes slash commands. When the composer is empty, press Esc to step back and edit your last message; Enter confirms. Press Tab to queue a message instead of sending it immediately; Enter always sends immediately. Paste an image with Ctrl+V to attach it to your next message.