DesireCore v10.0.138
Release Date: 2026-09-01

New Features
- Marketplace team asset distribution: The marketplace adds a new “Team” type, supporting browsing, searching, viewing details, and one-click installation of multi-agent teams.
- Post-installation to-do list: After team installation is complete, the details page shows a persistent section with pending items that require user confirmation, such as rule approval, member execution authorization, and shared working directory binding.
- File digest tool (FileDigest): Agents can generate SHA-256 file digests and an order-independent aggregate digest without using Bash, while respecting the same access boundaries as file reads.
- Automatic task registration in conversations: When an executable task is assigned in a conversation, a task is automatically registered on the task board and updated as progress changes, without requiring the user to explicitly ask for it to be recorded.
- Remote sources for team members: Supports marking team members as remote sources so that assembled teams can be published and installed on other devices.
Bug Fixes
- Fixed an issue where team rule and roster approvals always returned a 400 error, preventing team collaboration rules from being enabled.
- Fixed an issue where teams without initialized Git could not see pending rule approval prompts in the settings panel and had no approval entry.
- Fixed an issue where members with working directory restrictions could not read their team’s shared knowledge pack. Team knowledge packs are now visible to members as read-only and cannot be written.
- Fixed an issue where team members could be guided to actively read unapproved team rules. Unapproved rule content is no longer treated as executable instructions.
- Fixed an issue where initializing an Agent repository did not write .gitignore, causing messages between agents to be included in version history and potentially leaking conversation content after publishing.
- Fixed an issue where installing private repository assets via Git failed due to authentication failures or credentials not being injected.
- Fixed an issue where version pinning did not take effect when installing teams from the marketplace: declared version references or branches are now honored and checked after installation, and installation is rejected if they are not satisfied. Member commit locks also only accept full commit hashes.
- Fixed an issue where error echoes during member resolution could leak Git repository URLs or credentials. They are now sanitized before being echoed.
- Fixed an issue where old marketplace indexes lacking team fields caused errors on the marketplace page after upgrade, and an issue where team detail time formatting caused API exceptions.
- Fixed an issue where the recovery page stayed too long at startup on Windows, reducing cold start waiting time.
- Fixed an issue where Git query failures were silently treated as “already up to date,” causing marketplace/config sync to stop updating.
Improvements
- Manually refreshing the chat model list no longer shows success, partial failure, or failure toasts. Background cloud model sync failures remain silent and keep a retry entry.
- Marketplace team search supports finding teams by team lead name and member name.
- The team installation process shows an in-progress status of “Cloning team repository and installing members one by one.” On failure, it provides error details and a retry entry.