feat: add support for Google Antigravity (agy) CLI#12
Merged
Conversation
isatimur
suggested changes
Jul 20, 2026
isatimur
left a comment
Contributor
There was a problem hiding this comment.
The plugin mechanism and agy lifecycle commands are now documented by Google, but this manifest does not satisfy the live schema.
https://antigravity.google/schemas/v1/plugin.json sets additionalProperties: false and defines only name and description. The proposed version, author, homepage, repository, and license keys are unsupported, so strict manifest validation rejects the package before the skill can load.
I opened a minimal fix directly against this branch: jai-dewani#2
Once that patch lands, the manifest issue is resolved. The local machine does not currently have agy installed, so I verified the schema, repository checks, JSON shape, and diff, but did not claim a full CLI install smoke test.
Was organised by task (Install / Verify / Update / Uninstall / Always-on) with four agents repeated under every heading. A Cursor user had to scroll the whole page and follow cross-references like "add the same text". Now each agent is a single <details> block containing everything for that agent, matching the README layout. No cross-references between sections. Also adds the Antigravity always-on block that PR ayghri#12 left truncated, and a Codex always-on block that was missing entirely.
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.
Adds Google Antigravity (
agy) CLI integration:- Adds root
plugin.jsonto define the package as an Antigravity plugin.- Updates
README.mdandINSTALL.mdwithagyinstructions (installation via remote Git URL,verification, update, and uninstallation).
Fixes #7