What happened?
Typing /? seems to act as a shortcut for /help, but pressing Enter only autocompletes it to /help—it doesn't execute the command. As a result, the user has to press Enter twice: /? → Enter → /help → Enter.
What did you expect to happen?
Pressing Enter after /? should immediately execute the /help command.
Client information
- CLI Version: 0.1.12
- Git Commit: b29c02d (local modifications)
- Operating System: linux v20.19.3
- Sandbox Environment: no sandbox
- Model Version: gemini-2.5-pro
- Memory Usage: 173.6 MB
Login information
No response
Anything else we need to know?
/? appears to be a shortcut for /help in code, but the current behavior only triggers autocomplete, not execution, which can be confusing for users.
What happened?
Typing
/?seems to act as a shortcut for/help, but pressing Enter only autocompletes it to/help—it doesn't execute the command. As a result, the user has to press Enter twice:/?→ Enter →/help→ Enter.What did you expect to happen?
Pressing Enter after
/?should immediately execute the/helpcommand.Client information
Login information
No response
Anything else we need to know?
/?appears to be a shortcut for/helpin code, but the current behavior only triggers autocomplete, not execution, which can be confusing for users.