Skip to main content

DesireCore v10.0.168

Release Date: 2026-09-17

v10.0.168 更新概览

Fixes

  • Fixed an issue where several features, including decision workspaces, decision trees, canvases, workflow startup, and resending, were unavailable or reported errors under common layouts such as overly permissive data directory permissions, external ownership, or symlinked data roots. These features now tighten permissions where possible and continue running.
  • Fixed an issue on Windows where the app refused to start and required running icacls when the user directory or an ancestor directory had insecure ACLs (such as Everyone Full Control). The app now starts in a degraded mode where core features remain available and only multi-instance management is disabled.
  • Fixed a potential update loop in the chat area when the Markdown file path index is missing, preventing the UI from freezing or rendering incorrectly.
  • Fixed an issue where the browser tool’s unclear description of the boundaries between page.element and input.click caused agents to misuse them. The guidance now clearly specifies that clicks should be performed via input.click.

Improvements

  • The complete parameter contracts of declared tools are now fully presented to agents, including conditionally required fields, parameter rules, and valid values, reducing repeated trial and error when calling tools such as delegation, sending messages, and decision trees; error messages also now indicate disabled fields, valid values, and the correct parameter names.
  • The task board now automatically records the run and turn sources associated with task creation, updates, claims, and submissions, making it easier to trace tasks and execution context.