andy-stack_vaultkeeper-ai/Modals
Andrew Beal 0812e91c37 fix: prevent empty messages and assistant-to-assistant structure
- Filter out messages with empty content in Claude, Gemini, and OpenAI
- Insert hidden "Continue" message when last message is from assistant
- Remove function call JSON from assistant message content
- Hide empty messages in ChatArea UI
- Add GitHub link and about content to help modal
- Add comprehensive tests for message handling edge cases
2025-11-09 13:57:47 +00:00
..
ConversationHistoryModal.ts feat: add help modal button to top bar and update license to MIT 2025-11-07 00:28:22 +00:00
ConversationHistoryModalSvelte.svelte feat: implement help modal with topic navigation and content display 2025-11-08 13:31:53 +00:00
HelpModal.ts feat: implement help modal with topic navigation and content display 2025-11-08 13:31:53 +00:00
HelpModalSvelte.svelte fix: prevent empty messages and assistant-to-assistant structure 2025-11-09 13:57:47 +00:00