Files
hermes-web-ui/packages
ekko 10d2f892ff fix: group-chat agent client use dynamic port instead of hardcoded 8648 (#539)
The connect() method defaulted to port 8648, causing websocket connection
refused errors when the server was started with a custom port via
`hermes-web-ui start <port>` or PORT env var. Now reads from process.env.PORT.

Closes #536

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-08 14:04:51 +08:00
..