Skip to content

v1.6.3

Choose a tag to compare

@Reedtrullz Reedtrullz released this 07 Jul 01:56
55e0e79

Summary

  • Hotfix: setup --write, setup-google, and configure-codex --write now install only the Codex provider block by default.
  • Added explicit --activate for changing top-level model / model_provider.
  • Restored the safer default install posture so Codex's existing GPT default is not overwritten unexpectedly.

Verification

  • Local: python3 -m pytest -q -> 403 passed, 138 subtests.
  • Local: python3 -m compileall -q codex_antigravity_auth tests.
  • Local: git diff --check.
  • Local: python3 -m twine check dist/*.
  • Local packaged wheel smoke proved provider-only --write preserves an existing scratch default, while --activate opts into switching.
  • GitHub CI green on PR #13, main, and tag v1.6.3, including Windows.
  • PyPI Trusted Publishing run 28835943138 succeeded.
  • Strict clean PyPI install smoke for codex-antigravity-auth==1.6.3 passed and repeated the scratch config activation checks.