v0.2.1 - Magic Links & Unified Launcher ✨
Release Date: January 21, 2026
✨ NEW: Magic Link Auto-Login
- QR Code Magic: In Web Mode, the QR code now embeds your password! Just scan it to log in instantly—no typing required.
- Smart Redirects: Automatically sets your secure session cookie and seamlessly redirects you to the app interface.
🚀 Unified Launcher Experience
- One Script to Rule Them All: Introduced
launcher.py, a robust Python core that powers both Local and Web modes. - Improved Local Mode:
- Automatically detects if you have SSL certificates and generates the correct
https://local URL. - Generates a QR code for your local Wi-Fi IP for easy connecting.
- Automatically detects if you have SSL certificates and generates the correct
- Cleaner Interface:
- Server logs are now redirected to
server_log.txt, keeping your terminal screen calm and focused. - Displays clear, numbered steps for connecting on both Local and Web modes.
- Server logs are now redirected to
🛡️ Enhanced Troubleshooting
- Real-Time Diagnostics: The launcher now monitors the server log in real-time.
- Immediate Alerts: If the server can't find the Antigravity editor (CDP), it instantly flashes a RED WARNING in the terminal with specific fix instructions (e.g., "Open with Antigravity (Debug)").
🐛 Bug Fixes
- Socket Error: Fixed a crash in
launcher.pyrelated tosocket.AF_INETinitialization. - HTTPS Mismatch: Fixed an issue where Local Mode would generate
http://links even when the server was running securely onhttps://.
Full Changelog: v0.2.0...v0.2.1