From c3d5102f73bcb9dce6234d69a5cf6269adfdad90 Mon Sep 17 00:00:00 2001 From: Thibault Sottiaux Date: Sun, 14 Dec 2025 20:02:41 -0800 Subject: [PATCH] chore: fix tooltip typos and align tone (#8047) --- codex-rs/tui/tooltips.txt | 8 ++++---- codex-rs/tui2/tooltips.txt | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/codex-rs/tui/tooltips.txt b/codex-rs/tui/tooltips.txt index f4291f3bf..b15bcdbd1 100644 --- a/codex-rs/tui/tooltips.txt +++ b/codex-rs/tui/tooltips.txt @@ -1,11 +1,11 @@ Use /compact when the conversation gets long to summarize history and free up context. -Start a fresh idea with /new; the previous session stays available in history. +Start a fresh idea with /new; the previous session stays in history. If a turn went sideways, /undo asks Codex to revert the last changes. 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`) +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 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. +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 +When the composer is 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` diff --git a/codex-rs/tui2/tooltips.txt b/codex-rs/tui2/tooltips.txt index f4291f3bf..b15bcdbd1 100644 --- a/codex-rs/tui2/tooltips.txt +++ b/codex-rs/tui2/tooltips.txt @@ -1,11 +1,11 @@ Use /compact when the conversation gets long to summarize history and free up context. -Start a fresh idea with /new; the previous session stays available in history. +Start a fresh idea with /new; the previous session stays in history. If a turn went sideways, /undo asks Codex to revert the last changes. 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`) +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 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. +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 +When the composer is 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`