Overview
Theag-kit update command updates your existing Antigravity Kit installation to the latest version, ensuring you have access to the newest agents, skills, and workflows.
Options
Force update even if already on the latest version. Useful for repairing corrupted installations.
Update the installation in a specific directory instead of the current working directory.Example:
--path ./myappUpdate to a specific branch instead of the default branch.Example:
--branch devSuppress output messages. Useful for CI/CD pipelines and automated scripts.
Preview what would be updated without actually making changes.
Usage Examples
Basic Update
Update to the latest version:Already Up to Date
When no update is available:Force Update
Force update even if on the latest version:Update Specific Installation
Update a specific project:Update to Development Branch
Update to a specific branch:Silent Update
Run without output for automated scripts:Preview Update
See what would be updated:Combining Options
Combine multiple options:What Gets Updated
Theupdate command updates all components in your .agent folder:
| Component | Count | Description |
|---|---|---|
| Agents | 20 | Specialist AI personas (frontend, backend, security, PM, QA, etc.) |
| Skills | 37 | Domain-specific knowledge modules |
| Workflows | 11 | Slash command procedures |
Update Behavior
When to Update
You should update Antigravity Kit when:- New agents, skills, or workflows are released
- Bug fixes are available
- You want to access new features
- Your IDE is not recognizing new slash commands
After Update
After updating:- Restart your AI-powered editor (Cursor, Windsurf, etc.) to reload the updated templates
- Run
ag-kit statusto verify the update - Check the changelog for new features
