• v1.2.5 11fd87411d

    AOC v1.2.5
    All checks were successful
    Release / build-and-push (push) Successful in 1m18s
    CI / lint-and-test (push) Successful in 20s
    Stable

    tomas.kracmar released this 2026-04-20 15:24:20 +00:00 | 53 commits to main since this release

    Natural language query (/api/ask)

    Ask plain-English questions and get AI-generated answers backed by audit logs. Supports OpenAI, Azure OpenAI, and MS Foundry.

    Filter-aware queries

    The ask endpoint respects the UI filter panel.

    Scales to thousands of events

    Large result sets are pre-aggregated (counts by service/action/result/actor + failure highlights + 50 recent samples).

    Version display

    Badge in the header shows the running version.

    Production hardening

    Non-root container, Gunicorn workers, internal-only MongoDB, nginx reverse proxy.

    Downloads