-
Notifications
You must be signed in to change notification settings - Fork 95
Description
I'm curious about any thoughts on how to better support OpenCode, which offers better integration paths compared to the other agents, but that kind of is against the TUI-parsing approach that has been used so far.
Notes about opencode:
- supports an SDK to run a server, clients, interact with the TUI/session programmatically
- supports an ACP connection
I have been working on a coder module for opencode, and finally got it working. However, it is really difficult to use. I can't see which agent or model is active. It is really hard to switch models. I believe that the same interface that opencode has using ACP was created for Goose and both are used in this way in the Zen editor. There are some definite limitations, but it would be a better UX for sure.
I would consider contributing better support for opencode if there are any suggestions for desired path forward.
