agent-ecosystem/src/main/services/infrastructure
iliya 6a8b9cd1b5 fix: enhance CLI installer and session management
- Updated the postinstall script in package.json to handle rebuild failures gracefully.
- Added clearContext option in team launch requests to allow starting fresh sessions without resuming previous context.
- Improved CLI installer logging by integrating raw output chunks for better terminal rendering.
- Refactored components to utilize TerminalLogPanel for displaying installation logs, enhancing user experience during CLI installation.
- Updated various services and hooks to support the new clearContext feature and raw logging.
2026-02-27 12:56:32 +02:00
..
CliInstallerService.ts fix: enhance CLI installer and session management 2026-02-27 12:56:32 +02:00
ConfigManager.ts merge: sync with upstream/main — session reports, cost calculation, Linux title bar, auto-expand AI groups 2026-02-24 21:04:23 +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 fix: guard Notification.isSupported for standalone/Docker (#42) 2026-02-22 05:40:39 -08:00
PtyTerminalService.ts feat: integrate terminal service and enhance CLI authentication handling 2026-02-26 20:17:32 +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 Enhance SSH functionality and configuration management 2026-02-12 00:14:41 +09:00
SshConnectionManager.ts Update package.json to include author email and enhance error handling in SshConnectionManager 2026-02-14 12:17:04 +09: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