DesireCore v10.0.158
Release Date: 2026-09-13

New Features
- Structured file validation: Agents can now perform read-only validation of authorized JSON/YAML files against a JSON Schema, and record the content hash provenance for the file, schema, and report.
- JSON batch input for file summaries: The file summary tool supports specifying files in batch via a JSON string, making multi-file processing by agents more stable and avoiding treating a serialized path array as a single path.
- Team shared working directory setting: A shared working directory configuration entry has been added to the team settings panel, allowing you to enter a path or select a directory on the same host, so team delegations that are not bound to a directory can start normally.
- New “MiMo model balance detection” agent in Marketplace: The marketplace repository has added an official agent entry that can be used for MiMo model balance detection.
Fixes
- Fixed an issue where a corrupted agent configuration file, such as from a merge conflict, could prevent the entire service from starting: that agent now shows a “Configuration corrupted” badge and guides you to repair it, while other agents remain available.
- Fixed an issue where stopping a delegated subtask lost results and subsequent team follow-ups fell into a personal directory: interrupted results are kept in the parent agent’s inbox, and team follow-ups run in the correct shared directory.
- Fixed an issue where switching sessions while the import update dialog was open could overwrite another agent: the update target is now frozen while the dialog is open to avoid accidental overwrites.
- Fixed an issue on Windows where CDP port publishing failed on every startup and files were not cleaned up on exit: affected installations self-heal the first time they run the new version.
- Fixed an issue where adding or updating marketplace repositories allowed invalid configuration to be written, causing the repository list to fail to load on the next startup: configuration is now validated before saving.
- Fixed an issue where embedded browser navigation failures showed a vague error and page permissions could be too broad after failure: agents can now distinguish page navigation, network, and platform failures, and permissions are automatically tightened after a failure.
- Fixed an issue where the file summary tool treated a serialized path array as a single path, causing multi-file summaries to fail: it now guides users to use JSON batch path input and provides more accurate error messages.
Improvements
- Optimized resource scheduling during startup: identity verification is now performed asynchronously, and background periodic sync tasks are delayed until local readiness, reducing main interface blocking.
- Unified the Octopus branding on the startup page and connection recovery page, and improved the preparation page card hierarchy, background animations, and narrow-screen layout.