anomalyco / anomalyco/opencode
TUI: command aliases not shown in /-suggestions popup
Open
@simonklee is already working on this.
Since Jul 21, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Description
The TUI slash-command popup (triggered by typing /) shows primary command names but not their aliases.
For example:
- /new\ appears, but its alias /clear\ does not
- /exit\ appears, but /quit\ and /q\ do not
- /compact\ appears, but /summarize\ does not
- /sessions\ appears, but /resume\ and /continue\ do not
All aliases work when typed manually — they just don't autocomplete in the suggestions list.
Expected
Aliases should appear in the suggestions popup alongside (or below) the primary command name, e.g. /new (alias: /clear)\ or as separate entries so users discover them.
Environment
- OpenCode version: latest (as of 2026-07-20)
- Platform: Windows
- TUI mode: yes
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.