v0.19.0
Release date: 2026-06-21
Added
- Added bundled pricing entries for
glm-5.2andminimax-m3, with case-insensitive model catalog matching for exact and prefix lookups (db03d601).
Changed
- Moved workspace memory to the final system prompt section so main and sub-agent prompts preserve prompt-cache-friendly prefixes while still including current memory (377ac755).
Fixed
- Omitted empty
toolsandtool_choicefields from OpenAI-compatible Chat Completions requests when no tools are available, fixing no-tool provider calls such as prompt enhancement on GLM-compatible endpoints (79a5a6bb). - Parsed OpenAI-compatible Chat Completions reasoning from GLM/DeepSeek-style fields and inline
<think>...</think>content while keeping visible assistant text clean (19daae28). - Preserved raw tagged reasoning in Chat Completions replay messages so tool follow-up requests keep prior reasoning context while the UI still displays separated reasoning and response text (7fbfd2b).