DesireCore v10.0.131
Release Date: 2026-08-30

New Features
- Ollama One-Click Configuration: Added a dedicated Ollama configuration entry that can automatically detect the local service, discover available models, and complete credential-free connection. Once configuration is complete, you can start chatting immediately.
Fixes
- Fixed an issue where closing the Git sync conflict dialog incorrectly logged out the current agent and caused the chat interface to disappear. Closing the dialog now only dismisses the popup, while the conversation and conflict badge remain visible.
- Fixed an issue where local models such as Ollama could fail to continue generating after a tool call because the context window and output budget were inconsistent.
- Fixed an issue where skill trigger words mistakenly recognized negative descriptions such as “Not applicable / Do not use” as trigger conditions, and added support for multi-line trigger word lists in Chinese and English.
- Fixed an issue where residual keys could still be read or forged authentication headers sent in keyless mode. Keyless providers now strictly do not touch any keys.
- Fixed an issue where tool names differing only by case were incorrectly rejected. They are now automatically normalized when the name is unique and unambiguous within the current toolset.
- Fixed an issue where long-running requests could be interrupted when accessing local models through a proxy. Authenticated local requests now keep the connection alive and reduce timeout or internal retry interference.
Improvements
- The Ollama configuration flow now completes service detection and model discovery first. Failures do not leave incomplete configuration behind, and success broadcasts the change only once.
- The UI for keyless providers now matches the actual key information and no longer displays unnecessary key indicators.
- Local model addresses added through the agent now allow only loopback addresses. Existing manually configured LAN or container endpoints can still be reused, reducing security risk.