Antigravity Storage Manager
Export and Import Antigravity/Cline conversation history with a single click.
Backup your AI conversations to zip files and restore them anytime.
Support
If you find this extension useful, consider supporting the development:
Features
- ☁️ Google Drive Sync — Automatically sync conversations between devices
- 🔒 End-to-End Encryption — All synced data is encrypted using AES-256-GCM
- ⚡ Smart Per-File Sync — Only changed files are synced, not entire archives. Hash caching and parallel uploads for maximum speed.
- 📦 Export Conversations — Select one or multiple conversations and save them to a ZIP archive
- 💾 Local Backup — One-click backup of ALL conversations to a single local archive
- 📥 Import Conversations — Restore conversations from ZIP archives
- ✏️ Rename Conversations — Change conversation titles directly from VS Code
- ⚔️ Advanced Conflict Resolution — UI to manually resolve synchronization conflicts (Keep Local vs. Keep Remote)
- 🎯 Status Bar Integration — Quick access to Export, Import, and Sync
- 🎨 Command Palette — All commands available via
Ctrl+Shift+P
Google Drive Synchronization (New!)
Keep your conversations synchronized across multiple machines using your Google Drive.
Setup Sync
- Run command
Antigravity Storage: Setup Google Drive Sync
- Create a Master Password: This password is used to encrypt your data. You must use the same password on all machines.
- Authenticate: Log in with your Google account.
- Done! Conversations will automatically sync in the background.
👉 Detailed Setup Guide: Includes step-by-step instructions for configuring Google Cloud Console, adding test users, and troubleshooting.
Security
- Zero Knowledge: All data is encrypted locally before being uploaded.
- Master Password: Only you know the password. It is stored securely in your OS keychain.
- Limited Access: The extension only accesses files it created (app-specific folder).
Manual Sync
- Click the AG Sync button in the status bar
- Or run
Antigravity Storage: Sync Now
Manage Sync
Click the AG Sync button in the status bar to open the menu.
Status Bar Tooltip: Hover over "AG Sync" to see your Last Sync time and session Sync Count.
Sync Statistics: Run Antigravity Storage: Show Statistics (or Ctrl+Alt+I) to view the interactive dashboard:
- Manage Conversations: Rename or Delete conversations directly from the list.

- Selective Sync: Manually Upload (Local Only) or Download (Remote Only) individual conversations.
- View Details: Click on file sizes to see individual file breakdowns (scrollable). Hover over badges to see sync details.
- Visual Analytics: Interactive pie charts showing sync coverage (Local vs Synced, Remote vs Synced).
- Machine Stats: View "Uploads" and "Downloads" per machine, including total data volume (MB).

- **Manage Machines**: Remove stale machines from the list using the **Delete (🗑️)** button.
- **Force Sync**: Proactively push a sync signal to other machines with the **Push (🔄)** button (requires target machine to process signals).
- Real-time Data: Use the Refresh Data (🔄) button to reload statistics immediately.
Status Bar: The AG Sync icon updates dynamically (☁️ Cloud, 🔄 Spinning, ⚠️ Error, ✅ Check) to reflect the current state.
Shortcuts: Default hotkeys are provided for common actions (e.g., Ctrl+Alt+S for Sync Now) and are displayed in the menu.

How It Works (Export/Import)
1. Quick Access via Status Bar
The extension adds AG Export, AG Import, and AG Sync buttons to your VS Code status bar:

2. Command Palette Integration
All commands are available through the Command Palette (Ctrl+Shift+P). Just type "Antigravity Storage" to see all available actions.

3. Multi-Select Export
When exporting, you can select multiple conversations at once using the Space key.

Advanced Features
💾 Local Backup
Worried about the cloud? Create a full local backup anytime.
- Run
Antigravity Storage: Backup All Conversations
- Choose a destination folder.
- A single ZIP file containing all your conversations will be created.
⚔️ Conflict Resolution
If you edit the same conversation on two machines offline, a conflict copy is created.
- Run
Antigravity Storage: Resolve Conflict Copies
- Select the conflicting conversation from the list.
- Choose to Keep Original (delete copy) or Keep Conflict (overwrite original with copy).
Installation
From VS Code Marketplace
- Open VS Code
- Go to Extensions (
Ctrl+Shift+X)
- Search for "Antigravity Storage Manager"
- Click Install
Requirements
- VS Code 1.96.0 or higher
- Google Account (for synchronization)
Data Location
Conversations are stored locally in:
- Brain data:
~/.gemini/antigravity/brain/
- Conversation files:
~/.gemini/antigravity/conversations/
Synced data is stored in your Google Drive in the AntigravitySync folder.
Keyboard Shortcuts
The extension comes with default keybindings for common actions:
Ctrl+Alt+S (Windows/Linux) / Cmd+Alt+S (Mac): Sync Now
Ctrl+Alt+I (Windows/Linux) / Cmd+Alt+I (Mac): Show Sync Statistics
Customizing Shortcuts
You can customize these shortcuts to fit your workflow:
- Open Keyboard Shortcuts (
Ctrl+K Ctrl+S).
- Type
antigravity in the search bar.
- Right-click on any command (e.g.,
Antigravity Storage: Import Conversations) and select Change Keybinding.
Contributing
See CONTRIBUTING.md for development setup and contribution guidelines.
License
MIT © unchase