You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add Google Antigravity as supported tool in installer
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
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
## Overview
10
10
11
-
AI-Driven Development (vibe coding) on Databricks just got a whole lot better. The **AI Dev Kit** gives your AI coding assistant (Claude Code, Cursor, Windsurf, etc.) the trusted sources it needs to build faster and smarter on Databricks.
11
+
AI-Driven Development (vibe coding) on Databricks just got a whole lot better. The **AI Dev Kit** gives your AI coding assistant (Claude Code, Cursor, Antigravity, Windsurf, etc.) the trusted sources it needs to build faster and smarter on Databricks.
By default this will install at a project level rather than a user level. This is often a good fit, but requires you to run your client from the exact directory that was used for the install.
59
-
_Note: Project configuration files can be re-used in other projects. You find these configs under .claude, .cursor, or .gemini_
60
+
_Note: Project configuration files can be re-used in other projects. You find these configs under .claude, .cursor, .gemini, or .agents_
0 commit comments