From c0cad80668d8bc94085d8a59da31255d3550c16c Mon Sep 17 00:00:00 2001 From: Josh McKinney Date: Fri, 30 Jan 2026 01:14:15 -0800 Subject: [PATCH] Add community links to startup tooltips (#10177) ## Summary - add startup tooltip for OpenAI community Discord - add startup tooltip for Codex community forum ## Testing - not run (text-only tooltip change) --- codex-rs/tui/tooltips.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/codex-rs/tui/tooltips.txt b/codex-rs/tui/tooltips.txt index 455ae5cd03..84a96f54d0 100644 --- a/codex-rs/tui/tooltips.txt +++ b/codex-rs/tui/tooltips.txt @@ -10,6 +10,8 @@ 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. Use the OpenAI docs MCP for API questions; enable it with `codex mcp add openaiDeveloperDocs --url https://developers.openai.com/mcp`. +Join the OpenAI community Discord: http://discord.gg/openai +Visit the Codex community forum: https://community.openai.com/c/codex/37 You can run any shell command from Codex using `!` (e.g. `!ls`) 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.