DesireCore v10.0.39
Release Date: 2026-04-27

New Features
- Enhanced Cloud Publishing and Importing: You can now choose to publish an Agent as public or private, copy a share link for a published Agent with one click or make it public, and import an Agent directly from a public URL.
- Agent Version Management: You can now publish Agent versions within the app, with automatic patch version increments, generated update logs, and version tags, while the panel displays both local and remote version numbers.
- Media Generation Skills: Added new media skills such as text-to-image, text-to-video, and speech synthesis, allowing users to have Agents generate images, videos, and voice content directly.
- Enhanced SuperDoc Smart Editing: You can now rewrite selected text directly within a document, click citations in document Q&A to jump to the original location, and use the new Markdown structure check panel to quickly identify formatting issues.
- Mermaid Diagram Preview: SuperDoc now supports rendering Mermaid diagram previews directly in the editor.
Fixes
- After long periods of inactivity, sending a message again will no longer fail while the interface remains stuck on “Thinking.”
- Fixed an issue where retrying or editing historical messages could accidentally delete large amounts of chat history, making past conversations safer to retain.
- Clearing conversation history is now more thorough, so old session content will no longer “come back to life” after refreshing.
- When an error occurs due to an unconfigured model or missing API key, interface states such as “Loading tools and skills” will now end properly instead of getting stuck indefinitely.
- Clicking pause on an already ended session will no longer incorrectly show “Session does not exist or has been stopped.”
- After retrying a failed message, the old error prompt will no longer remain in the conversation.
- Fixed an issue where the document panel and workflow panel could interfere with each other when multiple Agents were running in parallel; document and workflow views are now isolated between different sessions.
- Fixed an issue where AskUserQuestion cards could float into other conversation pages or tabs; they now appear only in the corresponding conversation and provide reminders in the correct context.
- Fixed an issue where multiple providers using models with the same name under the same protocol could end up using the wrong API key; model selection now correctly maps to the provider you specified.
- Fixed an issue where local videos could not play properly, and completed local media protocol permissions so inline playback of local images, audio, and video is now more stable.
- Fixed incomplete support for video uploads in media upload handling; video files can now be uploaded and processed properly.
- Fixed an issue where the audit page could load slowly or even crash when audit log data volume was large.
- Fixed compatibility issues with Kimi’s thinking capability, restoring normal reasoning performance.
- Fixed an incorrect provider binding for MiniMax media skills; related image, voice, and video skills now correctly use the unified MiniMax configuration.
Improvements
- When an Agent uses media skills, it will now prefer capabilities from the same provider as your current model, reducing cases where the wrong skill is selected.
- Media content now supports better inline display and playback within messages, making the viewing experience for generated images, audio, and video smoother.
- Improved compatibility for media skills in environments such as Windows where Git Bash is unavailable, resulting in a more stable cross-platform experience.
- The SuperDoc toolbar and floating action area now display more compactly in narrow-screen or split-screen scenarios, reducing cases where buttons get squeezed out or become invisible.
- Difference detection and display after a document is modified by an Agent are now more stable, reducing cases where changes are lost or fail to display correctly.
- Conversation initialization and history positioning for
/newsessions are now more accurate, making it less likely to return to the wrong old run record after refreshing. - The core agent
desirecoreis now explicitly prohibited from being published directly from the client, helping prevent accidental operations.