andy-stack_vaultkeeper-ai/Services
Andrew Beal 4a42b1f84c Fix function call parsing and conversation loading issues
- Extract functionCall/functionResponse objects properly in Gemini
- Reset chat area state when loading conversations
- Add SanitiserService for path validation
- Prevent duplicate conversation names
- Improve chat scrolling and padding logic
- Clear streaming state on submission complete
2025-10-24 17:25:19 +01:00
..
AIFunctionService.ts Add Claude API provider support with streaming and tool integration 2025-10-19 14:23:24 +01:00
ChatService.ts Fix function call parsing and conversation loading issues 2025-10-24 17:25:19 +01:00
ConversationFileSystemService.ts feat: add updated timestamp tracking to conversations 2025-10-22 10:06:32 +01:00
ConversationNamingService.ts Fix function call parsing and conversation loading issues 2025-10-24 17:25:19 +01:00
DependencyService.ts Implement spike work for plugin. 2025-09-08 15:50:06 +01:00
FileSystemService.ts refactor: replace let with const for immutable variables 2025-10-18 00:28:23 +01:00
SanitiserService.ts Fix function call parsing and conversation loading issues 2025-10-24 17:25:19 +01:00
ServiceRegistration.ts Fix function call parsing and conversation loading issues 2025-10-24 17:25:19 +01:00
Services.ts Fix function call parsing and conversation loading issues 2025-10-24 17:25:19 +01:00
StatusBarService.ts feat: add animated token counter to status bar 2025-10-17 22:40:12 +01:00
StreamingMarkdownService.ts refactor: cache markdown permalinks and update SearchVaultFiles description 2025-10-15 00:11:54 +01:00
StreamingService.ts Fix: messages with function call and content were not being displayed. 2025-10-21 19:51:06 +01:00
VaultService.ts Fix function call parsing and conversation loading issues 2025-10-24 17:25:19 +01:00
WorkSpaceService.ts refactor: improve dependency injection type safety and add AI exclusions setting 2025-10-12 21:26:01 +01:00