agent-ecosystem/src/main/services/discovery
matt 75dfcf2d50 feat: implement SearchTextCache and SearchTextExtractor for efficient text extraction and caching
- 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.
2026-02-22 02:03:22 +09:00
..
index.ts feat: implement SearchTextCache and SearchTextExtractor for efficient text extraction and caching 2026-02-22 02:03:22 +09:00
ProjectPathResolver.ts feat(sessions): add support for fetching sessions by IDs 2026-02-12 17:53:19 +09:00
ProjectScanner.ts Merge pull request #44 from KaustubhPatange/main 2026-02-22 01:10:05 +09:00
SearchTextCache.ts feat: implement SearchTextCache and SearchTextExtractor for efficient text extraction and caching 2026-02-22 02:03:22 +09:00
SearchTextExtractor.ts feat: implement SearchTextCache and SearchTextExtractor for efficient text extraction and caching 2026-02-22 02:03:22 +09:00
SessionContentFilter.ts add ssh suport 2026-02-11 13:34:25 +00:00
SessionSearcher.ts feat: implement SearchTextCache and SearchTextExtractor for efficient text extraction and caching 2026-02-22 02:03:22 +09:00
SubagentLocator.ts add ssh suport 2026-02-11 13:34:25 +00:00
SubagentResolver.ts feat(remotion): integrate Remotion for video rendering and preview 2026-02-12 22:58:58 +09:00
SubprojectRegistry.ts Initialize project structure with essential configuration files including .editorconfig, .gitattributes, .gitignore, and TypeScript settings. Add build and linting configurations, along with README, LICENSE, and contribution guidelines. Set up Tailwind CSS and ESLint for styling and code quality. Include initial package.json and pnpm workspace configuration for dependency management. 2026-02-11 15:52:00 +09:00
WorktreeGrouper.ts feat(sessions): introduce metadata level for session retrieval 2026-02-12 18:02:48 +09:00