🔀 Split-Port Mode
API and Dashboard can now run on separate ports for advanced deployment scenarios.
Highlights
- Opt-in split-port:
API_PORTandDASHBOARD_PORTenv vars - API Bridge Server: routes only OpenAI-compatible paths on the API port
- Centralized port resolution across server, CLI, OAuth, and cloud sync
- 30s proxy timeout prevents resource exhaustion
- 14 unit tests for runtime port resolution
- Docker support: healthcheck extracted, compose files updated
Dependencies
- Bump
actions/upload-artifact4 → 7 - Bump
actions/download-artifact4 → 8
Community contribution by @npmSteven — PR #140
Full Changelog: v1.5.0...v1.6.0