Skip to main content

DesireCore v10.0.114

Release Date: 2026-08-18

v10.0.114 更新概览

New Features

  • Unified File and Document Workspace: The chat workspace’s top-level tools are consolidated into Terminal, Browse, Files, and Review. All files (Markdown, code, text, images, PDF, Office, etc.) are now opened from a single “Files” entry point, with the content mode automatically selected by format—eliminating the need to distinguish between “files” and “documents.”

Fixes

  • The built-in browser no longer obscures overlays: pop-ups, menus, panels, and other UI elements now display correctly above built-in browser pages, and are no longer cut off halfway or completely covered.
  • Built-in browser webpage text extraction is working again: in the default mode, the Agent no longer always fails to extract page text, and page element interactions no longer fail due to channel errors.
  • Fixed long waits and large data results in the built-in browser: long waits are no longer incorrectly killed by the fixed 30-second timeout or interrupted by other loads on the same page; large result accounting and truncation now match the actual transferred size.
  • Clicking “Retry” in an idle session no longer produces a phantom queue; the retry command now actually executes and takes effect.
  • Message rendering and editing are more reliable: dollar amounts in chat messages (including formats with spaces, plus/minus signs, leading decimals, etc.) are no longer misparsed as formulas, and editing a historical message with attachments now correctly derives a new response and persists across restarts.
  • Agent Service cold starts no longer falsely report connection failures: the app can now distinguish between a normal cold start and a real failure, and the recovery page automatically retries the connection while the local service is starting.
  • Stability fixes: the app no longer exits unexpectedly when concurrent browser subtasks encounter network errors, timeouts, or model overload; on macOS, it safely degrades when the permissions module is unavailable; model service preset configurations no longer falsely report inconsistencies within the same version.

Improvements

  • Cross-restart terminal recovery is safer and more reliable: after a restart, restored terminals verify their identity and current working directory. Terminals with uncertain identity enter a quarantined state and wait for an explicit Ctrl-C to resynchronize; healthy terminals revalidate their directory when clicked, preventing execution in stale directories or the wrong session.