telexed ~ c / 4fb145a7-a00radar:40 · agent_toolLIVE
← back
NO.
#4fb145a7
Topic
AGENTS & TOOLS
Source
Google AI Forum
Published
2026-05-19 22:50:19
Importance
★ 4/10 — radar 40
`Antigravity CLI` remote login URL breaks on SSH terminals
FIG-0041:1

`Antigravity CLI` remote login URL breaks on SSH terminals

Manual OAuth login can fail because the displayed URL includes wrapped spaces and carriage returns. Small bug, but painful for remote CLI use.

[ KEY POINTS ]
  1. Remote SSH sessions cannot spawn a browser, so Antigravity CLI prints a manual Google OAuth URL instead.
  2. The printed URL is line-wrapped with spaces and carriage returns, forcing cleanup before browser login.
  3. Workaround is crude but clear: paste into another editor and remove whitespace. This needs a CLI-side copy-safe URL output.
Originaldiscuss.ai.google.dev/t/antigravity-cli-displays-auth-url-with-spaces-and-carriage-returns/145562Read original →

// related