ur-agent 1.76.3 → 1.76.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.76.4
4
+
5
+ - AskUserQuestion normalizer now strips malformed question entries instead of
6
+ passing invalid payloads through, and refuses to treat unrecoverable malformed
7
+ inputs as valid question arrays. This removes repeated `InputValidationError` loops for
8
+ `questions[n].question` and `questions[n].options` while preserving the
9
+ successful repair path for mixed valid/malformed payloads.
10
+
3
11
  ## 1.76.3
4
12
 
5
13
  - AskUserQuestion normalization gained additional malformed-shape recovery so near-miss tool payloads with aliasless question objects, single-key maps, and delimited option text no longer emit repeated renderable-input validation errors.