Pulse/frontend-modern/src/components/AI
rcourtman 420e4960dc feat(ui): add learning status hook and enhance AI indicator visibility
New useLearningStatus hook:
- Polls /api/ai/intelligence/learning every 60 seconds
- Provides resourceCount(), metricCount(), learningState()
- Convenience accessors: isActive(), isLearning(), isWaiting()

Enhanced AIStatusIndicator:
- Now shows when ANY baselines exist (not just when Patrol enabled)
- Tooltip shows 'X resources baselined' for transparency
- Healthy state  45 resources baselined'shows '
- Works even without Pro license since baselines are FREE

This makes the AI presence visible from the moment Pulse starts
learning, providing immediate value feedback to all users.
2025-12-21 11:45:55 +00:00
..
__tests__ Improve test coverage 2025-12-17 12:00:59 +00:00
AIChat.tsx fix: resolve all frontend lint errors for unused imports and type issues 2025-12-18 17:07:05 +00:00
aiChatUtils.ts Improve test coverage 2025-12-17 12:00:59 +00:00
AICostDashboard.tsx fix: Allow Host Agent thresholds to be set to 0 to disable alerting. Related to #864 2025-12-20 20:25:20 +00:00
AIStatusIndicator.css refactor(ai): Remove over-engineered URL discovery service 2025-12-10 08:35:24 +00:00
AIStatusIndicator.tsx feat(ui): add learning status hook and enhance AI indicator visibility 2025-12-21 11:45:55 +00:00
GuestNotes.tsx AI features checkpoint: Host selection, memory sparklines, UI refinements 2025-12-07 12:25:26 +00:00