DesireCore v10.0.36
Release Date: 2026-04-21

Fixes
- When encountering an empty stream during a conversation, a long period of no response in streaming mode, gateways that do not support streaming responses, or temporary network disconnections, the system now retries automatically or switches to a fallback strategy more reliably, reducing stuck messages, error interruptions, and the need to resend manually.
- When a conversation fails because the context is too long or the model service is overloaded, the system now adjusts request parameters more intelligently or switches to an available model automatically, improving the success rate of long conversations and requests during peak periods.
- Retry prompts in chat now display the actual error reason, and intermediate prompts are automatically cleared after recovery succeeds, making it clearer what happened without leaving unnecessary system messages behind.
- When the computer enters sleep mode, any running Agent session is now terminated promptly to avoid abnormal states after waking; tasks can still continue running when the screen is only locked.
- On the "Runtime Environment" page, when loading available versions of Node.js, npm, pnpm, yarn, and Python fails, it no longer incorrectly shows "No data available"; it will automatically retry and reload once the network is restored.
- When the "Runtime Environment" page is first opened or refreshed, toolchains that are still being checked are no longer briefly shown in red as "Abnormal"; instead, their status is now clearly shown as "Checking", "Normal", or "Not installed".
Improvements
- Status messages on the "Runtime Environment" page are now more accurate and intuitive. The version count, toolchain badges, and package manager status now provide clearer loading feedback, reducing misunderstanding.
- The logic for retrieving the list of available Python versions is now consistent with other runtime environments, and it will continue retrying automatically in exceptional cases, improving the stability of version list loading.