I put together a working Antigravity provider integration for agentchattr, since google changed access to gemini cli
I'm not github savvy, so sorry if I put this in the wrong place.
This is not meant to replace Gemini. It adds Antigravity as a separate provider so both can coexist.
What I changed locally:
- Added an antigravity agent config entry.
- Added hot neon pink UI color: #ff00cc.
- Added support for launching Antigravity with:
python wrapper.py antigravity
windows\start_antigravity.bat
- Added macOS/Linux launcher:
./start_antigravity.sh
- Added Antigravity identity text to the MCP bridge instructions.
Updated the MCP startup display so Antigravity is shown as an HTTP MCP provider.
Kept Gemini support intact.
Working config block:
[agents.antigravity]
command = "agy"
cwd = ".."
color = "#ff00cc"
label = "Antigravity"
mcp_inject = "antigravity_config"
mcp_settings_path = "~/.gemini/antigravity-cli/mcp_config.json"
mcp_transport = "http"
inject_delay = 1.0
Tested on Windows:
`
antigravity_support.zip
`
I put together a working Antigravity provider integration for agentchattr, since google changed access to gemini cli
I'm not github savvy, so sorry if I put this in the wrong place.
This is not meant to replace Gemini. It adds Antigravity as a separate provider so both can coexist.
What I changed locally:
python wrapper.py antigravitywindows\start_antigravity.bat./start_antigravity.shUpdated the MCP startup display so Antigravity is shown as an HTTP MCP provider.
Kept Gemini support intact.
Working config block:
Tested on Windows:
`
antigravity_support.zip
`