Summary
Add image generation support to room chat, mirroring the existing 1:1 chat implementation. The shape and process are identical — the main delta is pulling messages from the room's message store rather than the persona message store.
Design Notes
- Image gen UI already exists and works in 1:1 chats
- Rooms use a different root object in state (
room.messages vs persona messages)
- The generation flow, prompt synthesis, and result handling should be reusable as-is
- Estimated effort: small — state source swap + wiring the button into RoomChatPanel
Summary
Add image generation support to room chat, mirroring the existing 1:1 chat implementation. The shape and process are identical — the main delta is pulling messages from the room's message store rather than the persona message store.
Design Notes
room.messagesvs persona messages)