agent-ecosystem/src/renderer/components/team/messages
iliya c4148b0fc8 refactor: enhance TeamMemberLogsFinder for improved file scanning and attribution
- Increased FILE_MENTIONS_CACHE_MAX from 200 to 1000 to accommodate larger datasets.
- Introduced SCAN_CONCURRENCY constant to limit the number of concurrent file reads during scans, optimizing performance.
- Refactored file scanning logic to collect candidate files more efficiently and process them in parallel.
- Added new SubagentAttribution interface to standardize the structure of attribution results.
- Expanded unit tests to validate the new file reference retrieval logic for tasks, ensuring accurate member identification across teams.
2026-03-14 19:14:34 +02:00
..
ActionModeSelector.tsx feat: implement action mode handling in messaging components 2026-03-10 12:33:50 +02:00
MessageComposer.tsx refactor: enhance TeamMemberLogsFinder for improved file scanning and attribution 2026-03-14 19:14:34 +02:00
MessagesFilterPopover.tsx fix: reset notification dismissal on team relaunch 2026-03-10 20:44:04 +02:00
MessagesPanel.tsx refactor: enhance task management protocols and notification handling 2026-03-14 17:46:15 +02:00
StatusBlock.tsx feat: enhance task management protocols and UI components 2026-03-14 00:09:05 +02:00