agent-ecosystem/src/renderer/components/team
iliya 729a756f29 fix: resolve CI failures across all platforms
- Fix TS error: use kanbanTaskState?.reviewer instead of task.reviewer
  (reviewer exists on KanbanTaskState, not TeamTask)
- Fix crossTeam tests: update assertions to match XML tag protocol format
  (CROSS_TEAM_PREFIX_TAG → CROSS_TEAM_TAG_NAME with XML attributes)
- Fix controller test: use 'bob' instead of 'alice' as commenter
  (alice is the lead = same as task owner, so no notification fires)
- Fix TeamMcpConfigBuilder test: use path.join() for cross-platform paths
  (forward slashes fail on Windows where path.join uses backslashes)
- Fix atomicWrite EPERM on Windows: add retry logic for rename operations
  (Windows CI antivirus can briefly hold files, causing EPERM on rename)
2026-03-16 19:56:06 +02:00
..
activity feat: add test notification feature and update app identifiers 2026-03-15 13:37:53 +02:00
attachments feat: enhance message handling and UI components for task management 2026-03-16 16:48:28 +02:00
dialogs feat: implement startReview functionality and enhance review state management 2026-03-16 19:08:12 +02:00
editor feat: enhance theme support and UI consistency across components 2026-03-07 12:02:12 +02:00
kanban fix: resolve CI failures across all platforms 2026-03-16 19:56:06 +02:00
members feat: enhance team provisioning and message preview handling 2026-03-16 17:36:23 +02:00
messages refactor: streamline task handling and improve data formatting 2026-03-16 18:07:22 +02:00
review feat: enhance notification handling and improve task comment protocols 2026-03-15 14:18:33 +02:00
schedule feat: enhance extension installation and uninstallation flows 2026-03-08 01:44:58 +02:00
tasks feat: introduce 'needsFix' review state and enhance task management features 2026-03-09 13:50:45 +02:00
ClaudeLogsDialog.tsx refactor: clean up pricing.json and enhance CLI logs styling 2026-03-13 23:29:24 +02:00
ClaudeLogsFilterPopover.tsx fix: resolve all CI lint errors and flaky test 2026-03-05 21:09:45 +02:00
ClaudeLogsPanel.tsx refactor: clean up pricing.json and enhance CLI logs styling 2026-03-13 23:29:24 +02:00
ClaudeLogsSection.tsx feat: optimize file content resolution and enhance loading state handling 2026-03-15 08:24:00 +02:00
CliLogsRichView.tsx refactor: clean up pricing.json and enhance CLI logs styling 2026-03-13 23:29:24 +02:00
CollapsibleTeamSection.tsx feat: optimize file content resolution and enhance loading state handling 2026-03-15 08:24:00 +02:00
MemberBadge.tsx refactor: enhance TeamMemberLogsFinder and UI components for improved member display and caching 2026-03-14 21:25:01 +02:00
ProcessesSection.tsx feat: enhance React component data handling and improve task management features 2026-02-25 18:07:03 +02:00
ProvisioningProgressBlock.tsx feat: enhance team provisioning service and UI components 2026-03-12 22:56:04 +02:00
provisioningSteps.ts fix: update provisioning step label for clarity 2026-03-13 14:56:52 +02:00
RoleSelect.tsx feat: enhance message handling and UI components for task management 2026-03-16 16:48:28 +02:00
TaskTooltip.tsx feat: implement structured task references and enhance task handling 2026-03-11 15:14:19 +02:00
TeamDetailView.tsx feat: enhance task messaging and member role detection 2026-03-15 17:45:10 +02:00
TeamEmptyState.tsx feat: use agent teams 2026-02-22 15:41:18 +02:00
TeamListFilterPopover.tsx feat: add team restoration and permanent deletion features 2026-02-26 12:15:47 +02:00
TeamListView.tsx feat: enhance task messaging and member role detection 2026-03-15 17:45:10 +02:00
TeamProvisioningBanner.tsx feat: enhance UI styling and functionality for extension components 2026-03-12 15:08:26 +02:00
TeamSessionsSection.tsx feat: enhance theme support and UI consistency across components 2026-03-07 12:02:12 +02:00
ToolApprovalSheet.tsx feat: add --permission-prompt-tool stdio support with granular tool approval 2026-03-08 22:22:30 +02:00
UnreadCommentsBadge.tsx refactor: streamline ExtensionStoreView layout and enhance UnreadCommentsBadge styling 2026-03-11 22:17:39 +02:00
useClaudeLogsController.ts refactor: clean up pricing.json and enhance CLI logs styling 2026-03-13 23:29:24 +02:00