Skip to content

feat(rooms): image generation button in room chat UI #57

@Flare576

Description

@Flare576

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions