andy-stack_vaultkeeper-ai/Modals
Andrew Beal 6be51ebaae fix: prevent race conditions in chat lifecycle and conversation management
- Add abort flag to prevent semaphore double-release during stop
- Stop active chats before deleting conversations to avoid state corruption
- Treat empty search terms as explicit request for all files
2025-10-14 23:45:10 +01:00
..
ConversationHistoryModal.ts fix: prevent race conditions in chat lifecycle and conversation management 2025-10-14 23:45:10 +01:00
ConversationHistoryModalSvelte.svelte Refactor AI function handling by introducing AIFunctionCall and AIFunctionResponse classes, updating function definitions, and enhancing conversation content management. Remove unused code and improve service registration for AIFunctionService. 2025-10-06 23:01:20 +01:00