agent-ecosystem/src/main/services/team
iliya 0c2f70b2b2 feat: implement in-app project editor with CodeMirror integration
- Added architectural plan and iteration plan for the in-app project editor.
- Introduced new components for the editor, including CodeEditorOverlay, FileTreePanel, and EditorTabsPanel.
- Established state management using Zustand for editor state persistence.
- Implemented IPC channels for file operations and editor functionality.
- Enhanced TeamDetailView with a button to open the editor overlay.
- Conducted reuse analysis for existing components to optimize codebase integration.
2026-02-27 22:36:06 +02:00
..
atomicWrite.ts feat(team-managment): stable MVP 2026-02-21 09:47:24 +02:00
ChangeExtractorService.ts feat: integrate terminal service and enhance CLI authentication handling 2026-02-26 20:17:32 +02:00
ClaudeBinaryResolver.ts feat: add download badges with direct links per platform 2026-02-27 20:55:38 +02:00
FileContentResolver.ts improvements 2026-02-27 15:58:38 +02:00
GitDiffFallback.ts feat: implement diff view with 4 phases — review, accept/reject, task scoping, enhanced UX 2026-02-24 23:39:41 +02:00
HunkSnippetMatcher.ts fix: address false negatives in diff matching and enhance hunk processing 2026-02-26 20:40:14 +02:00
inboxLock.ts feat: enhance team message handling and UI components 2026-02-23 17:34:30 +02:00
index.ts feat: integrate terminal service and enhance CLI authentication handling 2026-02-26 20:17:32 +02:00
MemberStatsComputer.ts fix: improve file tracking in MemberStatsComputer 2026-02-26 21:50:23 +02:00
ReviewApplierService.ts feat: integrate terminal service and enhance CLI authentication handling 2026-02-26 20:17:32 +02:00
ReviewDecisionStore.ts feat: implement decision persistence for review process 2026-02-25 19:53:14 +02:00
TaskBoundaryParser.ts feat: implement diff view with 4 phases — review, accept/reject, task scoping, enhanced UX 2026-02-24 23:39:41 +02:00
TeamAgentToolsInstaller.ts feat: implement in-app project editor with CodeMirror integration 2026-02-27 22:36:06 +02:00
TeamAttachmentStore.ts feat: add/remove member, mesage box, improve ui... 2026-02-24 14:17:03 +02:00
TeamConfigReader.ts feat: add team restoration and permanent deletion features 2026-02-26 12:15:47 +02:00
TeamDataService.ts feat: implement in-app project editor with CodeMirror integration 2026-02-27 22:36:06 +02:00
TeamInboxReader.ts feat(team-managment): stable MVP 2026-02-21 09:47:24 +02:00
TeamInboxWriter.ts refactor: move Docker files to docker/ and CHANGELOG to docs/ 2026-02-27 21:04:11 +02:00
TeamKanbanManager.ts feat: implement diff view functionality with read-only and accept/reject capabilities 2026-02-24 20:25:49 +02:00
TeamMemberLogsFinder.ts feat: implement diff view with 4 phases — review, accept/reject, task scoping, enhanced UX 2026-02-24 23:39:41 +02:00
TeamMemberResolver.ts fix: resolve new member status and notify lead to spawn teammate 2026-02-24 14:58:23 +02:00
TeamMembersMetaStore.ts feat: add/remove member, mesage box, improve ui... 2026-02-24 14:17:03 +02:00
TeamProvisioningService.ts feat: add download badges with direct links per platform 2026-02-27 20:55:38 +02:00
TeamSentMessagesStore.ts fix: enhance message sending reliability and error handling 2026-02-24 16:01:44 +02:00
TeamTaskReader.ts feat: integrate terminal service and enhance CLI authentication handling 2026-02-26 20:17:32 +02:00
TeamTaskWriter.ts feat: implement in-app project editor with CodeMirror integration 2026-02-27 22:36:06 +02:00
UnifiedLineCounter.ts feat: integrate terminal service and enhance CLI authentication handling 2026-02-26 20:17:32 +02:00