agent-ecosystem/src/main/services/infrastructure
matt e057f05ce4 feat(ssh): enhance SSH project handling and performance
- Added support for remote todos path in SSH handlers, improving project organization.
- Updated ProjectPathResolver to utilize the filesystem provider for extracting current working directory.
- Optimized ProjectScanner to handle session file processing in batches, enhancing performance over SSH.
- Implemented noise filtering logic in WorktreeGrouper and FileWatcher to improve session management.
- Enhanced SshFileSystemProvider with retry logic for file operations, increasing reliability during transient errors.

This commit significantly improves the handling of SSH projects and enhances overall performance and reliability in file operations.
2026-02-12 17:40:49 +09:00
..
ConfigManager.ts feat(http): implement HTTP server and route handlers for configuration, notifications, projects, sessions, and SSH management 2026-02-12 15:04:56 +09:00
DataCache.ts feat(02-01): add comprehensive dispose() to FileWatcher and DataCache 2026-02-12 00:55:44 +00:00
FileSystemProvider.ts add ssh suport 2026-02-11 13:34:25 +00:00
FileWatcher.ts feat(ssh): enhance SSH project handling and performance 2026-02-12 17:40:49 +09:00
HttpServer.ts feat(http): implement HTTP server and route handlers for configuration, notifications, projects, sessions, and SSH management 2026-02-12 15:04:56 +09:00
index.ts feat(http): implement HTTP server and route handlers for configuration, notifications, projects, sessions, and SSH management 2026-02-12 15:04:56 +09:00
LocalFileSystemProvider.ts add ssh suport 2026-02-11 13:34:25 +00:00
NotificationManager.ts Rename project from "Claude Code Context" to "claude-devtools" across all relevant files and documentation. Update configuration paths and metadata to reflect the new project name, ensuring consistency in branding and user experience. 2026-02-11 21:53:43 +09:00
ServiceContext.ts feat(ui): introduce WorkspaceIndicator component for workspace management 2026-02-12 15:25:17 +09:00
ServiceContextRegistry.ts feat(ui): introduce WorkspaceIndicator component for workspace management 2026-02-12 15:25:17 +09:00
SshConfigParser.ts Enhance SSH functionality and configuration management 2026-02-12 00:14:41 +09:00
SshConnectionManager.ts Enhance SSH functionality and configuration management 2026-02-12 00:14:41 +09:00
SshFileSystemProvider.ts feat(ssh): enhance SSH project handling and performance 2026-02-12 17:40:49 +09:00
TriggerManager.ts Refactor NotificationTrigger settings for improved match field options 2026-02-12 00:27:46 +09:00
UpdaterService.ts Implement auto-update functionality and enhance build configuration 2026-02-11 21:23:40 +09:00