Antigravity: improve OAuth client setup diagnostics#1086
Closed
Yuxin-Qiao wants to merge 1 commit into
Closed
Conversation
Contributor
Author
|
Closing this since #1090 has landed and fixes the root Antigravity OAuth client discovery path for #1076. This PR was intentionally narrower and only improved the fallback diagnostic when OAuth client discovery fails. With the root discovery fix merged, I’m happy to keep this closed unless a clearer diagnostic is still needed later. Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Improves the Antigravity OAuth setup diagnostic shown when CodexBar cannot discover the Antigravity OAuth client.
The updated message clarifies that CodexBar expects OAuth client metadata from
Antigravity.appor explicitANTIGRAVITY_OAUTH_CLIENT_ID/ANTIGRAVITY_OAUTH_CLIENT_SECRETenvironment variables, and notes that the Antigravity CLI alone may not provide the client metadata needed by CodexBar after the Gemini CLI migration.Scope
Testing
swift test --filter AntigravityOAuthCredentialsStoreTestsmake checkgit diff --check