Skip to content

v0.1.45

Choose a tag to compare

@lodar lodar released this 02 Jun 11:10
· 96 commits to main since this release

Fixes

  • 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).