Skip to main content

DesireCore v10.0.51

Release Date: 2026-05-11

v10.0.51 更新概览

New Features

  • Conflict Resolution Dialog: When conflicts occur during agent sync, you can now view local and remote differences directly in the app, choose which version to keep, or manually edit the content to resolve the conflict—instead of only seeing a filename prompt.
  • Conversation Compression Command: Added the new /compact command for manually compressing conversations. You can now compress earlier content into a summary without clearing the current session, while keeping the most recent rounds of context to continue chatting.
  • Multilingual Skill Injection: Agents will now automatically inject skill instructions in the language matching your client language, providing a more consistent Chinese skill experience in the Chinese UI.
  • YAML Frontmatter Rendering: When editing files such as SKILL.md, YAML frontmatter is now correctly recognized and displayed in a structured style, rather than being mistakenly rendered as horizontal rules.
  • Project-Level Skill Directory Upgrade: Projects now support discovering skills from .agents/skills with priority, while continuing to remain compatible with the legacy .claude/skills directory.
  • Enhanced Heartbeat Notifications: Added a top heartbeat notification bar, with support for automatically collapsing consecutive heartbeat messages to keep the conversation area cleaner.
  • Xiaomi MiMo Support: Added support for the Xiaomi MiMo Provider and TTS capabilities, allowing the new voice features to be used in relevant configurations.

Fixes

  • Fixed an issue where state could be lost during agent sync conflicts. Failed updates now clearly indicate the conflicting files, and conflict markers are still displayed correctly after restarting.
  • Fixed an issue where "Check for Updates" could incorrectly report "Already up to date" during network errors. Manual checks now also bypass the cache for more accurate results.
  • Fixed several key issues in the conflict resolution dialog, including cases where "Keep Local" could commit conflict markers, the app could get stuck after closing the dialog, and it was inconvenient to preserve both versions.
  • Fixed a race condition in Git repository initialization after agent creation, preventing occasional failures when performing Git operations immediately after creating a new agent.
  • Fixed an issue where the Markdown editor would mistakenly pop up when an Agent wrote to a memory file. Memory content is now displayed as memory cards as expected.
  • Fixed an issue where background heartbeat retry messages could be mistakenly inserted into the current user conversation, preventing unremovable retry prompts from appearing in the chat window.
  • Fixed upstream image data errors caused by tool result composition formatting, reducing abnormal errors in some model calls.
  • Fixed an issue where an Agent could get stuck in an infinite loop of tool calls during a single task, and reduced cases where repeated model output text would continuously accumulate.
  • Fixed an issue where /compact could keep spinning indefinitely in scenarios where compression was not needed.
  • Fixed slow loading with large agent audit logs. In ultra-large log scenarios, list and statistics responses are now significantly faster.
  • Fixed an issue where update downloads could get stuck at 0%, and improved reliability when switching to a backup source if the primary source is unavailable.
  • Fixed an issue where pressing the Up arrow in the chat input to recall history could repeatedly replay adjacent duplicate messages.
  • Fixed delayed synchronization in the social relationship graph. Newly installed agents, user @mentions, and relationship timeline updates are now more real-time.
  • Fixed parsing and model validation issues for some providers in media skills and compute configuration, avoiding matching errors when providers, Token Plans, or media services are disabled.
  • Fixed missing loading feedback for "Check for Updates" in the More menu. Clicking it now immediately shows an in-progress state and prevents duplicate triggers.

Improvements

  • Agent "Check for Updates" now surfaces new versions available for the current platform earlier, without waiting for builds on all platforms to finish.
  • Heartbeat notification cards now support collapsing and expanding long content, and file save path display and opening behavior are clearer.
  • Agent auditing now displays summaries in a lighter-weight form by default, with detailed content loaded on demand, reducing lag while preserving troubleshooting information.
  • In the code hosting panel, the label "Add Repository" has been changed to "Add Hosting Source" for clearer terminology and less confusion with marketplace repositories.
  • Development and release versions can now run independently on the same machine, without sharing data directories or runtime instances.
  • Memory write rules have been further tightened: agents are now explicitly constrained to write memories to AgentFS rather than the current working directory.