mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-28 13:32:23 +00:00
- Updated `gmailSlice` to replace `GmailEmailSummary` with `GmailEmailBatch`, enhancing email data structure. - Modified `SkillProvider` to dispatch emails as `GmailEmailBatch | null`. - Improved HTTP client management in `ops_net.rs` by implementing a shared client for fetch calls, optimizing connection handling and timeout management. - Enhanced deep link handling in `desktopDeepLinkListener.ts` to trigger synchronization after OAuth completion.