agent-ecosystem/src/main/services/team
iliya 5e704ddc78 feat: add cross-team messaging UI with team selector and visual distinction
- Team selector dropdown in MessageComposer (left of recipient selector)
- Cross-team mode locks recipient to team-lead, disables attachments
- Sender copy written to fromTeam inbox with source 'cross_team_sent'
- Purple accent styling for cross-team messages (incoming + outgoing)
- "from team-x" / "to team-x" badges in ActivityItem
- Strip [Cross-team from ...] prefix in UI (kept in stored text for CLI)
- CSS variables for cross-team theme (dark + light)
- Store: fetchCrossTeamTargets (all teams), sendCrossTeamMessage action
- Tests updated for sender copy and formatted text prefix
2026-03-09 20:53:45 +02:00
..
atomicWrite.ts feat: add project editor with drag & drop file management 2026-02-28 23:40:41 +02:00
CascadeGuard.ts feat: add cross-team communication orchestrator 2026-03-09 18:45:15 +02:00
ChangeExtractorService.ts feat: enhance task review process with new event tracking 2026-03-09 14:52:38 +02:00
ClaudeBinaryResolver.ts Remove obsolete CLAUDE.md documentation files from main, preload, renderer, and services directories to streamline project structure and eliminate outdated information. 2026-03-02 23:16:48 +02:00
CrossTeamOutbox.ts feat: add cross-team communication orchestrator 2026-03-09 18:45:15 +02:00
CrossTeamService.ts feat: add cross-team messaging UI with team selector and visual distinction 2026-03-09 20:53:45 +02:00
FileContentResolver.ts feat: enhance team member validation and improve logging 2026-03-03 23:58:19 +02:00
fileLock.ts feat: add cross-team communication orchestrator 2026-03-09 18:45:15 +02:00
GitDiffFallback.ts feat: enhance team member validation and improve logging 2026-03-03 23:58:19 +02:00
HunkSnippetMatcher.ts feat: enhance task management with new file renaming feature and notification settings 2026-03-01 17:52:54 +02:00
inboxLock.ts feat: enhance team message handling and UI components 2026-02-23 17:34:30 +02:00
index.ts feat: add cross-team communication orchestrator 2026-03-09 18:45:15 +02:00
MemberStatsComputer.ts fix: resolve all ESLint errors breaking CI validate job 2026-03-06 16:36:37 +02:00
ReviewApplierService.ts feat: enhance task management with new file renaming feature and notification settings 2026-03-01 17:52:54 +02:00
ReviewDecisionStore.ts feat: enhance task management with new file renaming feature and notification settings 2026-03-01 17:52:54 +02:00
TaskBoundaryParser.ts refactor: streamline task handling and remove legacy support 2026-03-08 00:24:48 +02:00
TeamAttachmentStore.ts feat: enhance attachment handling and improve UI components 2026-03-05 12:15:03 +02:00
TeamConfigReader.ts fix: resolve all CI lint errors and flaky test 2026-03-05 21:09:45 +02:00
TeamDataService.ts feat: improve task status handling and notification resilience 2026-03-09 17:09:15 +02:00
TeamFsWorkerClient.ts fix: resolve 245 eslint errors across 12 files 2026-03-04 01:03:45 +02:00
TeamInboxReader.ts feat: integrate runtime helpers and enhance lead session handling 2026-03-08 00:56:31 +02:00
TeamInboxWriter.ts feat: add cross-team messaging UI with team selector and visual distinction 2026-03-09 20:53:45 +02:00
TeamKanbanManager.ts feat: implement file read timeout handling and size validation across team services 2026-03-03 17:43:29 +02:00
TeamMcpConfigBuilder.ts chore: enhance package scripts and improve MCP server functionality 2026-03-07 20:48:03 +02:00
TeamMemberLogsFinder.ts feat: enhance task review process with new event tracking 2026-03-09 14:52:38 +02:00
TeamMemberResolver.ts feat: improve task status handling and notification resilience 2026-03-09 17:09:15 +02:00
TeamMembersMetaStore.ts fix: resolve all CI lint errors and flaky test 2026-03-05 21:09:45 +02:00
TeamProvisioningService.ts Merge branch 'dev' into feature/cross-team-communication 2026-03-09 20:00:00 +02:00
TeamSentMessagesStore.ts feat: integrate runtime helpers and enhance lead session handling 2026-03-08 00:56:31 +02:00
TeamTaskAttachmentStore.ts refactor: streamline task handling and remove legacy support 2026-03-08 00:24:48 +02:00
TeamTaskReader.ts feat: enhance task review process with new event tracking 2026-03-09 14:52:38 +02:00
TeamTaskWriter.ts feat: enhance task review process with new event tracking 2026-03-09 14:52:38 +02:00
UnifiedLineCounter.ts feat: integrate terminal service and enhance CLI authentication handling 2026-02-26 20:17:32 +02:00