From fb5d45dfb389155e12a29d80c044e1e0430740ff Mon Sep 17 00:00:00 2001 From: Tomas Kracmar Date: Tue, 21 Apr 2026 22:28:52 +0200 Subject: [PATCH] chore: bump version to 1.3.2 --- README.md | 1 + VERSION | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index be94581..fa9c370 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ uvicorn main:app --reload --host 0.0.0.0 --port 8000 - `GET /api/source-health` — last fetch status for each ingestion source (`directory`, `unified`, `intune`). - `PATCH /api/events/{id}/tags` — update tags on an event (e.g., `investigating`, `false_positive`). - `POST /api/events/{id}/comments` — add a comment to an event. +- `POST /api/events/{id}/explain` — AI explanation of a single audit event with security context (requires `LLM_API_KEY`). - `POST /api/ask` — natural language query. Returns a narrative answer + referenced events. Supports time ranges, entity names, and respects active UI filters. Only available when `AI_FEATURES_ENABLED=true`. - `GET /api/config/features` — feature flags (`ai_features_enabled`). - `GET /api/rules` — list alert rules. diff --git a/VERSION b/VERSION index 6261a05..d5e98f7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.1 \ No newline at end of file +1.3.2 \ No newline at end of file