ur-agent 1.44.8 → 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 +19 -0
- package/dist/cli.js +1825 -2477
- package/documentation/index.html +1 -1
- package/extensions/vscode-ur-inline-diffs/package.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
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
|
+
|
|
15
|
+
## 1.44.9
|
|
16
|
+
|
|
17
|
+
- Fix recurring "String to replace not found in file" Edit errors by adding
|
|
18
|
+
whitespace-tolerant matching (trailing whitespace, tab/space indentation).
|
|
19
|
+
- Fix AskUserQuestion "questions type expected as array" validation errors by
|
|
20
|
+
parsing stringified `questions`/`options` from small local models.
|
|
21
|
+
|
|
3
22
|
## 1.44.8
|
|
4
23
|
|
|
5
24
|
- Keep auto-memory and automatic learning on by default with explicit opt-outs.
|