Skip to content

v0.2.0 — Google Drive Sync

Choose a tag to compare

@thotam thotam released this 07 Mar 18:32

🔄 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)
  • axios dependency

Install

Build from Source

See README for instructions.