Skip to content

v0.1.43

Choose a tag to compare

@lodar lodar released this 02 Jun 09:37
· 100 commits to main since this release

Fixes

  • antigravity login no longer times out at 30s. agy --print ping capped the OAuth wait at 30s, which was too short to finish Google sign-in + paste the code via the dashboard — so no token was written and agent create rejected the empty profile ("agy create fails after login"). Auth now runs through the interactive TUI (agy --prompt-interactive ping), which waits indefinitely: cmd_auth_poll auto-selects Google OAuth and scrapes the full OAuth URL from a wide login pane. Verified end-to-end on a live box (URL captured intact); final completion needs a real Google sign-in.
  • Agent unit TimeoutStopSec 60s → 15s. Backstop for the codex/grok/agy telegram bridge (bun) SIGTERM hang that stalled restarts ~60s and left agents unresponsive ~2-3min after create (plugin-side handler fix shipped separately in grok 0.1.25 / codex 0.2.26 / agy 0.1.15). Default KillMode kept so bun still gets a graceful SIGTERM (avoids the next-poller 409).