[PR #2120] feat(server): add unix domain socket support #10202

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

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

State: open
Merged: No


  • Add --unix option to serve and tui commands
  • Update Server.listen() to accept unix socket path
  • Unix socket overrides port/hostname when specified
  • Enables parallel testing with isolated instances

Fixes issue where multiple opencode instances needed unique socket addresses for parallel testing. Unix sockets provide deterministic addresses without port conflicts. Addresses: https://github.com/sst/opencode/issues/2119

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/2120 **State:** open **Merged:** No --- - Add --unix option to serve and tui commands - Update Server.listen() to accept unix socket path - Unix socket overrides port/hostname when specified - Enables parallel testing with isolated instances Fixes issue where multiple opencode instances needed unique socket addresses for parallel testing. Unix sockets provide deterministic addresses without port conflicts. Addresses: https://github.com/sst/opencode/issues/2119
yindo added the pull-request label 2026-02-16 18:14:49 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10202