Conversation
Treat a healthy Antigravity install with unchecked Google auth as informational in Settings (Installed · Sign-in required) instead of amber Needs attention. Keep the server health probe as warning so readiness semantics stay unchanged. Add a Sign in with Google action on the Antigravity settings card that starts the existing OAuth flow. Co-authored-by: maco <macodev00@users.noreply.github.com>
Co-authored-by: maco <macodev00@users.noreply.github.com>
This branch has not been deployed
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.
What Changed
Settings-only redo of pingdotgg#12751 after pingdotgg#12861 was closed (Macroscope Not approved).
installed+warning+auth.unknown) as informational Installed · Sign-in required, not amber Needs attention.startProviderAuthOAuth flow.The server health probe is unchanged: it still reports
warningfor unchecked Google auth. Cached-model retention is unchanged. Confirmedunauthenticated, missing install, and real probe failures stay as they are.Why
pingdotgg#12861 changed the probe to
readyand adjusted model retention. Macroscope rejected that as a production-readiness semantics change. This redo keeps probe semantics and only fixes Settings presentation plus a discoverable sign-in CTA, matching the issue’s suggested fix.Fixes pingdotgg#12751
UI Changes
Settings → Providers → Antigravity:
Tests
vp test runon:apps/web/src/components/settings/providerStatus.test.tsapps/web/src/components/settings/ProviderInstanceCard.test.tsapps/web/src/components/settings/ProviderSetupSection.test.tsx28 passed. Web typecheck passed.
Fork-only PR for macodev00. Not intended for pingdotgg/t3code.
Checklist