Skip to main content

DesireCore v10.0.112

Release Date: 2026-08-16

v10.0.112 更新概览

New Features

  • Send failure recovery and timeout retraction: After a message fails to send, the input content is automatically restored to the input box. When the local service connection is interrupted for more than 30 seconds and the message has not yet been accepted by the server, the unsent message can be safely retracted to avoid content loss.
  • Browser element-level operation commands: The built-in browser adds nine page element operations (fill, select, check, uncheck, get attribute, get bounding box, count, get all text, scroll to element), enabling agents to directly operate web forms and page elements.
  • Browser snapshot text tree and pagination: Page semantic snapshots are now displayed as a hierarchical text tree, and support dual-budget truncation based on element count and size as well as pagination cursors. Even on very large pages, structural information can be obtained reliably without errors caused by oversized results.

Fixes

  • Fixed an issue on Windows where the status was not synchronized after force-stopping a task. The task row now correctly shows "Exited", the navigation badge only shows the number of active user tasks, and related processes are fully terminated.
  • Unified entity avatar rendering across chat, teams, people, resources, skills, automation, and other interfaces. Image avatars now fall back to a stable character identifier when they fail to load, and missing avatars in skill and automation management have been fixed.
  • Fixed the issue where differential updates could not be used during client upgrades. After the deployment script restored uploading the blockmap file, the download size for cross-version upgrades dropped from about 447 MB for the full package to about 50 MB for the differential update, greatly improving upgrade speed.

Improvements

  • Optimized main interface tab switching performance by isolating React subscriptions and pausing polling on inactive pages, reducing lag and resource usage. Also fixed clipping of the people toolbar at medium widths and visual artifacts after returning from immersive mode.
  • Improved network domain management in the built-in browser by using reference-counted leases to avoid the network listener being unexpectedly closed when multiple features use network listening at the same time, improving browser automation stability and reliability.