Pulse/frontend-modern/src/types
rcourtman 783537e1d2 feat(ai): make anomaly detection FREE and add learning status endpoint
Free Features (no license required):
- Anomaly detection - removed license gating, purely statistical analysis
- Learning status endpoint - GET /api/ai/intelligence/learning

Learning Status Response:
- resources_baselined: count of resources with learned baselines
- total_metrics: total metric baselines (cpu + memory + disk)
- metric_breakdown: {cpu: X, memory: Y, disk: Z}
- status: 'waiting' | 'learning' | 'active'
- message: human-readable description

This makes the AI intelligence features visible to all users,
encouraging upgrades for the full LLM-powered patrol experience.
2025-12-21 11:36:54 +00:00
..
__tests__ feat: AI integration, Docker metrics, RAID display, and infrastructure improvements 2025-12-09 09:29:27 +00:00
ai.ts fix: guest URL icon now appears/disappears immediately after AI sets/removes it 2025-12-18 14:42:47 +00:00
aiIntelligence.ts feat(ai): make anomaly detection FREE and add learning status endpoint 2025-12-21 11:36:54 +00:00
alerts.ts feat: configurable backup freshness thresholds for dashboard indicator 2025-12-16 16:36:08 +00:00
api.ts feat: enhance AI baseline context visibility and incident timeline improvements 2025-12-21 00:14:20 +00:00
backups.ts Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
config.ts fix(agent): support PULSE_AGENT_CONNECT_URL and improve detection 2025-12-19 17:01:58 +00:00
nodes.ts feat: AI features, agent improvements, and host monitoring enhancements 2025-12-05 10:37:02 +00:00
resource.ts feat: add Kubernetes platform support 2025-12-12 21:31:11 +00:00
responsive.ts feat: improve responsive table layout with tighter columns 2025-11-25 20:37:28 +00:00