From ce02159f6002c27e3d56caa2964210f14b12180b Mon Sep 17 00:00:00 2001 From: Michael Bolin Date: Thu, 29 Jan 2026 12:25:55 -0800 Subject: [PATCH] fix: /approvals -> /permissions --- 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 dc2d2faa679..455ae5cd03b 100644 --- a/codex-rs/tui/tooltips.txt +++ b/codex-rs/tui/tooltips.txt @@ -2,7 +2,7 @@ Use /compact when the conversation gets long to summarize history and free up co Start a fresh idea with /new; the previous session stays in history. Use /feedback to send logs to the maintainers when something looks off. Switch models or reasoning effort quickly with /model. -Use /approvals to control when Codex asks for confirmation. +Use /permissions to control when Codex asks for confirmation. Run /review to get a code review of your current changes. Use /skills to list available skills or ask Codex to use one. Use /status to see the current model, approvals, and token usage.