agent-ecosystem/src/main/utils
iliya eacd7d82e1 feat: implement project scanning timeout and enhance metadata extraction
- Added scanProjectWithTimeout method to ProjectScanner to prevent long scans from blocking the entire batch.
- Introduced cleanup logic in metadata extraction functions to ensure proper resource management during timeouts.
- Updated logging to provide insights on scan durations and session statistics for better performance monitoring.
- Enhanced repository group fetching logic in DashboardView and DateGroupedSessions components to handle loading and error states more effectively.
2026-03-17 11:20:04 +02:00
..
appIcon.ts feat: enhance task management with new file renaming feature and notification settings 2026-03-01 17:52:54 +02:00
asyncYield.ts feat: enhance team file handling and logging improvements 2026-03-03 22:00:11 +02:00
atomicWrite.ts fix: resolve CI failures across all platforms 2026-03-16 19:56:06 +02:00
childProcess.ts refactor: remove remark-stringify and enhance task ID matching in TeamMemberLogsFinder 2026-03-15 21:05:51 +02:00
contextAccumulator.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
fsRead.ts feat: implement file read timeout handling and size validation across team services 2026-03-03 17:43:29 +02:00
jsonl.ts feat: enhance team file handling and logging improvements 2026-03-03 22:00:11 +02:00
metadataExtraction.ts feat: implement project scanning timeout and enhance metadata extraction 2026-03-17 11:20:04 +02:00
pathDecoder.ts merge: integrate dev branch into team-backup-service 2026-03-15 15:57:02 +02:00
pathValidation.ts docs: add cross-platform note to pathValidation 2026-03-01 08:47:10 +02:00
processHealth.ts feat: add FAQ section to README and improve cross-platform handling in code 2026-03-02 22:56:56 +02:00
processKill.ts fix: improve WSL user home path resolution and enhance process renaming on Windows 2026-03-02 23:10:44 +02:00
regexValidation.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
sessionStateDetection.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
shellEnv.ts feat: add scheduled tasks with cron execution and rich log viewer 2026-03-08 00:58:07 +02:00
teamNotificationBuilder.ts feat: add review status, all-tasks-completed and cross-team message notifications 2026-03-16 14:32:03 +02:00
textFormatting.ts refactor: remove remark-stringify and enhance task ID matching in TeamMemberLogsFinder 2026-03-15 21:05:51 +02:00
timelineGapFilling.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
tokenizer.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
toolApprovalRules.ts feat: add --permission-prompt-tool stdio support with granular tool approval 2026-03-08 22:22:30 +02:00
toolExtraction.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