andy-stack_vaultkeeper-ai/Enums
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
..
AIFunction.ts feat: add ListVaultFiles function and improve search behavior 2025-11-01 11:43:32 +00:00
ApiProvider.ts refactor: replace API provider dropdown with model selection dropdown 2025-10-21 22:14:35 +01:00
Copy.ts fix: prevent empty messages and assistant-to-assistant structure 2025-11-09 13:57:47 +00:00
FileEvent.ts feat: add VaultCacheService and vault monitoring capabilities 2025-10-25 12:46:07 +01:00
Greeting.ts Add greeting messages based on time of day and implement TopBar component 2025-10-02 09:34:54 +01:00
Path.ts feat: add multi-term search and user instruction UI with file path setting 2025-11-02 20:16:06 +00:00
Role.ts Refactor conversation content handling and improve error messages 2025-10-20 08:30:08 +01:00
SearchTrigger.ts Replace Node.js path module with path-browserify for browser compatibility 2025-11-04 19:12:30 +00:00
Selector.ts feat: implement help modal with topic navigation and content display 2025-11-08 13:31:53 +00:00