Skip to content

v0.0.11-beta.8 — audit first-run fix: fire-and-forget runs, scan all history

Pre-release
Pre-release

Choose a tag to compare

@NiveditJain NiveditJain released this 11 Jun 08:48
9440f98

0.0.11-beta.8

Fixes

  • The /audit first run no longer fails on the first click, and an audit is no longer time-capped (#434) — the first, cold scan used to abort after ~15s and bounce back to the empty state (a retry only worked because the first attempt had warmed the caches server-side). The run is now fire-and-forget with uncapped status polling, so an audit runs to completion however long it takes, and the default scan now covers your entire session history instead of just the last 30 days. The run-lock's 5-minute auto-expiry is removed so a long-but-healthy run is never cut short, and a run that can't persist its result now surfaces an error instead of silently reporting success.

Docs

  • Update translated docs for changed English sources (#433).

Published to npm under the beta dist-tag (npm i failproofai@beta).