andy-stack_vaultkeeper-ai/__tests__
Andrew Beal ea9cd211fc refactor: extract MIME type mappings and improve attachment handling
- Move MimeTypeToFileTypes and FileTypeToMimeType mappings to dedicated FileTypeMimeTypeMapping enum file
- Add empty content validation for file attachments
- Add PDF support for Gemini
- Display attachment references in user messages with file info
- Fix OpenAI unsupported mime type message formatting
- Improve URI list handling in InputService to include text/plain
- Update chat area padding and styling for better attachment display
- Prevent drag selection on chat padding element
- Update test assertions for new unsupported mime type message format
2025-12-23 12:04:29 +00:00
..
AIClasses refactor: extract MIME type mappings and improve attachment handling 2025-12-23 12:04:29 +00:00
Components fix: use cursor position for search query extraction instead of full text 2025-12-11 17:11:41 +00:00
Conversations feat: add support for file attachments via drag and drop and paste. 2025-12-22 20:02:02 +00:00
Helpers refactor: consolidate string utilities into StringTools class 2025-11-12 21:12:36 +00:00
Services refactor: extract MIME type mappings and improve attachment handling 2025-12-23 12:04:29 +00:00
setup.ts feat: implement centralized abort controller with enhanced cancellation UX 2025-12-04 23:04:20 +00:00