feat: add Google Antigravity as supported tool in installer#354
Open
feat: add Google Antigravity as supported tool in installer#354
Conversation
Add Antigravity IDE to the tool selection in both install.sh and install.ps1, covering detection, skills installation, and MCP configuration. - Detect Antigravity via app path and CLI command - Install skills to .agents/skills/ (project) or ~/.gemini/antigravity/skills/ (global) - Write MCP config to ~/.gemini/antigravity/mcp_config.json - Update README with Antigravity in prerequisites and examples
malcolndandaro
requested changes
Mar 20, 2026
Collaborator
malcolndandaro
left a comment
There was a problem hiding this comment.
nice work, this follows the existing patterns well and both installers are kept in sync.
When the user selects project-level install and Antigravity is among the chosen tools, the MCP config silently gets written to the global path (~/.gemini/antigravity/mcp_config.json). Every other tool respects
the project/global scope, so this is surprising behavior with no feedback to the user.
This is an Antigravity limitation, not something we can fix on our side, but the user should still know about it. We should add a warning to the user like
▎ ⚠️ Antigravity only supports global MCP configuration. MCP config will be installed to
~/.gemini/antigravity/mcp_config.json
This should go in both install.sh and install.ps1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Antigravity IDE to the tool selection in both install.sh and install.ps1, covering detection, skills installation, and MCP configuration.
Tested: