andy-stack_vaultkeeper-ai/Services
Andrew Beal d58e9ef1ff refactor: enhance vault search to return content snippets with context
- Update SearchVaultFiles function to return contextual snippets instead of just file lists
- Implement snippet extraction with configurable context length (300 chars)
- Add snippet merging logic to consolidate overlapping matches
- Limit results to 20 randomly sampled matches when exceeding threshold
- Update return types across service layer to use SearchMatch/SearchSnippet
- Change regex flags to 'ig' for global case-insensitive matching
2025-10-14 19:50:45 +01:00
..
AIFunctionService.ts refactor: enhance vault search to return content snippets with context 2025-10-14 19:50:45 +01:00
ChatService.ts feat: add edit mode toggle to enable destructive AI actions 2025-10-13 19:12:06 +01:00
ConversationFileSystemService.ts refactor: centralize CSS class names in Selector enum 2025-10-13 13:14:54 +01:00
DependencyService.ts Implement spike work for plugin. 2025-09-08 15:50:06 +01:00
FileSystemService.ts refactor: enhance vault search to return content snippets with context 2025-10-14 19:50:45 +01:00
MessageService.ts Refactor services and helpers: reorganize imports, implement ConversationFileSystemService, and enhance FileSystemService functionality 2025-09-30 21:20:24 +01:00
ServiceRegistration.ts refactor: improve dependency injection type safety and add AI exclusions setting 2025-10-12 21:26:01 +01:00
Services.ts refactor: improve dependency injection type safety and add AI exclusions setting 2025-10-12 21:26:01 +01:00
StreamingMarkdownService.ts fix: improve edit mode deactivation and request cancellation handling 2025-10-13 19:53:00 +01:00
StreamingService.ts fix: improve edit mode deactivation and request cancellation handling 2025-10-13 19:53:00 +01:00
VaultService.ts refactor: enhance vault search to return content snippets with context 2025-10-14 19:50:45 +01:00
WorkSpaceService.ts refactor: improve dependency injection type safety and add AI exclusions setting 2025-10-12 21:26:01 +01:00