Skip to content

antigravity integration - fixed #76

Description

@EEtinkerer

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

  • Added Windows launcher:

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

`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions