Antigravity Link v1.0.13
Antigravity Link v1.0.13 strengthens the project as both a mobile companion and an automation layer for Antigravity IDE.
New integration surface for agents and automation
- Added a local MCP server (
mcp-server.mjs) for MCP-compatible clients. - Added an OpenAPI-spec'd local API (
openapi.yaml) for typed integrations. - Enables programmatic control of Antigravity IDE sessions for snapshot retrieval, prompt submission, generation stop, instance switching, and plan/task/walkthrough access.
Reliability improvements for stop generation
- Replaced brittle aria/text stop heuristics with a grounded cancel-button selector strategy.
/stopnow combines LS RPC cancellation with DOM-level fallback to reduce silent failures.- Added structured stop diagnostics (
ag-stop-probe.json) for troubleshooting and validation.
Mobile UX and mirror hardening
- Improved in-flight stop feedback in the mobile UI.
- Improved generation-state handling and stop affordances.
- Improved loading-state clarity when connected but waiting for first chat surface snapshot.
- Additional mirror layout/stability fixes for practical day-to-day mobile use.
Developer experience and quality guardrails
- Added script-validity tests to catch CDP script regressions before release.
- Improved packaging hygiene and local extension iteration workflow.
Links
- GitHub repository: https://github.com/cafeTechne/antigravity-link-extension
- Open VSX listing: https://open-vsx.org/extension/cafetechne/antigravity-link-extension
- OpenAPI schema: https://github.com/cafeTechne/antigravity-link-extension/blob/main/openapi.yaml
- MCP server entrypoint: https://github.com/cafeTechne/antigravity-link-extension/blob/main/mcp-server.mjs