andy-stack_vaultkeeper-ai/Helpers
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
..
Helpers.ts refactor: replace ListVaultFiles with content-based SearchVaultFiles 2025-10-14 18:54:16 +01:00
SearchTypes.ts refactor: enhance vault search to return content snippets with context 2025-10-14 19:50:45 +01:00
Semaphore.ts Refactor services and helpers: reorganize imports, implement ConversationFileSystemService, and enhance FileSystemService functionality 2025-09-30 21:20:24 +01:00