Pulse/internal/ai/context
rcourtman 78c3434061 fix: include VMID in AI context to prevent incorrect references
The LLM was confusing VMIDs because they weren't included in the
context. Now the formatted context shows:

  ### Container: ollama (VMID 200) on minipc

This prevents the AI from referencing the wrong VMID when generating
findings and recommendations.
2025-12-21 23:13:47 +00:00
..
builder.go fix: include VMID in AI context to prevent incorrect references 2025-12-21 23:13:47 +00:00
builder_test.go fix: Allow Host Agent thresholds to be set to 0 to disable alerting. Related to #864 2025-12-20 20:25:20 +00:00
formatter.go fix: include VMID in AI context to prevent incorrect references 2025-12-21 23:13:47 +00:00
formatter_test.go fix: include VMID in AI context to prevent incorrect references 2025-12-21 23:13:47 +00:00
trends.go feat(thresholds): add collapsible accordion sections and UX improvements 2025-12-18 15:47:44 +00:00
trends_test.go fix: Allow Host Agent thresholds to be set to 0 to disable alerting. Related to #864 2025-12-20 20:25:20 +00:00
types.go fix: include VMID in AI context to prevent incorrect references 2025-12-21 23:13:47 +00:00