- Added SearchTextCache for LRU caching of extracted search text with mtime invalidation. - Introduced SearchTextExtractor for lightweight extraction of searchable text from session messages. - Updated SessionSearcher to utilize the new extractor and cache for improved search performance. - Added tests for SearchTextCache and SearchTextExtractor to ensure functionality and correctness. |
||
|---|---|---|
| .. | ||
| ProjectPathResolver.test.ts | ||
| ProjectScanner.cwdSplit.test.ts | ||
| SearchTextCache.test.ts | ||
| SearchTextExtractor.test.ts | ||
| SessionSearcher.test.ts | ||