agent-ecosystem/src/main/services/infrastructure
iliya 7192ca68fb feat: enhance in-app project editor with architecture documentation and service updates
- Added detailed architecture and component hierarchy documentation for the in-app project editor.
- Introduced `ProjectFileService` to manage file operations with improved path validation.
- Updated `electron.vite.config.ts` to set `UV_THREADPOOL_SIZE` for better performance on Windows.
- Deferred non-critical startup tasks in `index.ts` to avoid thread pool contention.
- Enhanced `CliInstallerService` with timeout handling for status gathering to prevent UI hangs.
- Added tests for `CliInstallerService` to ensure proper timeout behavior.
2026-02-28 12:58:20 +02:00
..
CliInstallerService.ts feat: enhance in-app project editor with architecture documentation and service updates 2026-02-28 12:58:20 +02:00
ConfigManager.ts improvements 2026-02-27 15:58:38 +02:00
DataCache.ts feat(window): implement custom title bar for Windows with native controls 2026-02-13 04:44:34 +09:00
FileSystemProvider.ts feat(sessions): add support for fetching sessions by IDs 2026-02-12 17:53:19 +09:00
FileWatcher.ts feat: implement process management features for team services 2026-02-25 16:54:53 +02:00
HttpServer.ts chore: clean up project configuration and remove unused dependencies 2026-02-16 23:27:43 +09:00
index.ts feat: integrate terminal service and enhance CLI authentication handling 2026-02-26 20:17:32 +02:00
LocalFileSystemProvider.ts fix: resolve perf regression in transcript loading and session search 2026-02-21 15:46:25 -05:00
NotificationManager.ts improvements 2026-02-27 15:58:38 +02:00
PtyTerminalService.ts feat: add download badges with direct links per platform 2026-02-27 20:55:38 +02:00
ServiceContext.ts feat(ui): introduce WorkspaceIndicator component for workspace management 2026-02-12 15:25:17 +09:00
ServiceContextRegistry.ts Implement Claude root path configuration and management 2026-02-14 13:43:56 +09:00
SshConfigParser.ts improvements 2026-02-27 15:58:38 +02:00
SshConnectionManager.ts improvements 2026-02-27 15:58:38 +02:00
SshFileSystemProvider.ts feat(visualization): enhance team and subagent visualization in README 2026-02-12 23:43:28 +09:00
TriggerManager.ts feat: disable default notification triggers for better control 2026-02-21 15:50:59 +09:00
UpdaterService.ts feat(readme): update README for clarity and installation instructions 2026-02-13 02:23:30 +09:00