andy-stack_vaultkeeper-ai/Services
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
..
AIFunctionService.ts feature: implement fuzzysearch service 2025-10-29 19:35:19 +00:00
ChatService.ts refactor: use promptContent for user messages across AI providers 2025-10-31 18:32:40 +00:00
ConversationFileSystemService.ts Add promptContent parameter to ConversationContent class 2025-10-29 19:41:05 +00:00
ConversationNamingService.ts refactor: improve path sanitization and remove unused chat area code 2025-10-24 17:25:32 +01:00
DependencyService.ts test: add cleanup to prevent memory leaks in test suites 2025-10-30 12:15:35 +00:00
FileSystemService.ts feature: implement fuzzysearch service 2025-10-29 19:35:19 +00:00
InputService.ts refactor: improve backspace handling for non-editable elements 2025-10-31 18:03:00 +00:00
SanitiserService.ts feature: implement fuzzysearch service 2025-10-29 19:35:19 +00:00
ServiceRegistration.ts Convert input helpers into service. 2025-10-29 19:46:20 +00:00
Services.ts Convert input helpers into service. 2025-10-29 19:46:20 +00:00
StatusBarService.ts feat: add animated token counter to status bar 2025-10-17 22:40:12 +01:00
StreamingMarkdownService.ts feature: implement fuzzysearch service 2025-10-29 19:35:19 +00:00
StreamingService.ts feature: implement fuzzysearch service 2025-10-29 19:35:19 +00:00
UserInputService.ts fix: remove min query length requirement and improve search UI styling 2025-10-29 21:33:45 +00:00
VaultCacheService.ts feat: implement rich text input with search trigger system 2025-10-31 15:03:40 +00:00
VaultService.ts feat: implement rich text input with search trigger system 2025-10-31 15:03:40 +00:00
WorkSpaceService.ts refactor: improve dependency injection type safety and add AI exclusions setting 2025-10-12 21:26:01 +01:00