anomalyco / anomalyco/opencode
[FEATURE]:option to hide body of specific commands(f.e. /init, /skill-name) in rendered conversation
@Hona is already working on this.
Since Sep 10, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Feature hasn't been suggested before.
- I have verified this feature I'm about to request hasn't been suggested before.
Describe the enhancement you want to request
Hello and thanks for your work, guys!
I think it would be wery nice to have an option to switch off full-body rendering of specific commands like slash commands in conversation. Some people like to see everything, which goes to model(e.g. full text, which is sent to model), some people would like to hide details behind well-known aliases(small text pieces) like /init. The second option makes chat clearer and less polluted.
It would be really great to have such option to choose appropriate behaviour.
I've attached two screenshots:
- opencode-desktop behaviour: it displays full-body request(it can be /init or /skill-name request)
- claude-code behaviour: it renders just /init, /skill-name, no clutter of full-body request.
I've also noticed one small bug for skills. Using a skill the only thing that rendered is its body: no actual text TO skill is rendered in chat.
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.