Skip to main content

DesireCore v10.0.113

Release Date: 2026-08-17

v10.0.113 更新概览

New Features

  • Cross-origin embedded frame access: Agents can now read and manipulate cross-origin subpage content embedded in web pages, no longer skipping these areas.
  • Stable element locators: Browser snapshots now attach stable locators to interactive elements (such as data-test IDs, unique IDs, names, links, and roles), allowing agents to reliably find elements across snapshots.
  • Multi-condition wait commands: Added wait commands that support waiting for conditions such as load completion, network idle, element appearance, URL changes, and request/response, reducing repeated attempts by the agent.
  • Browser script tool: Agents can execute browser scripts after human approval to complete complex operations, with the same safety level as executing system commands.
  • Autonomous capability discovery and installation: Agents can now find and install skills or agents on demand. Official marketplace installations happen automatically, while other sources require approval. Installation sources and content are more secure and traceable.

Fixes

  • Fixed an issue on Windows where the app exited automatically after launch under standard user permissions; standard users can now run the app normally.
  • Fixed a draft leakage risk in multi-question Q&A: switching questions no longer mistakenly submits the previous question’s draft to the new question, and a compact step indicator now shows question progress and completion status.
  • Fixed an issue where screenshots hung for 30 seconds or returned a zero viewport when a background tab was inactive; screenshots now quickly return a clear error.
  • Fixed an issue where role locators never matched elements in real browsers; locating by role name or Chinese name now works correctly.
  • Fixed an issue on macOS where browser shortcuts (such as Select All) silently failed; shortcuts now trigger properly.

Improvements

  • Commands such as click, key press, navigation, and fill now support inline waiting, allowing a single instruction to “perform an action and wait for the result” and avoiding race conditions between action and wait.
  • Accessibility snapshots now support depth control and pagination. Oversized pages are automatically truncated and paginated instead of failing directly, and the output format is more consistent.
  • Commands with wait semantics now automatically extend their execution time limit and are no longer cut off by the default 30-second timeout; wait timeouts no longer force page loading to stop.
  • The built-in web access skill has been updated to v3.0, removing the old path that required manually launching a debugging browser and Python fallback scripts. Instructions for batch text extraction, screenshots, and other actions are more accurate.
  • Removed deprecated old browser tools and internal proxy components, streamlining the tool catalog and reducing app size and potential interference.