Skip to content

v0.2.0: Background Token Rotation, Homebrew Tap, and Telegram Notifications

Choose a tag to compare

@g1mn g1mn released this 23 Aug 08:48
· 28 commits to main since this release

🚀 What's New in v0.2.0

  • 🔄 Zero-Interaction Background Token Rotation: Seamlessly refreshes Google OAuth tokens in milliseconds without opening browser windows.
  • Batch Token Rotation (agyswap rotate --all): One-line command to refresh and validate all registered account slots simultaneously.
  • 🍺 Homebrew Distribution: Full support for macOS package installation via official tap (brew install g1mn/tap/agyswap) with automatic shell completions.
  • 🛡️ Privacy-Isolated Local Dashboards: agyswap viz generates local-only ~/.agy-swap/dashboard.html (Mode 0600), keeping Git repositories 100% clean and credential-leak-proof.
  • 🎨 Official Visual Identity System: Embedded vector SVG brand mark, 1280x640 OpenGraph hero banner, and interactive architecture lifecycle map.
  • 📱 Real-time Telegram Alerts: GitHub Actions integration for instant notifications on stars, forks, issues, PRs, comments, and weekly digests.

📦 Installation

# Homebrew (Recommended on macOS)
brew install g1mn/tap/agyswap

# One-Line Curl Installer
curl -fsSL https://raw.githubusercontent.com/g1mn/agyswap/main/install.sh | bash