Skip to content

v0.4.0

Choose a tag to compare

@cleburn cleburn released this 13 May 05:44
· 30 commits to main since this release

Added

  • Native Google Desktop OAuth flow for Gemini authentication. The CLI now performs a full OAuth dance with Google's Desktop App OAuth client and stores refresh tokens at ~/.aegis/oauth/google/credentials.json. No more dependency on gcloud Application Default Credentials.
  • Improved Google sign-in messaging through the OAuth handoff.

Removed

  • ADC (gcloud auth application-default login) path for Google authentication. The native OAuth flow replaces it entirely.