Skip to content

v0.5.2

Choose a tag to compare

@github-actions github-actions released this 22 Apr 23:58
· 143 commits to main since this release

Fixed

  • __init__.__version__ was 0.3.0 while pyproject.toml was at 0.5.1 — now synced (AI-CLI-46).

Added

  • Programmatic API contract tests (tests/test_public_api.py expanded from 6 to 12 tests): version sync guard, run_gemini() parameter signature enforcement, and field-completeness checks for GeminiResult, AttemptLog, and QuotaSnapshot. These catch breaking API changes before downstream callers (e.g. aido) break (AI-CLI-46).