From 8f4e00e1f1ec787523ef5979eac14792c20410b6 Mon Sep 17 00:00:00 2001 From: jif-oai Date: Thu, 4 Dec 2025 15:13:49 +0000 Subject: [PATCH] chore: tool tip for /prompt (#7591) --- codex-rs/tui/tooltips.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/tui/tooltips.txt b/codex-rs/tui/tooltips.txt index 70c254d29..f4291f3bf 100644 --- a/codex-rs/tui/tooltips.txt +++ b/codex-rs/tui/tooltips.txt @@ -5,7 +5,7 @@ Use /feedback to send logs to the maintainers when something looks off. Switch models or reasoning effort quickly with /model. You can run any shell commands from codex using `!` (e.g. `!ls`) Type / to open the command popup; Tab autocompletes slash commands and saved prompts. -Use /prompts: key=value to expand a saved prompt with placeholders before sending. +You can define your own `/` commands with custom prompts. More info here: https://developers.openai.com/codex/guides/slash-commands#create-your-own-slash-commands-with-custom-prompts With the composer empty, press Esc to step back and edit your last message; Enter confirms. Paste an image with Ctrl+V to attach it to your next message. You can resume a previous conversation by running `codex resume`