[PR #12743] feat(opencode): add backend server selection options for acp mode #14350

Open
opened 2026-02-16 18:19:09 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/12743

State: open
Merged: No


What does this PR do?

Allows app connections to specify a shared server backend for open code. This means you can have one server process, multiple acp connections.

How did you verify your code works?

Started server with opencode serve --port 4097 connected two acp clients to it from separate neovim by specifying opencode app --connect http://localhost:4097 for the launch lines of the acp clients in CodeCompanion.

Fixes #12853

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/12743 **State:** open **Merged:** No --- ### What does this PR do? Allows app connections to specify a shared server backend for open code. This means you can have one server process, multiple acp connections. ### How did you verify your code works? Started server with `opencode serve --port 4097` connected two acp clients to it from separate neovim by specifying `opencode app --connect http://localhost:4097` for the launch lines of the acp clients in CodeCompanion. Fixes #12853
yindo added the pull-request label 2026-02-16 18:19:09 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#14350