Skip to content
This repository was archived by the owner on Sep 13, 2026. It is now read-only.

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 26 Jul 21:23

Added

  • Incidents tab: new dashboard tab showing a flat table of incidents
    (gate rejections, rate-limit 429s, TTFT watchdog timeouts, client
    aborts, id_rewrite events) with sub-tabs, filters, badges, and
    capture-id deep links.

  • Incident types: id_rewrite incident type added to the incident
    taxonomy, with insertion sites wired across gate/rate-limit/TTFT/
    client-abort paths.

  • incident_retention_days config field (default 30): controls how
    long incident records persist before automatic sweep. Hot-reloadable —
    no server restart needed. Exposed in the Config tab.

  • Config sub-tabs: the Config tab now organizes settings into
    sub-tabs. Experimental settings (e.g. experiment_* flags) are
    promoted behind the API key gate.

Fixed

  • Vision background-signal test: replaced fixed sleep with polling to
    eliminate flaky timing.