v1.2.0
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 setupflow for first-run configuration and readiness checks. - Adds Claude-first aliases such as
sonnet,opus,claude-sonnet, andclaude-opus. - Centralizes native model metadata used by setup, docs, diagnostics, and
/v1/models. - Adds
doctor --codex-readyfor Codex model-picker/provider readiness diagnostics. - Adds background gateway lifecycle commands:
start --background,status, andstop. - Improves Claude-family request diagnostics and retry/cooldown reporting.
- Keeps
$antias 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
mainatb14bea97eb0d76778fda91a7cd05ac097b28041c. - Main CI run
28761062790passed package plus Python3.10,3.11, and3.12. - Local
python3 -m pytest -qpassed:324 passed, 128 subtests passed. python3 -m compileall -q codex_antigravity_auth testspassed.git diff --checkpassed.python3 -m buildandpython3 -m twine check dist/*passed.- Clean wheel install smoke passed for
codex-antigravity-auth==1.2.0, scratchsetup --check, and scratchinstall-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.tomlwas mutated during release verification. - No fresh credentialed live Google/BYOK generation smoke was run as part of this release pass.