Skip to main content

DesireCore v10.0.90

Release Date: 2026-07-18

v10.0.90 更新概览

New Features

  • Agent Management Tool: A built-in agent management tool has been added. Agents can now autonomously create, update, delete, and query agents, eliminating the need for HTTP API call paths that have been blocked by instance authentication. The accompanying marketplace skills have also been updated to use the new tool instead of the previous curl-based approach.

Fixes

  • Immersive Mode Memory Panel Displaying False Content: Fixed an issue where the “I remember you” card showed fabricated content (e.g., “You like to hear the conclusion first”) even when a brand‑new Agent had never had any conversation. Now it correctly accesses real memory data and displays “No working memory yet” when there is no memory.
  • Reading Failure for Very Large Scanned PDFs: Fixed an issue where reading large scanned PDFs failed because the image size exceeded the request body size limit (e.g., 6 MB) sent to the model gateway. Images are now automatically compressed, and when the limit is exceeded, the system learns the limit and retries automatically.
  • Permanent Tool Call Failures with Anthropic-Compatible Gateway: Fixed an issue where, when using an Anthropic-compatible gateway, incorrect logic for handling the returned thinking block caused tool calls such as Write and Edit in Worker subsessions to always return a 400 error.