You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
agy: fixed silent bot on standard/sandboxed-isolation agents. A non-admin antigravity+telegram agent came up with the bridge running but agy itself stuck at the "select login method" screen (unauthenticated → silent bot). The agy OAuth token (the only credential that's a plain file) was seeded into the agent runtime at boot via the agent's own sudo -n to read the 0700 auth-profile — but only admin-isolation agents get NOPASSWD sudo, so standard/sandboxed agents' seed silently no-op'd. Now agent create seeds the token as root at create time (isolation-independent). Verified on a live box. Builds on v0.1.43/v0.1.44 (agy interactive login + direct-bun-launch fixes).