Mobile Web Interface
Monitor and control Claude Code sessions from your smartphone.
Added
- Mobile Web Interface - Monitor and control sessions from your smartphone
- Real-time session status via WebSocket
- View latest Claude messages with markdown rendering
- Focus terminal sessions remotely
- Send text messages to terminal (multi-line supported)
- Bottom sheet modal with swipe-to-close gesture
- New command:
ccm serve- Start mobile web server only - QR code display in terminal UI (press
hto toggle) - Token-based authentication for mobile access
- Auto-select available port when default port (3456) is in use
Changed
- Redesigned README with demo GIFs for both Terminal UI and Mobile Web
- Consolidated terminal fallback strategy for better code maintainability
Security
- Mobile Web requires same Wi-Fi network (local network only)
- Unique token generated for authentication
- Warning messages about not sharing the access URL
- Warning display when entering dangerous commands
Full Changelog: v1.0.4...v1.1.0