Skip to content

v1.2.0

Choose a tag to compare

@Reedtrullz Reedtrullz released this 06 Jul 00:57
b14bea9

V3 native Claude-in-Codex polish

This release focuses the project back on the core promise: make Antigravity Claude Opus/Sonnet easy, reliable, and native-feeling inside Codex.

Highlights

  • Adds the primary codex-antigravity setup flow for first-run configuration and readiness checks.
  • Adds Claude-first aliases such as sonnet, opus, claude-sonnet, and claude-opus.
  • Centralizes native model metadata used by setup, docs, diagnostics, and /v1/models.
  • Adds doctor --codex-ready for Codex model-picker/provider readiness diagnostics.
  • Adds background gateway lifecycle commands: start --background, status, and stop.
  • Improves Claude-family request diagnostics and retry/cooldown reporting.
  • Keeps $anti as an optional review/planning helper after native Claude is working.
  • Includes final setup hardening from PR review: gateway readiness wait, port/base-url mismatch protection, clean invalid-model reporting, safer cooldown epoch normalization, and BYOK setup preflight before config writes.

Verification

  • PR #5 merged into main at b14bea97eb0d76778fda91a7cd05ac097b28041c.
  • Main CI run 28761062790 passed package plus Python 3.10, 3.11, and 3.12.
  • Local python3 -m pytest -q passed: 324 passed, 128 subtests passed.
  • python3 -m compileall -q codex_antigravity_auth tests passed.
  • git diff --check passed.
  • python3 -m build and python3 -m twine check dist/* passed.
  • Clean wheel install smoke passed for codex-antigravity-auth==1.2.0, scratch setup --check, and scratch install-skill --verify.

Checksums

  • Wheel: f22abec4d8cf7973d3c011fcfe3ef19ab8c9f81dda683bd171218b53916871bc
  • Source distribution: 701212b26a5c7a3d395278d488fb06b80f88dd4ee1dc971d12e08966520b33a5

Non-claims

  • No PyPI publish was performed.
  • No production deploy outside GitHub release/tag was performed.
  • No real user ~/.codex/config.toml was mutated during release verification.
  • No fresh credentialed live Google/BYOK generation smoke was run as part of this release pass.