andy-stack_vaultkeeper-ai/__tests__/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
..
Conversation.test.ts feat: add support for file attachments via drag and drop and paste. 2025-12-22 20:02:02 +00:00
ConversationContent.test.ts Update remaining unit tests. 2025-12-20 09:55:15 +00:00