codex - 💡(How to fix) Fix Docs: /side works in Codex App but is missing from App commands page

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…

Root Cause

/side is the Codex equivalent of a side-question flow that does not pollute the main thread. It is especially useful during long-running App threads, but currently it is not discoverable from the App commands docs.

Code Example

gh search issues --repo openai/codex '"/side" "docs"' --state open --limit 30
# no results

gh search issues --repo openai/codex '"/side" "app" "slash"' --state open --limit 30
# no results
RAW_BUFFERClick to expand / collapse

What issue are you seeing?

/side works in the Codex App, but the Codex App commands page does not list it.

The App commands page currently lists /feedback, /goal, /mcp, /plan, /review, and /status, while the CLI slash command docs list /side as “Start an ephemeral side conversation.”

Expected behavior

Please add /side to the Codex App commands page, since it is supported in the App.

Why this matters

/side is the Codex equivalent of a side-question flow that does not pollute the main thread. It is especially useful during long-running App threads, but currently it is not discoverable from the App commands docs.

References

Prior issue search

I checked for likely duplicates before filing:

gh search issues --repo openai/codex '"/side" "docs"' --state open --limit 30
# no results

gh search issues --repo openai/codex '"/side" "app" "slash"' --state open --limit 30
# no results

Related but not duplicates:

  • #18125: original request for side questions, closed after /side was added to CLI.
  • #18884: asks for /btw alias and /recap, not App command docs.
  • #24041: App slash menu hides built-ins like /status and /review, not specifically /side missing from App docs.

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

Please add /side to the Codex App commands page, since it is supported in the App.

Still need to ship something?

×6

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

Back to top recommendations

TRENDING

codex - 💡(How to fix) Fix Docs: /side works in Codex App but is missing from App commands page