Pulse/frontend-modern/src/components/Settings
rcourtman 920f271b41 feat: improve legacy agent detection and migration UX
Add seamless migration path from legacy agents to unified agent:

- Add AgentType field to report payloads (unified vs legacy detection)
- Update server to detect legacy agents by type instead of version
- Add UI banner showing upgrade command when legacy agents are detected
- Add deprecation notice to install-host-agent.ps1
- Create install-docker-agent.sh stub that redirects to unified installer

Legacy agents (pulse-host-agent, pulse-docker-agent) now show a "Legacy"
badge in the UI with a one-click copy command to upgrade to the unified
agent.
2025-11-25 23:26:22 +00:00
..
__tests__ Refactor: Code cleanup and localStorage consolidation 2025-11-04 21:50:46 +00:00
APITokenManager.tsx Prevent token manager auth swap and fix docker agent perms (Related to #740) 2025-11-22 07:18:42 +00:00
ChangePasswordModal.tsx Fix config backup/restore by enforcing 12-char minimum password (related to #646) 2025-11-07 22:51:55 +00:00
ConfiguredNodeTables.tsx Improve temperature proxy workflow 2025-11-17 14:25:46 +00:00
NodeModal.tsx Fix NodeModal authType typing for type-check 2025-11-20 10:07:22 +00:00
OIDCPanel.tsx Add OIDC CA bundle support 2025-11-22 09:44:03 +00:00
QuickSecuritySetup.tsx Fix config backup/restore by enforcing 12-char minimum password (related to #646) 2025-11-07 22:51:55 +00:00
SecurityPostureSummary.tsx Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
Settings.tsx feat: add managed agents list and cleanup legacy scripts 2025-11-25 12:54:13 +00:00
SettingsSectionNav.tsx Refactor: Code cleanup and localStorage consolidation 2025-11-04 21:50:46 +00:00
UnifiedAgents.tsx feat: improve legacy agent detection and migration UX 2025-11-25 23:26:22 +00:00