agent-ecosystem/src/main/services/infrastructure
matt c5db4e3303 feat: disable default notification triggers for better control
- Updated the default notification triggers to set 'enabled' to false for the .env File Access Alert, Tool Result Error, and High Token Usage triggers, allowing for more controlled notification management.
2026-02-21 15:50:59 +09:00
..
ConfigManager.ts feat(sessions): implement session hiding and un-hiding functionality 2026-02-16 21:22:42 +09: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(window): implement custom title bar for Windows with native controls 2026-02-13 04:44:34 +09:00
HttpServer.ts chore: clean up project configuration and remove unused dependencies 2026-02-16 23:27:43 +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 feat(visualization): enhance team and subagent visualization in README 2026-02-12 23:43:28 +09: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