andy-stack_vaultkeeper-ai/Services
Andrew Beal 679a94d173 feature: implement fuzzysearch service
refactor: rename type interfaces to use I prefix convention

Standardize naming by adding I prefix to all interface types across the codebase (StreamChunk → IStreamChunk, SearchMatch → ISearchMatch, etc.). Also rename conversationStore.ts to ConversationStore.ts for consistency.
2025-10-29 19:35:19 +00:00
..
AIFunctionService.ts feature: implement fuzzysearch service 2025-10-29 19:35:19 +00:00
ChatService.ts feature: implement fuzzysearch service 2025-10-29 19:35:19 +00:00
ConversationFileSystemService.ts feat: add updated timestamp tracking to conversations 2025-10-22 10:06:32 +01:00
ConversationNamingService.ts refactor: improve path sanitization and remove unused chat area code 2025-10-24 17:25:32 +01:00
DependencyService.ts Implement spike work for plugin. 2025-09-08 15:50:06 +01:00
FileSystemService.ts feature: implement fuzzysearch service 2025-10-29 19:35:19 +00:00
SanitiserService.ts feature: implement fuzzysearch service 2025-10-29 19:35:19 +00:00
ServiceRegistration.ts feature: implement fuzzysearch service 2025-10-29 19:35:19 +00:00
Services.ts feature: implement fuzzysearch service 2025-10-29 19:35:19 +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 feature: implement fuzzysearch service 2025-10-29 19:35:19 +00:00
VaultCacheService.ts feat: add fuzzy search for tags, files, and folders in vault cache 2025-10-25 16:17:45 +01:00
VaultService.ts feature: implement fuzzysearch service 2025-10-29 19:35:19 +00:00
WorkSpaceService.ts refactor: improve dependency injection type safety and add AI exclusions setting 2025-10-12 21:26:01 +01:00