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

v1.12.0

Choose a tag to compare

@cdot65 cdot65 released this 11 Mar 13:07
· 1 commit to main since this release
05fe6cc

What's New

Bug Fixes

  • fix: retry pollResults on rate limit with exponential backoff — Polling no longer crashes on AIRS rate limit errors. Retries with exponential backoff (10s base, up to 5 retries) and shows retry messages in terminal. (#129, #130)

New Features

  • feat: add session_id to bulk-scan — All prompts in a bulk-scan share a session ID for grouping in the AIRS Sessions UI dashboard. Auto-generated per run or set via --session-id <id>. (#131, #132)

Stats

  • 494 tests passing
  • 4/4 CI checks green (lint, typecheck, test, docs-build)