You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
__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).