andy-stack_vaultkeeper-ai/__tests__
Andrew Beal 8db67a23e5 Migrate to mobile compatible api's for handling buffers.
- Add validation check for file ID after upload attempt
- Clear existing file ID before re-uploading to prevent stale IDs
- Replace Node.js Buffer with standard Uint8Array/ArrayBuffer for cross-platform compatibility
- Add missing Content-Type header for Gemini file uploads
- Update tests to use TextDecoder for ArrayBuffer inspection
2025-12-23 16:03:49 +00:00
..
AIClasses Migrate to mobile compatible api's for handling buffers. 2025-12-23 16:03:49 +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 Add exclusion filtering to active file retrieval 2025-12-23 14:08:10 +00:00
setup.ts feat: implement centralized abort controller with enhanced cancellation UX 2025-12-04 23:04:20 +00:00