DesireCore v10.0.169
Release Date: 2026-09-19

New Features
- Account lifecycle management: Added registration gating, email binding/rebinding, and account merging. Users can merge accounts registered with email and phone number, giving more flexible sign-in settings.
- DesireCore Control: External control functionality is now available as a separately installable app. External agents such as ChatGPT and Codex can control the local DesireCore instance through MCP.
Fixes
- Fixed an issue where managed canvases could not be created, read, or saved on Windows.
- Fixed an issue where the first “Save as New Version” in the Decision Workspace always failed after every app launch.
- Fixed an issue where Agent worktrees with heartbeat executions became dirty on every run, blocking unattended updates. Heartbeat history has now been migrated to the user directory.
- Fixed issues in the optimization solver service where infeasible/unbounded models would crash or be incorrectly distinguished, integer quadratic models returned incorrect optimal solutions, and mixed-integer linear programming diagnostic fields were misreported. It now correctly distinguishes infeasible/unbounded cases, disables unreliable MIQP, and backfills the true best bound and relative gap.
- Fixed an issue where long trait tags in the Agent panel’s “Role Positioning” card stretched and broke the dialog horizontally. Tags now wrap automatically.
- Fixed an issue where “Restart App,” managed instance startup, and CDP port publishing failed when the data root directory was a symlink, had broad permissions, or had a different owner.
- Fixed inaccurate placeholder text for sensitive tool results, preventing models from fabricating credentials when resuming conversations.
Improvements
- Normal data files are no longer forcibly modified with changed permissions. Permissions for newly created files follow the system umask, while secrets and command endpoints remain private. This better supports multi-account sharing and NAS scenarios.
- Claude capability integration upgraded to Agent SDK 0.3.273, adding request-level isolation and cache adaptation for improved stability and compatibility.
- Upgraded Electron to 43.7.1 and core dependencies including React, Vite, and TanStack Query to improve overall app performance and stability.