Skip to content

feat: add support for Google Antigravity (agy) CLI#12

Merged
ayghri merged 3 commits into
ayghri:mainfrom
jai-dewani:main
Jul 21, 2026
Merged

feat: add support for Google Antigravity (agy) CLI#12
ayghri merged 3 commits into
ayghri:mainfrom
jai-dewani:main

Conversation

@jai-dewani

Copy link
Copy Markdown
Contributor

Adds Google Antigravity (agy) CLI integration:
- Adds root plugin.json to define the package as an Antigravity plugin.
- Updates README.md and INSTALL.md with agy instructions (installation via remote Git URL,
verification, update, and uninstallation).

Fixes #7

@isatimur isatimur left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

jai-dewani and others added 3 commits July 21, 2026 00:27
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.
@ayghri
ayghri merged commit ba1293e into ayghri:main Jul 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support Google Antigravity CLI (agy) integration

3 participants