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 ~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.