#0001
`Antigravity CLI` remote login URL breaks on SSH terminals
40radar
AntigravityCoding agent CLI — Google account auth for remote workflows
Manual OAuth login can fail because the displayed URL includes wrapped spaces and carriage returns. Small bug, but painful for remote CLI use.
- Remote SSH sessions cannot spawn a browser, so
Antigravity CLIprints a manual Google OAuth URL instead. - The printed URL is line-wrapped with spaces and carriage returns, forcing cleanup before browser login.
- Workaround is crude but clear: paste into another editor and remove whitespace. This needs a CLI-side copy-safe URL output.
Source: discuss.ai.google.dev/t/antigravity-cli-displays-auth-urRead original →
