When typing `/` in the input box, the slash command menu does not appear.
Open 💬 1 comment Opened Apr 1, 2026 by tienanh0903k
What version of the IDE extension are you using?
Codex – OpenAI’s coding agent v26.5325.31654 (pre-release)
What subscription do you have?
gpt plus
Which IDE are you using?
antigravity
What platform is your computer?
window
What issue are you seeing?
When I type / in the chat input, the slash command menu does not appear.
Expected behavior:
Typing / should open the list of available slash commands, for example /status.
Actual behavior:
The input only inserts the / character. No command suggestions, dropdown, or slash command picker is shown.
I do not see a specific error message. The issue is that the slash command UI never appears, so commands cannot be discovered or selected from the input box.
What steps can reproduce the bug?
- Open Codex in the workspace.
- Click into the chat input box.
- Type
/. - Observe that no slash command suggestion menu appears.
- Try typing a known command such as
/status. - Observe that it is treated as plain text instead of showing or invoking slash command behavior.
What is the expected behavior?
When typing / in the chat input, Codex should display a list of available slash commands.
The user should be able to:
- see command suggestions immediately after typing
/ - navigate the command list
- select a command such as
/status - run the command through the normal slash command workflow
Additional information
_No response_
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗