Antigravity Mode Toggle Extension
February 7, 2026 · View on GitHub
Antigravity Mode Toggle Extension
This extension allows you to quickly toggle between Fast mode and Planning mode of Antigravity AI Agent using keyboard shortcuts.
🚀 Features
- Switch to Fast Mode:
Ctrl+Alt+F(Mac:Cmd+Alt+F) - Switch to Planning Mode:
Ctrl+Alt+P(Mac:Cmd+Alt+P)
📦 Installation
- Clone or download this repository.
- Run
npm installin the terminal to install dependencies. - Press
F5to run in debug mode, or package it into a.vsixfile for installation.- Packaging command:
vsce package(requiresnpm install -g vscebeforehand)
- Packaging command:
⚙️ Configuration
This extension attempts to toggle modes by changing the antigravity.agentMode setting by default.
If Antigravity's internal setting key is different, you may need to modify the code in extension.ts to apply the correct setting key.
⌨️ Custom Keybindings
If you don't like the default keybindings, you can change them in VS Code's Keyboard Shortcuts settings (Cmd+K Cmd+S).
Search for antigravity-toggle and assign your desired keys.
📝 License
MIT License