Skip to main content

DesireCore v10.0.110

Release Date: 2026-08-16

v10.0.110 更新概览

New Features

  • Built-in browser support in standalone session windows: You can now use the browser tool directly in a standalone session window, with the content displayed correctly within that window, and return it to the main window with one click from the placeholder page.
  • Agent-visible UI understanding and controlled operation: The agent can perceive the currently visible application interface, including 12 areas such as resource pages and workbenches, and safely perform UI operations with user-visible takeover animations and operation feedback. Sensitive information is automatically masked.
  • Web page text reading: Added page.extract-text and browser.observe.text capabilities. The agent can read web page text within its authorized scope even when unattended, with support for pagination, formatting, and byte budget control.
  • Notification read management: The agent can proactively clean up its own outdated notifications. When explicitly authorized by the user's current request, it can also mark other notifications in the current user domain as read.

Fixes

  • Fixed an issue where, after clearing a session, already-cleared old requests or late streaming content could be written back and pollute the new session.
  • Fixed an issue where the agent could hang when encountering dialogs such as alert/confirm in unattended browser sessions. Such dialogs are now automatically dismissed using cancel semantics.
  • Fixed an issue where the session did not show busy during background delegation or incoming message execution, and long-silent background tasks were incorrectly considered finished.
  • Fixed an issue where streaming assistant message identities could not be matched with disk records, and batch deletion and history search positions were inaccurate.
  • Fixed an issue where already-open terminals retained the old color scheme when the system automatically switched between light and dark modes.
  • Fixed an issue where the Windows installer failed to build when the taskbar shortcut path contained spaces.
  • Fixed an issue where, after a browser navigation timeout, the authorization state from the old navigation could affect a new navigation retry.

Improvements

  • Improved element locating and selector parsing in browser automation, enhancing locating accuracy and isolated execution safety.