Skip to content

0.1.6

Choose a tag to compare

@nateless nateless released this 29 Jun 11:04
ab21acb

0.1.6 - 2026-06-29

Changed

  • Cleaned user-facing docs to reduce duplicate coverage, clarify provider and
    adapter responsibilities, and keep development-only implementation notes out
    of public guides.

Fixed

  • Z.ai structured-output requests now inject the JSON Schema contract into the
    prompt when BeamWeaver has a schema but the provider request can only enforce
    JSON object mode.
  • Structured-output retries now include safe validation details such as missing
    required keys in the retry prompt, making provider retries more likely to
    repair invalid JSON shapes.
  • Structured-output result handling now preserves parser error details when
    converting validation failures into BeamWeaver errors or tool feedback.