agent-ecosystem/src/renderer
iliya 7502cc8e53 feat: deduplicate subagent snapshots and enhance chunk filtering by work intervals
- Implemented deduplication logic in TeamMemberLogsFinder to retain only the largest cumulative subagent snapshots per sessionId and memberName.
- Enhanced MemberLogsTab with a new function to filter chunks based on task work intervals, improving the relevance of displayed logs.
- Updated state management in MemberLogsTab to utilize the new filtering logic for both preview and detail chunks.
- Added unit tests to verify the new deduplication and filtering functionalities.
2026-03-15 10:48:35 +02:00
..
api refactor: update IPC handlers and types for lead activity and context usage 2026-03-12 14:14:58 +02:00
components feat: deduplicate subagent snapshots and enhance chunk filtering by work intervals 2026-03-15 10:48:35 +02:00
constants refactor: enhance TeamMemberLogsFinder and UI components for improved member display and caching 2026-03-14 21:25:01 +02:00
contexts 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
hooks refactor: improve ActivityTimeline and team mention entry sorting 2026-03-14 12:21:31 +02:00
lib feat(team-managment): stable MVP 2026-02-21 09:47:24 +02:00
services refactor: improve KanbanGridLayout with loading state and layout persistence enhancements 2026-03-11 19:06:59 +02:00
store feat: enhance file content resolution caching and validation 2026-03-15 10:07:22 +02:00
types feat: improve task reference handling and enhance UI components 2026-03-11 14:18:43 +02:00
utils refactor: enhance TeamMemberLogsFinder and UI components for improved member display and caching 2026-03-14 21:25:01 +02:00
App.tsx feat: implement tool approval protocol for team management 2026-03-06 21:12:59 +02:00
favicon.png feat: use agent teams 2026-02-22 15:41:18 +02:00
index.css refactor: enhance task review notifications and UI components 2026-03-14 13:52:30 +02:00
index.html feat: enhance theme support and UI consistency across components 2026-03-07 12:02:12 +02:00
main.tsx feat: enhance Kanban board with grid layout and persistence improvements 2026-03-11 17:18:24 +02:00
vite-env.d.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