What's Changed
Offline Authentication Support
- Added full offline authentication capabilities for desktop users, including session recovery and authorization checks without network connectivity.
- Introduced an anonymous offline sign-in flow for Electron desktop clients, enabling immediate access without requiring prior account setup.
- Updated localization files to support the new offline sign-in UI in English, Spanish, Japanese, and Chinese.
Copilot Reliability Improvements
- Prevented unnecessary DuckDB connection attempts during Copilot action execution, eliminating potential failures when local database access isn’t available or required.
- Refactored prompt logic and action context hydration to decouple AI task processing from connection state.
Internal
- Consolidated and refined offline auth logic across API routes, session management, and desktop-specific authorization layers.