andy-stack_vaultkeeper-ai/Components
Andrew Beal ba8db87ffd refactor: use promptContent for user messages across AI providers
Standardize message extraction logic to use promptContent field for user roles and content field for assistant roles. Update all AI provider implementations (Claude, OpenAI, Gemini) and corresponding tests. Remove trailing space insertion in ChatInput and clean up minor formatting issues.
2025-10-31 18:32:40 +00:00
..
ChatArea.svelte refactor: make scroll behavior configurable in ChatArea 2025-10-24 18:16:38 +01:00
ChatAreaThought.svelte refactor: migrate to Obsidian theme variables for consistent theming 2025-10-17 23:51:23 +01:00
ChatInput.svelte refactor: use promptContent for user messages across AI providers 2025-10-31 18:32:40 +00:00
ChatSearchResults.svelte fix: remove min query length requirement and improve search UI styling 2025-10-29 21:33:45 +00:00
ChatWindow.svelte feature: implement fuzzysearch service 2025-10-29 19:35:19 +00:00
StreamingIndicator.svelte feature: implement fuzzysearch service 2025-10-29 19:35:19 +00:00
TopBar.svelte feature: implement fuzzysearch service 2025-10-29 19:35:19 +00:00