Releases: zero469/opencode-relay-server
Releases · zero469/opencode-relay-server
Release list
v0.10.3
Full Changelog: v0.10.2...v0.10.3
v0.10.2 - Fix discover performance
Fixes
- Windows: Instance discovery now takes seconds instead of 4+ minutes (single netstat call + 15s timeout)
- macOS: Fixed lsof flags for proper cwd lookup, added timeouts to prevent hangs
v0.10.0 - Multi-instance Support
What's New
Multi-instance Support
Tunnel client can now discover and proxy to multiple opencode instances running on the same machine.
New Features:
- Auto-discovers all running opencode instances (refreshes every 30s)
- Route to specific instance via
/i/{port}/path prefix - New
/discoverendpoint returns list of all instances
API:
GET /proxy/{subdomain}/discover- List all instancesGET /proxy/{subdomain}/i/{port}/session/...- Route to specific instanceGET /proxy/{subdomain}/session/...- Default instance (backward compatible)
Backward Compatible: Existing apps continue to work without changes.