agent-ecosystem/src/renderer/components/settings
matt 575ced5d99 feat(ssh): enhance SSH configuration management and validation
- Added SSH section validation to the configuration update process, including validation for SSH profiles.
- Implemented functions to validate SSH profiles and the overall SSH section structure.
- Integrated SSH profile management into the ConnectionSection, allowing users to select saved profiles for quick connection setup.
- Updated the WorkspaceSection to manage SSH profiles with full CRUD functionality, ensuring persistence through the ConfigManager.
- Refactored API calls to use a unified `api` module for better maintainability.

This commit significantly improves the SSH management experience by providing robust validation and user-friendly profile handling.
2026-02-12 15:49:12 +09:00
..
components feat(ssh): enhance SSH configuration management and validation 2026-02-12 15:49:12 +09:00
hooks feat(http): implement HTTP server and route handlers for configuration, notifications, projects, sessions, and SSH management 2026-02-12 15:04:56 +09:00
NotificationTriggerSettings feat(http): implement HTTP server and route handlers for configuration, notifications, projects, sessions, and SSH management 2026-02-12 15:04:56 +09:00
sections feat(ssh): enhance SSH configuration management and validation 2026-02-12 15:49:12 +09:00
SettingsTabs.tsx feat(04-02): wire WorkspaceSection into SettingsView and SettingsTabs 2026-02-12 04:43:11 +00:00
SettingsView.tsx feat(04-02): wire WorkspaceSection into SettingsView and SettingsTabs 2026-02-12 04:43:11 +00:00