From 05e9c2cd759dbaa56e82c5bd60272a14ef61c18f Mon Sep 17 00:00:00 2001 From: jif-oai Date: Tue, 17 Feb 2026 18:04:33 +0000 Subject: [PATCH] Add /statusline tooltip entry (#12005) Summary - Add a brief tooltip pointing users to `/statusline` for configuring the status line content. Testing - Not run (not requested) --- codex-rs/tui/tooltips.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/codex-rs/tui/tooltips.txt b/codex-rs/tui/tooltips.txt index 22f6b3754..88f9de01c 100644 --- a/codex-rs/tui/tooltips.txt +++ b/codex-rs/tui/tooltips.txt @@ -6,6 +6,7 @@ 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. +Use /statusline to configure which items appear in the status line. 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.