v0.1.44
Fixes
- agy + Telegram: fixed silent bot on new agy agents. A freshly-created antigravity+telegram agent came up with the bot not responding — the telegram-agy MCP server never started. Cause: agy launched the bridge with
bun run --cwd <plugin> start, andbun runrelinksnode_modules/.binon each call, which fails with "Failed to link which: EEXIST" from the root-owned shared plugin staging dir. The server died on launch → silent bot. Now agy launchesbun <server.ts>directly (same as codex/grok — no relinking, works from the shared dir). The config-rewrite guard also heals agy agents provisioned on the oldbun run startform on next restart. Verified end-to-end on a live box.
Builds on v0.1.43 (agy interactive login, agent unit TimeoutStopSec 60→15s, agy SIGHUP-on-stop).