Build real-time chat interface in Workshop #9
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?
Context
Once a session is funded, the visitor chats with Timmy. Messages appear in the 3D
space — not a traditional chat window, but integrated into the environment.
Requirements
Integration Points
POST /api/sessions/:id/request— send messageGET /api/sessions/:id— poll session state (fallback)Acceptance Criteria
References
✅ Resolved — Real-time chat built (WebSocket + session streaming)