Skip to content

v0.1.46

Choose a tag to compare

@lodar lodar released this 02 Jun 11:14
· 95 commits to main since this release

Fixes

  • agy: fixed ~3min first-listen lag on telegram agents. A freshly-booted antigravity+telegram agent took ~3min to start replying — agy wires its telegram MCP server but won't call wait_for_message until prompted, so on cold boot it idled until its own in-process re-arm watchdog fired (~180s). grok already had a cold-start kickoff and codex doesn't need one (MCP boots with the process); agy was the only type missing it. Added the same kick for agy (fires once the chat UI is ready). Verified: time-to-listening ~180s → ~12s.