What's new
Highlights
This release brings AgentView, iOS/mobile support, a full P2P remote control system, a new Insights dashboard, Pro feature gating, and a major UI overhaul.
New Features
AgentView
Control many agents at once
The real value is the grid — run 5, 10, or 20 Codex / Claude sessions side by side, monitor status, and jump between them without losing context.
iOS & Mobile Support
- Initial iOS target with Tauri multi-platform configuration
- Mobile-specific header, background styling, and responsive layout improvements
- Prevent input auto-zoom on mobile devices
P2P Remote Control (Desktop ↔ iOS)
- STUN-based NAT traversal for direct device-to-device connectivity
- Fast-path P2P connection with endpoint caching
- Configurable custom STUN servers
- Tunnel status indicator in the UI
- Robust shutdown and port cleanup for P2P server
Insights Dashboard
- New Insights view with agent heatmaps and model distribution charts
- Cache savings, average tokens per session, and cost tracking
- Rearchitected into a dedicated feature directory with Pro gating
Pro Feature Gating
- Subscription-based agent limits with "Get Pro" upgrade button
- Insights and advanced features locked behind Pro tier
- Rate limit overage card for plan limit events
Sidebar
- New sidebar component with mobile edge swipe gesture support
- Keyboard shortcut to toggle sidebar visibility
Image Attachments in CC
- Attach and send images in Claude Code messages with full UI support
Project Management
- In-popover directory browsing for project selection
- Project creation API with database schema
Dynamic Model & Provider Updates
- Update model and provider for active threads without restarting
Git Diff Viewer
- New GitDiffFileItem and GitDiffFileList components
Improvements
- Redesigned feedback dialog with success confirmation state
- Collaboration mode parameter added to turnStart API
- Unified file and directory watching under a common path watcher
- Extracted main layout into LayoutContent for cleaner composition
- Web server now starts with an optional Codex backend connection
- Web server exports gated behind the tauri feature flag
- Introduced core feature for shared Rust dependencies
- Session status indicators on agent view tabs
- Initial message support for new CC sessions
- SSE for cross-platform CC message delivery
Bug Fixes
- Use localhost instead of 127.0.0.1 for dev server URLs
- Ensure P2P background tasks are fully aborted on shutdown
- Fixed release workflow tag pattern (vv* → v*)
- Fixed #52 #51
Refactors
- Unified CC session/permission listeners
- Replaced useIsMobile hook with Tailwind CSS responsive utilities
- Renamed AgentHeader component for clarity
- Moved iOS bundle config to tauri.ios.conf.json
- Renamed skills directory from .agents to .codex