Release v0.1.10
Release Date: September 27, 2025
Previous Version: v0.1.9
Key Changes
Authentication & Environment Management
- Added environment detection and consistency validation for dev/prod environments
- Implemented environment-aware OAuth URLs and authentication setup
- Enhanced session environment tracking to prevent mismatched logins
- Improved OAuth callback server with better error handling and port management
Configuration Improvements
- Refactored configuration system for better provider management from Supabase
- Added dynamic provider loading with fresh initialization on reload
User Experience
- Replaced
/attachmentcommand withCtrl+Gkeyboard shortcut for file attachment mode - Improved file path detection with debouncing for Windows drag-and-drop
- Enhanced login dialog with better guidance and error messages
- Fixed authentication state updates after successful login
Logging & Debugging
- Updated logging levels from Info to Debug for non-critical messages
- Improved error logging for provider loading failures
- Added session ID to metering data for better tracking
Bug Fixes
- Fixed provider configuration reload issues after login
- Resolved OAuth server port binding conflicts
- Fixed Windows file path detection for drag-and-drop
- Prevented false file attachment errors on quoted text paste
- Fixed merge conflicts and cleaned up debug logging