[FEATURE]:ACP slash commands / help #2243

Closed
opened 2026-02-16 17:34:48 -05:00 by yindo · 8 comments
Owner

Originally created by @poelzi on GitHub (Oct 23, 2025).

Originally assigned to: @rekram1-node on GitHub.

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

Tried opencode with zed + ACP and found that / commands are not supported yet.

The /help command is not supported by opencode.

Available commands: none

I try to use spec-kit with it, which requires custom / commands. With claude-code this thing is magic, but I try to use the planning phase with gpt-5 pro on this project via opencode.

Originally created by @poelzi on GitHub (Oct 23, 2025). Originally assigned to: @rekram1-node on GitHub. ### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request Tried opencode with zed + ACP and found that / commands are not supported yet. ``` The /help command is not supported by opencode. Available commands: none ``` I try to use [spec-kit](https://github.com/github/spec-kit) with it, which requires custom / commands. With claude-code this thing is magic, but I try to use the planning phase with gpt-5 pro on this project via opencode.
yindo added the discussion label 2026-02-16 17:34:48 -05:00
yindo closed this issue 2026-02-16 17:34:48 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Oct 23, 2025):

This issue might be a duplicate of existing issues. Please check:

  • #2407: [feat: Add support for ACP (agent client protocol)] - This older issue specifically requests ACP support for OpenCode, which would include slash command functionality that you're looking for with Zed
  • #2454: [Feature Request: ACP (Agent Client Protocol)] - Another request for ACP implementation in OpenCode
  • #3353: [Opencode in Zed editor] - User having issues with OpenCode ACP integration in Zed, similar to your use case

Feel free to ignore if none of these address your specific case regarding slash commands in the ACP implementation.

@github-actions[bot] commented on GitHub (Oct 23, 2025): This issue might be a duplicate of existing issues. Please check: - #2407: [feat: Add support for ACP (agent client protocol)] - This older issue specifically requests ACP support for OpenCode, which would include slash command functionality that you're looking for with Zed - #2454: [Feature Request: ACP (Agent Client Protocol)] - Another request for ACP implementation in OpenCode - #3353: [Opencode in Zed editor] - User having issues with OpenCode ACP integration in Zed, similar to your use case Feel free to ignore if none of these address your specific case regarding slash commands in the ACP implementation.
Author
Owner

@rekram1-node commented on GitHub (Oct 23, 2025):

I will look into that

@rekram1-node commented on GitHub (Oct 23, 2025): I will look into that
Author
Owner

@rekram1-node commented on GitHub (Oct 25, 2025):

should be fixed in next release, 0.15.17 (not released yet)

@rekram1-node commented on GitHub (Oct 25, 2025): should be fixed in next release, 0.15.17 (not released yet)
Author
Owner

@deemkeen commented on GitHub (Oct 26, 2025):

did someone manage to make the slash commands work? tested 0.15.8 with zed, but slash commands are not supported

@deemkeen commented on GitHub (Oct 26, 2025): did someone manage to make the slash commands work? tested 0.15.8 with zed, but slash commands are not supported
Author
Owner

@rekram1-node commented on GitHub (Oct 26, 2025):

slash command work but it only loads your user defined ones rn, I can add in some default ones like /init but slash commands via acp are only gonna act like “commands” in our tui, you cant open modals via slash commands in acp rn

@rekram1-node commented on GitHub (Oct 26, 2025): slash command work but it only loads your user defined ones rn, I can add in some default ones like /init but slash commands via acp are only gonna act like “commands” in our tui, you cant open modals via slash commands in acp rn
Author
Owner

@deemkeen commented on GitHub (Oct 26, 2025):

@rekram1-node i see, thanks for the clarification! somehow the zed+claude combination has got this default slash-commands, at least most of them are available, so they are not exposed by the acp protocol, but baked in programmatically?

@deemkeen commented on GitHub (Oct 26, 2025): @rekram1-node i see, thanks for the clarification! somehow the zed+claude combination has got this default slash-commands, at least most of them are available, so they are not exposed by the acp protocol, but baked in programmatically?
Author
Owner

@rekram1-node commented on GitHub (Oct 26, 2025):

@deemkeen we can add default slash commands too I was just saying I dont think they can open modals

But like /init for example is one we can add, we could technically do any slash commands that dont require a modal to open afaik so really anything other than

/help
/models
/agents

should be possible, I will copy over some defaults

@rekram1-node commented on GitHub (Oct 26, 2025): @deemkeen we can add default slash commands too I was just saying I dont think they can open modals But like /init for example is one we can add, we could technically do any slash commands that dont require a modal to open afaik so really anything other than /help /models /agents should be possible, I will copy over some defaults
Author
Owner

@deemkeen commented on GitHub (Oct 26, 2025):

@rekram1-node perfect, would be glad to check this out!

@deemkeen commented on GitHub (Oct 26, 2025): @rekram1-node perfect, would be glad to check this out!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#2243