You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.