v1.5.1
What's Changed
- Changed
/api/createto warn thatrendererandparsercan't reach LM Studio inference. - Fixed
strict:truebeing sent for a JSON schema whose optional fields hide inside a composition keyword (anyOf/oneOf/allOf) or a schema-valuedadditionalProperties; strict is now emitted only when every property is provably required. - Fixed
/api/web_searchaccepting a provider response with the wrong result fields as a200; a result missing a documented field now returns a502naming the offending index and field. - Fixed a corrupt or schema-incompatible
virtual_models.jsonbeing silently overwritten by the next alias write; it is now renamed aside tovirtual_models.json.corruptinstead. - Fixed the
keep_alive:0unload response carrying six fabricated zeroed duration and eval fields; it now returnsdone_reason:"unload"with those fields omitted. - Refreshed upstream API docs (#7, #9).
Full Changelog: v1.5.0...v1.5.1