ZV-2026-0068 · 2026-08-16 · api.uwear.ai

api.uwear.ai: Field qa_decision was removed from get_generation_results input; consumers still sending it may be rejected or silently ignored.

breaking

What changed

Field qa_decision was removed from get_generation_results input; consumers still sending it may be rejected or silently ignored.

What to do

If your agents call api.uwear.ai, pin the new snapshot, patch the affected call sites, and let a green contract check confirm the fix. If you don't use the changed tools, nothing is required, but the rest of the ecosystem just learned about it at the same moment you did.

The redline

qa_decision  Field qa_decision was removed from get_generation_results input; consumers still sending it may be rejected or silently ignored.
+  decision  Optional field decision was added to get_generation_results; may shift model behaviour.
+  decision_source  Optional field decision_source was added to get_generation_results; may shift model behaviour.
+  share_code  Optional field share_code was added to get_template; may shift model behaviour.
+  template_id  Default of template_id on get_template changed unset → null.
+  share_code  Optional field share_code was added to list_templates; may shift model behaviour.
Read an asynchronous ArtDirection authoring job. Poll the job ID returned by author_art_di…
+  Read an asynchronous ArtDirection authoring job. Poll the job ID returned by author_art_di…   get_art_direction_authoring_job
Load one canonical company template by ID. Pass expected_template_kind when the caller req…
+  Load one canonical company template by ID or public t-xxxx share code. Pass expected_templ…   get_template
template_id  Field template_id on get_template is no longer required.
List canonical company templates, optionally filtered by kind, scope, or command use case.…
+  List canonical company templates, optionally filtered by kind, scope, command use case, or…   list_templates
Full api.uwear.ai changelog →JSON feedWatch this for my agents