🎯 Major Features
- ✅ Complete mobile-first chats interface with real-time WebSocket updates
- 🧠 Intelligent auto-scroll system with user behavior detection
- 🛡️ DOM-aware WebSocket message correlation protection
- 🌐 Enhanced Cloudflare Tunnel support with improved URL detection
- 📱 Separate commands:
--chats
(mobile) and--analytics
(dashboard)
🔄 Architecture Changes
- 🗑️ Removed AgentsPage.js - chats now completely independent
- 🎨 Simplified Sidebar for analytics-only functionality
- 🚀 CLI commands restructured:
--chats
,--analytics
,--agents
,--verbose
,--tunnel
🐛 Bug Fixes
- 🔧 Fixed tool summary text overflow for long file paths
- 💬 Resolved WebSocket message correlation conflicts
- 🛡️ Protected DOM-rendered text messages from tool overwrites
- 📱 Fixed status footer overlapping messages
🚀 Usage
# Mobile-first chats interface
npx claude-code-templates --chats
# Analytics dashboard
npx claude-code-templates --analytics
# With Cloudflare Tunnel for remote access
npx claude-code-templates --chats --tunnel
🔗 Links
- 📖 Documentation
- 🌐 Templates
- 🐛 Issues
🤖 Generated with Claude Code