agent-ecosystem/src/renderer/components/team
iliya 75a354abcd feat: implement team stop functionality and enhance message relaying
- Added `stopTeam` method in `TeamProvisioningService` to terminate running processes for teams, improving resource management.
- Introduced IPC channel `TEAM_STOP` to handle stop requests from the renderer process.
- Enhanced message relaying for team leads by implementing `relayLeadInboxMessages`, ensuring timely communication of unread messages.
- Updated UI components to support stopping teams and display pending replies, enhancing user experience during team management.
2026-02-23 17:32:42 +02:00
..
activity feat: implement team stop functionality and enhance message relaying 2026-02-23 17:32:42 +02:00
dialogs feat: implement team stop functionality and enhance message relaying 2026-02-23 17:32:42 +02:00
kanban feat: integrate tooltip functionality across various components 2026-02-23 12:09:23 +02:00
members feat: implement team stop functionality and enhance message relaying 2026-02-23 17:32:42 +02:00
messages refactor: improve task progress visualization in MemberCard and enhance message filtering 2026-02-23 12:42:51 +02:00
tasks feat: use agent teams 2026-02-22 15:41:18 +02:00
CollapsibleTeamSection.tsx feat: implement message read tracking and enhance UI components 2026-02-23 15:02:33 +02:00
ProvisioningProgressBlock.tsx feat: enhance task log retrieval with optional parameters 2026-02-23 14:56:31 +02:00
provisioningSteps.ts feat(team-managment): stable MVP 2026-02-21 09:47:24 +02:00
TeamDetailView.tsx feat: implement team stop functionality and enhance message relaying 2026-02-23 17:32:42 +02:00
TeamEmptyState.tsx feat: use agent teams 2026-02-22 15:41:18 +02:00
TeamListView.tsx feat: implement team stop functionality and enhance message relaying 2026-02-23 17:32:42 +02:00
TeamProvisioningBanner.tsx feat: enhance task log retrieval with optional parameters 2026-02-23 14:56:31 +02:00
TeamSessionsSection.tsx feat: integrate tooltip functionality across various components 2026-02-23 12:09:23 +02:00
UnreadCommentsBadge.tsx feat: add task commenting functionality and enhance UI interactions 2026-02-22 21:29:09 +02:00