• v1.3.2 fb5d45dfb3

    v1.3.2 — AI Event Explanation & Copy Raw Event
    All checks were successful
    CI / lint-and-test (push) Successful in 23s
    Release / build-and-push (push) Successful in 1m38s
    Stable

    tomas.kracmar released this 2026-04-21 20:28:52 +00:00 | 41 commits to main since this release

    What's New

    AI Event Explanation

    • New POST /api/events/{id}/explain endpoint sends an audit event (plus up to 10 related events from the last 24h) to the LLM for a security-focused explanation.
    • The LLM explains what happened, who performed the action, whether it's typical or suspicious, any security implications, and recommended next steps.
    • Available in the raw event modal — click Explain when viewing any event.
    • Gracefully falls back when LLM_API_KEY is not configured.

    Copy Raw Event

    • New Copy button in the raw event modal copies the full JSON to the clipboard.

    Upgrade Notes

    docker compose pull && docker compose up -d
    

    No configuration changes required.

    Downloads