agent-ecosystem/src/renderer/components
iliya 1498350cb1 feat: enhance React component data handling and improve task management features
- Updated `ProcessesSection` to directly access data from Zustand store, eliminating prop drilling for cleaner component structure.
- Added new guidelines in `react.md` for accessing data from the store over props to streamline component communication.
- Enhanced `TeamProvisioningService` to include task snapshots for team members, improving task management and visibility.
- Implemented notifications for killed processes, providing better feedback to team leads about process management actions.
- Refactored `TaskDetailDialog` and `GlobalTaskDetailDialog` to improve header content handling, enhancing user experience.
- Introduced folder collapsing functionality in `ReviewFileTree`, allowing for better navigation and organization of file structures.
2026-02-25 18:07:03 +02:00
..
chat feat: implement process management features for team services 2026-02-25 16:54:53 +02:00
common merge: sync with upstream/main — session reports, cost calculation, Linux title bar, auto-expand AI groups 2026-02-24 21:04:23 +02:00
dashboard Merge remote-tracking branch 'origin/main' into improvements 2026-02-24 21:26:41 +02:00
layout feat: implement process management features for team services 2026-02-25 16:54:53 +02:00
notifications feat: enhance notification handling with scoped actions 2026-02-20 12:46:40 +09:00
report fix(report): avoid ÷ 0 phrasing when no commits or lines changed 2026-02-22 15:47:17 -05:00
search feat: search session globally across projects 2026-02-21 14:34:25 +05:30
settings merge: sync with upstream/main — session reports, cost calculation, Linux title bar, auto-expand AI groups 2026-02-24 21:04:23 +02:00
sidebar feat: implement process management features for team services 2026-02-25 16:54:53 +02:00
team feat: enhance React component data handling and improve task management features 2026-02-25 18:07:03 +02:00
ui feat: add agent language update handling and validation 2026-02-24 20:29:41 +02:00
CLAUDE.md 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