diff --git a/sdk/auth/filestore.go b/sdk/auth/filestore.go index e364c7ca..6ac8b8a3 100644 --- a/sdk/auth/filestore.go +++ b/sdk/auth/filestore.go @@ -336,7 +336,7 @@ func metadataEqualIgnoringTimestamps(a, b []byte, provider string) bool { // For providers that can re-fetch tokens when needed (e.g., Google OAuth), // we ignore access_token to avoid unnecessary file writes. switch provider { - case "gemini", "gemini-cli": + case "gemini", "gemini-cli", "antigravity": ignoredFields = append(ignoredFields, "access_token") }