Skip to main content

DesireCore v10.0.139

Release Date: 2026-09-02

v10.0.139 更新概览

New Features

  • Human-AI Shared Data Workbench: Added task board, decision tree, whiteboard editor, and multiple visual projections (table, tree diagram, timeline, evidence diff, charts, etc.), allowing users and agents to view, edit, and audit structured data in the same interface.
  • Decision Workspace Closed Loop and Shared Graph Management: Non-expert users can clarify decision semantics through follow-up questions and explicit confirmation, and can resume after interruption. The decision graph supports filtering, collapsing, locating, and highlighting. Once confirmed, a decision tree can start a workflow in one click while preserving complete provenance.
  • Zero-Configuration Ollama Compute Integration: On startup, the app automatically detects local Ollama, automatically creates and enables a Provider the first time it is online, and discovers local models. Local models that do not match an exact specification can still participate in Smart intelligent routing based on parameter scale.
  • Doubao Search and Tool Backend Priority: Added Doubao Search as an alternative WebSearch Provider, and supported editing each Provider's priority in the tool backend interface. A smaller number means it will be tried earlier.
  • Skill External Binary Dependency Detection: Skills can declare required external command-line programs. When they are missing, the Agent will explain the situation truthfully and provide installation guidance, instead of retrying repeatedly or falsely reporting success.
  • Hidden DAMO Demo Brand Toggle: Press Alt+Shift+B to switch between the DAMO demo brand (including Logo, the "Chief Dispatcher" core agent, and dedicated avatar) and the default brand. The choice is retained in the current instance.

Fixes

  • Fixed an issue where deep reasoning tasks were mistakenly killed by the idle watchdog after long periods without events and then retried repeatedly: after a timeout, the app now first checks whether the connection is available, and if the connection is normal, it continues waiting for reasoning to complete.
  • Fixed an issue where legacy decision workspaces could not be opened after migration due to missing new audit fields.
  • Fixed an issue where residual messages in a manual session were not reconciled with disk when switching to another Agent and then switching back. Messages truncated externally are no longer displayed.
  • Fixed an issue where the Agent falsely reported "assigned" after a delegated task was rejected: it now follows the correct chain of "assign -> carry task reference when delegating -> the other party accepts", and provides actionable remediation guidance.
  • Fixed an issue where a custom SAPI address was not restored after restarting the app and fell back to the production address.

Improvements

  • Windows desktop startup speed has been significantly improved: waiting time at each stage has been noticeably reduced, and reaching the fully ready state is about 23.5% faster than the previous version.
  • Added in-flight deduplication for file workbench root directory list requests to avoid duplicate requests from a single refresh.
  • Tool binary cache has been migrated to the operating system's standard cache directory, shared across instances, avoiding writes to the instance data directory and reducing repeated downloads.
  • Git operations now consistently use the system-native Git. When no usable Git is available in the environment, the app reports an error clearly and exits startup quickly, instead of degrading or hanging.