v0.2.0 — Google Drive Sync
🔄 v0.2.0 — Google Drive Sync
Major update: switched from GitHub Gists to Google Drive.
Changed
- Storage: GitHub Gists → Google Drive (hidden appDataFolder)
- Auth: GitHub token → Google OAuth 2.0 (browser login)
- Scope: Antigravity IDE only (warning for other editors)
- Dependencies: Removed
axios, using native Node.js https
Added
- Google OAuth login/logout commands
- Secure token storage via SecretStorage (OS-level encryption)
- Auto token refresh (transparent to user)
- Re-login prompt when session expires
- Multi-path fallback for config detection
- Build-time credential injection via .env + webpack DefinePlugin
Removed
- GitHub Gist storage & authentication
- Multi-editor support (VS Code, Cursor)
axiosdependency
Install
- Open VSX Registry
- Download
.vsixbelow → Extensions → Install from VSIX
Build from Source
See README for instructions.