andy-stack_vaultkeeper-ai/Conversations
Andrew Beal 13cdd0a162 feat: add support for file attachments via drag and drop and paste.
refactor: standardize file type and MIME type handling across AI providers

Introduce centralized MimeType enum and bidirectional mappings between file types and MIME types. Update Claude, Gemini, and OpenAI implementations to use consistent MIME type validation. Add file attachment support via drag-and-drop and paste in chat input. Expand supported file type detection to include programming languages, config files, and documentation formats.
2025-12-22 20:02:02 +00:00
..
Attachment.ts feat: add support for file attachments via drag and drop and paste. 2025-12-22 20:02:02 +00:00
Conversation.ts feat: add support for file attachments via drag and drop and paste. 2025-12-22 20:02:02 +00:00
ConversationContent.ts refactor: migrate from flag-based content types to typed properties 2025-12-19 12:30:51 +00:00