diff --git a/README.md b/README.md index a9825ff..8e7d771 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Antigravity Proxy +# ZeroGravity OpenAI-compatible proxy that intercepts and relays requests to Google's Antigravity language server, impersonating the real Electron webview. diff --git a/scripts/mitm-redirect.sh b/scripts/mitm-redirect.sh index 10f4f02..659de18 100755 --- a/scripts/mitm-redirect.sh +++ b/scripts/mitm-redirect.sh @@ -58,7 +58,7 @@ install() { # This is needed for the proxy to spawn the LS binary. local REAL_USER="${SUDO_USER:-$(logname 2>/dev/null || whoami)}" cat > "$SUDOERS_FILE" <