ur-agent 1.44.9 → 1.44.10

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,17 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.44.10
4
+
5
+ - Render `AskUserQuestion` permission requests inside a `PermissionDialog` so
6
+ multiple-choice options appear as a bordered dialog box rather than a plain
7
+ list.
8
+ - Add `/undo` local command to restore the last-edited file from its pre-edit
9
+ checkpoint.
10
+ - Add shell quote-safety gate to `BashTool.validateInput`: reject commands with
11
+ unbalanced quotes before execution and return a model-actionable diagnostic.
12
+ - Add four built-in output styles: `Concise`, `JSON-strict`, `Debug-verbose`,
13
+ `Release-notes`.
14
+
3
15
  ## 1.44.9
4
16
 
5
17
  - Fix recurring "String to replace not found in file" Edit errors by adding