Docs: /side works in Codex App but is missing from App commands page
Open 💬 0 comments Opened May 27, 2026 by alibrohde
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
- App commands docs: https://developers.openai.com/codex/app/commands
- CLI slash commands docs: https://developers.openai.com/codex/cli/slash-commands
- Changelog 0.122.0: https://developers.openai.com/codex/changelog
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
/sidewas added to CLI. - #18884: asks for
/btwalias and/recap, not App command docs. - #24041: App slash menu hides built-ins like
/statusand/review, not specifically/sidemissing from App docs.