-
Notifications
You must be signed in to change notification settings - Fork 132
Request: Add native support for antigravity-cli #31
Copy link
Copy link
Open
Labels
confirmedIssue has been verified and acceptedIssue has been verified and acceptedenhancementNew feature or requestNew feature or requestunsupported-agentIssue/request associated with an agent that is not currently supported.Issue/request associated with an agent that is not currently supported.
Description
Activity
Metadata
Metadata
Assignees
Labels
confirmedIssue has been verified and acceptedIssue has been verified and acceptedenhancementNew feature or requestNew feature or requestunsupported-agentIssue/request associated with an agent that is not currently supported.Issue/request associated with an agent that is not currently supported.
Feature Request: Native Support for antigravity-cli (agy)
Context & Background
antigravity-cli(often referred to asagy) is an agentic AI coding CLI that acts as a pair programmer on the local system. Similar to Claude Code, it supports model-context protocol (MCP) servers and global skill discovery.Currently, users running the MATLAB Agentic Toolkit within
antigravity-clihave to manually configure the MCP server connection and manually symlink the toolkit'sskills-catalog/files into their global skills directory (~/.gemini/antigravity-cli/skills/).Proposed Enhancement
We would love to see native, out-of-the-box support for
antigravity-cliin the MATLAB Agentic Toolkit. Specifically, this would involve:antigravity-cli(e.g., checking for the presence of the~/.gemini/antigravity-cli/directory).install-global-skills.shto symlink skills directly into theantigravity-cliskills directory:~/.gemini/antigravity-cli/skills/reference/antigravity-cli-setup-guidance.md) providing integration details and clear instructions for the platform.Value to the Community
With native support, developers using
antigravity-clican set up their MATLAB development environment in a single command, making it incredibly seamless to run unit tests, check code quality, and automate MATLAB tasks using their agent.