Skip to content

v1.5.1

Choose a tag to compare

@uwuclxdy uwuclxdy released this 23 Jul 13:21
· 22 commits to main since this release
v1.5.1
879f42c

What's Changed

  • Changed /api/create to warn that renderer and parser can't reach LM Studio inference.
  • Fixed strict:true being sent for a JSON schema whose optional fields hide inside a composition keyword (anyOf/oneOf/allOf) or a schema-valued additionalProperties; strict is now emitted only when every property is provably required.
  • Fixed /api/web_search accepting a provider response with the wrong result fields as a 200; a result missing a documented field now returns a 502 naming the offending index and field.
  • Fixed a corrupt or schema-incompatible virtual_models.json being silently overwritten by the next alias write; it is now renamed aside to virtual_models.json.corrupt instead.
  • Fixed the keep_alive:0 unload response carrying six fabricated zeroed duration and eval fields; it now returns done_reason:"unload" with those fields omitted.
  • Refreshed upstream API docs (#7, #9).

Full Changelog: v1.5.0...v1.5.1