🎉 OpenCode Mobile v1.2.0
This release brings significant improvements to message handling, pagination, and overall debugging experience.
✨ New Features
- Message Pagination: Added "Load More" functionality in MessageList for better performance with long conversations
- Dynamic App Version: Settings screen now displays the actual app version dynamically
- Permission Header Component: New dedicated component for permission handling UI
🔧 Improvements
Chat Experience
- Enhanced MessageList component with pagination and load more functionality
- Improved ToolPart component with new icon and better state management
- Refined ToolOutputDialog with improved styling and interaction
- Better ReasoningPart styling and visual feedback
- Updated icon usage across components for consistency
Session Management
- Enhanced SessionSheet component with improved UX
- Better event stream handling in
useEventStreamhook - Improved terminal stream handling in
useTerminalStreamhook
Settings & Configuration
- Dynamic version display in settings
- Improved AgentsList component
- Enhanced ProvidersList component
🐛 Bug Fixes
- Fixed message rendering issues in long conversations
- Improved memory usage with pagination
- Better error handling in event streams
📦 Technical Improvements
- Optimized component re-renders
- Better TypeScript types across components
- Improved code organization
Full Changelog: v1.1.0...v1.2.0