-
Notifications
You must be signed in to change notification settings - Fork 233
[FEATURE] Google Antigravity CLI (agy) Support #1650
Copy link
Copy link
Open
Labels
area/multi-targetMulti-target deploy spec, target directory creation, agent surface routing.Multi-target deploy spec, target directory creation, agent surface routing.priority/highShips in current or next milestoneShips in current or next milestonestatus/acceptedDirection approved, safe to start work.Direction approved, safe to start work.status/triagedInitial agentic triage complete; pending maintainer ratification (silence = approval).Initial agentic triage complete; pending maintainer ratification (silence = approval).theme/portabilityOne manifest, every target. Multi-target deploy, marketplace, packaging, install.One manifest, every target. Multi-target deploy, marketplace, packaging, install.type/featureNew capability, new flag, new primitive.New capability, new flag, new primitive.
Metadata
Metadata
Assignees
Labels
area/multi-targetMulti-target deploy spec, target directory creation, agent surface routing.Multi-target deploy spec, target directory creation, agent surface routing.priority/highShips in current or next milestoneShips in current or next milestonestatus/acceptedDirection approved, safe to start work.Direction approved, safe to start work.status/triagedInitial agentic triage complete; pending maintainer ratification (silence = approval).Initial agentic triage complete; pending maintainer ratification (silence = approval).theme/portabilityOne manifest, every target. Multi-target deploy, marketplace, packaging, install.One manifest, every target. Multi-target deploy, marketplace, packaging, install.type/featureNew capability, new flag, new primitive.New capability, new flag, new primitive.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Todo
Greetings,
Google Antigravity CLI (
agy) is becoming another agent harness that teams may want to support alongside Claude Code, Codex, Gemini CLI, Cursor, Windsurf, and other APM targets.APM already supports Gemini CLI, but Antigravity CLI appears to use its own configuration surface and should probably be treated as a separate target rather than folded into the existing
geminitarget.Is your feature request related to a problem? Please describe.
Yes. Teams that use APM as the source of truth for agent context currently cannot declare Antigravity CLI as an install/compile target.
A project can still rely on
AGENTS.mdas shared context, but Antigravity-specific primitives such as workspace skills, rules, plugins, and MCP configuration are not represented in APM's target list or deployment logic.Describe the solution you'd like
Add Google Antigravity CLI (
agy) as a supported APM target.Likely target mapping to validate against current Antigravity CLI docs:
antigravityoragyAGENTS.md.agent/skills/.agent/rules/mcp_config.json/ plugin-based configurationThis would let APM deploy the same managed skills/instructions to Antigravity CLI without users manually symlinking or copying
.agents/skillsinto.agent/skills.Describe alternatives you've considered
agyhas a distinct plugin/config layout and runtime behavior.AGENTS.md: useful as a baseline, but it does not cover Antigravity workspace skills/rules/MCP configuration..agent/skillsto.agents/skills: workable as a stopgap, but not a first-class APM target.Additional context
Antigravity CLI docs indicate support for plugins, MCP, skills, and workspace context/rules. The CLI also has a
pluginsubcommand for installing/importing/managing plugins.Related existing APM work:
Happy to provide local examples or help test a target implementation against
agy.Gemini CLI sunset: https://developers.googleblog.com/an-important-update-transitioning-gemini-cli-to-antigravity-cli/
MCP: https://antigravity.google/docs/mcp
Skills: https://antigravity.google/docs/skills
Rules: https://antigravity.google/docs/rules-workflows
Plugins: https://antigravity.google/docs/plugins
Hooks: https://antigravity.google/docs/hooks
"Sidecars" (completely new vs others apparently): https://antigravity.google/docs/sidecars