github krishnakanthb13/antigravity_phone_chat v0.1.6

latest releases: v0.3.2, v0.2.28, v0.2.24...
3 months ago

v0.1.6 - Mobile Copy & Stability Improvements 📋

Release Date: January 20, 2026


✨ New Features

📋 Mobile Code Block Copy Button

  • One-Tap Copy: Small copy icon appears next to all code blocks on mobile
  • Cross-Platform Support: Works on Android, iOS, Windows, and macOS browsers
  • Visual Feedback: Icon turns into a green checkmark (✓) on successful copy
  • Clipboard API: Uses modern navigator.clipboard with fallback to execCommand for older browsers
  • Minimal Design: Icon-only button, no text, no frame - clean and unobtrusive

🔄 Automatic Port Cleanup

  • No More EADDRINUSE: Server automatically kills any existing process on port 3000 before starting
  • Cross-Platform: Works on Windows (taskkill), Linux (kill), and macOS (kill)
  • Console Notification: Shows ⚠️ Killed existing process on port 3000 (PID: XXXX) when cleanup occurs

🐛 Bug Fixes

📜 Scroll Jumping Fix

  • Problem: When scrolling on phone, the view would jump to bottom after each snapshot update
  • Solution: Added 3-second scroll lock that respects user scroll position
  • Smart Detection: Auto-scroll resumes when user scrolls back to bottom or taps scroll-to-bottom button
  • Percentage-Based: Uses scroll percentage for more accurate position restoration

📄 Documentation Updates

  • README.md: Completely reorganized Quick Start into 4 clear steps with correct order
  • CODE_DOCUMENTATION.md: Updated Execution Flow section with startup sequence requirements
  • Added Warning: Clear callout that order matters - Antigravity + chat must be running before server

🚀 Startup Sequence (Important!)

⚠️ The order of steps matters! Follow this sequence:

  1. Start Antigravity with --remote-debugging-port=9000
  2. Open or start a chat in Antigravity
  3. Run the server (start_ag_phone_connect.bat or .sh)
  4. Connect your phone using the displayed URL

Full Changelog: v0.1.5...v0.1.6

Don't miss a new antigravity_phone_chat release

NewReleases is sending notifications on new releases.