agent-ecosystem/src/main/services/discovery
iliya 01660f0791 feat: enhance notification system with task status change support
- Added new configuration options for task status change notifications, including toggles for enabling notifications, solo mode restrictions, and customizable target statuses.
- Updated validation logic to accommodate new notification settings, ensuring proper handling of boolean and array types.
- Enhanced UI components to allow users to manage status change notification preferences effectively.
- Implemented backend logic to detect and trigger notifications based on task status changes, improving user awareness of task progress.
2026-03-04 15:22:59 +02: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: enhance team file handling and logging improvements 2026-03-03 22:00:11 +02:00
ProjectScanner.ts feat: improve team management and logging functionality 2026-03-03 23:00:55 +02: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 feat: enhance team file handling and logging improvements 2026-03-03 22:00:11 +02:00
SessionSearcher.ts feat: implement SearchTextCache and SearchTextExtractor for efficient text extraction and caching 2026-02-22 02:03:22 +09:00
SubagentLocator.ts feat: enhance project editor with autosave, improved file management, and performance optimizations 2026-02-28 14:49:41 +02:00
SubagentResolver.ts feat: enhance notification system with task status change support 2026-03-04 15:22:59 +02: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: normalize project paths and enhance team member handling 2026-03-04 00:47:35 +02:00