codex - 💡(How to fix) Fix Provide in-app help for TUI slash commands [2 comments, 3 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openai/codex#20279Fetched 2026-04-30 06:30:44
View on GitHub
Comments
2
Participants
3
Timeline
7
Reactions
0
Timeline (top)
labeled ×3commented ×2closed ×1renamed ×1

Root Cause

Users can discover codex --help shell commands, but not all TUI-only slash commands such as /status, /fast, /feedback, /ps, /stop, /clear, and /personality.

RAW_BUFFERClick to expand / collapse

Product

Codex CLI / interactive TUI

Version

codex-cli 0.125.0

Problem

There is no discoverable single-step command to list all interactive TUI slash commands.

codex --help lists shell subcommands, but not the interactive slash commands. Inside the TUI, /help is unrecognized and tells the user to type /, which opens an interactive picker. That picker requires scrolling and is not easy to copy, export, or reference outside the TUI.

Reproduction

  1. Run codex --no-alt-screen.
  2. In the TUI, type /help and press Enter.
  3. Observe: Unrecognized command '/help'. Type "/" for a list of supported commands.
  4. Type /.
  5. Observe: the slash command picker appears, but there is no single command that prints the full list.

Expected behavior

There should be a single-step way to view or copy all interactive TUI slash commands, for example /help, /commands, or codex commands, with descriptions.

Actual behavior

/help is unrecognized. / opens only an interactive picker.

Why this matters

Users can discover codex --help shell commands, but not all TUI-only slash commands such as /status, /fast, /feedback, /ps, /stop, /clear, and /personality.

Related feedback thread

The Codex TUI /feedback flow recorded feedback without logs and returned thread ID 019ddb89-c637-7a73-bb5a-289e114898fa.

extent analysis

TL;DR

Implement a new command, such as /commands or codex commands, to list all interactive TUI slash commands with descriptions.

Guidance

  • Consider adding a new TUI command, e.g., /commands, to display the list of available slash commands and their descriptions.
  • Update the codex --help output to mention the new command or provide a way to access the list of TUI commands.
  • Review the related feedback thread 019ddb89-c637-7a73-bb5a-289e114898fa to understand user expectations and pain points.
  • Evaluate the feasibility of exporting the list of TUI commands to a file or allowing users to copy the list for reference outside the TUI.

Example

No code snippet is provided as the issue does not contain sufficient technical details.

Notes

The solution may require changes to the Codex CLI codebase, and the exact implementation details are not specified in the issue.

Recommendation

Apply workaround: Implement a new command, such as /commands, to list all interactive TUI slash commands, as this addresses the user's need for a single-step way to view or copy the list of available commands.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

There should be a single-step way to view or copy all interactive TUI slash commands, for example /help, /commands, or codex commands, with descriptions.

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING