P7-009: Web chat — WebSocket integration, streaming, conversation switching #120
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Wire real WebSocket chat in the Next.js web app. Connect to gateway WS endpoint, implement message streaming with proper React state, conversation switching, and error handling. Replace the current placeholder chat UI with functional real-time chat.