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.clipboardwith fallback toexecCommandfor 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:
- Start Antigravity with
--remote-debugging-port=9000 - Open or start a chat in Antigravity
- Run the server (
start_ag_phone_connect.bator.sh) - Connect your phone using the displayed URL
Full Changelog: v0.1.5...v0.1.6