andy-stack_vaultkeeper-ai/Conversations
Andrew Beal a4800bd6da refactor: convert attachments to file-based storage with lazy loading.
Migrate attachment storage from base64-in-JSON to separate binary files with SHA-256 naming, add automatic garbage collection, implement lazy loading via getBase64() and getMimeType() methods, normalize text MIME types, add image resizing, and update all AI provider integrations. Fix small issue that caused the chat area to scroll down on message streaming end even when scrolled up.
2026-02-15 22:46:25 +00:00
..
Attachment.ts refactor: convert attachments to file-based storage with lazy loading. 2026-02-15 22:46:25 +00:00
Conversation.ts Rename 'AIfunction' to 'AITool' globally. 2026-01-30 22:35:54 +00:00
ConversationContent.ts refactor: streamline planning UX and strengthen complexity gate 2026-01-03 11:15:32 +00:00
Reference.ts refactor: centralize icon handling and improve attachment UI 2025-12-23 20:18:27 +00:00