DesireCore v10.0.146
Release Date: 2026-09-05

New Features
- OFD Document Parsing: The Read tool now supports reading .ofd Chinese e-invoice documents, automatically extracting the document overview, structured invoice fields (including 2024 digital e-invoices), and page-by-page text.
- Email Attachments Saved Directly to Disk: MailOperations introduces a save_to parameter that can save email attachments (such as invoice PDF/OFD files) directly as files, returning only a save receipt. Attachment content no longer enters the model context.
- Outlook/IMAP Email Search: Email search capability has been added for Outlook and IMAP accounts, allowing precise retrieval by keywords, sender, attachments, date range, and other criteria without pulling the entire mailbox.
Fixes
- Desktop Email Tools Restored: Fixed an issue where MailOperations was completely unusable on desktop due to cross-process capability acquisition failure. Agents can now access and process email normally.
- Automatic Email Processing No Longer Duplicate Triggers or Silently Fails: Fixed issues where Outlook polling repeatedly triggered the Agent for the same email, agent_handle fallback routing 404 caused rules to silently fail, and local state was not updated after IMAP marked messages as read. Rule execution failures now display an error notification.
- Marketplace Item Governance Information No Longer Silently Masked: Governance metadata for marketplace items no longer silently falls back when rejected. Detail pages and list cards now clearly display diagnostic information and badges. Also fixed an issue where large collection items could not open their detail pages due to excessive diagnostic data.
- Email Search Disk Reads and Pagination Fixes: Search no longer reads the full content of all matching emails each time, and deep pagination no longer repeatedly reads emails that were skipped. Edge cases such as timezone boundaries for date filtering, invalid parameters, and corrupted indexes have also been fixed.
Improvements
- Safer and More Reliable Email Attachment Saving: Attachment saving adds integrity verification, atomic writes, and path safety protections. Corrupted attachments are no longer silently written as bad files; oversized attachments return a clear error.
- More Transparent Marketplace Item Trustworthiness Information: The trust area on Agent/skill detail pages now includes a notice explaining that the current governance facts come from the legacy fallback value.