Skip to content

v0.1.44

Choose a tag to compare

@lodar lodar released this 02 Jun 10:52
· 97 commits to main since this release

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, and bun run relinks node_modules/.bin on 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 launches bun <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 old bun run start form 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).