Commit graph

17 commits

Author SHA1 Message Date
rcourtman
984bc7c636 Normalize API-backed AI read routing hints 2026-03-31 08:56:22 +01:00
rcourtman
c1509103f8 Fix VMware assistant read-only guidance 2026-03-31 00:00:32 +01:00
rcourtman
dd5f099cda Lock VMware phase-1 exclusion integrity 2026-03-30 23:42:32 +01:00
rcourtman
16b9e079a6 Implement VMware assistant mention floor 2026-03-30 22:44:34 +01:00
rcourtman
861ac9ab4d fix(ai): use canonical app-container mentions 2026-03-30 10:18:07 +01:00
rcourtman
2afb96ee13 fix(release): align api and hostagent rc contracts 2026-03-26 17:08:48 +00:00
rcourtman
aabbd85350 Centralize discovery canonicalization helpers 2026-03-19 05:40:04 +00:00
rcourtman
ffb59010db Remove local governed mention shim 2026-03-19 05:26:01 +00:00
rcourtman
345a17c1be Centralize governed mention block formatting 2026-03-19 04:35:37 +00:00
rcourtman
3c063730f1 Centralize governed mention copy 2026-03-19 04:33:21 +00:00
rcourtman
ad77ea0302 Centralize governed mention summary gate 2026-03-19 04:31:18 +00:00
rcourtman
30e8b164a8 Centralize chat policy cloning 2026-03-19 03:14:19 +00:00
rcourtman
699a81f7a2 Centralize resource policy cloning 2026-03-19 03:11:38 +00:00
rcourtman
b321170da1 Centralize governed mention policy summaries 2026-03-19 02:32:59 +00:00
rcourtman
778a2577b6 feat: Pulse v6 release 2026-03-18 16:06:30 +00:00
rcourtman
95a0d7a6bd feat(backend): implement AI Patrol, Investigation, and system-wide refactors 2026-01-30 19:02:14 +00:00
rcourtman
279d4e7ec3 Add context prefetching and metrics to chat service
Chat service improvements for better performance and observability:

Context Prefetching:
- Pre-load resource context when user mentions containers/nodes
- Reduces latency for follow-up queries
- Smart caching with TTL-based invalidation

Metrics Collection:
- Track tool execution counts and durations
- FSM state transition metrics
- Recovery success/failure rates
- Telemetry for safety blocks

Service Updates:
- Better session management
- Improved error handling
- Cleaner test organization
2026-01-28 16:50:46 +00:00