ur-agent 1.65.12 → 1.65.13
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 +15 -0
- package/dist/cli.js +419 -339
- package/docs/VALIDATION.md +1 -1
- package/documentation/index.html +1 -1
- package/extensions/jetbrains-ur/build.gradle.kts +1 -1
- package/extensions/vscode-ur-inline-diffs/package.json +1 -1
- package/package.json +1 -1
- package/technical/04-tools.md +19 -5
- package/technical/README.md +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.65.13
|
|
4
|
+
|
|
5
|
+
- Recovered otherwise valid `AskUserQuestion` calls whose UI header exceeds
|
|
6
|
+
the 12-character chip width. Native structured calls, bare/wrapped JSON, and
|
|
7
|
+
explicit-choice recovery now compact only that bounded presentation field;
|
|
8
|
+
questions, choices, labels, descriptions, previews, metadata, and selection
|
|
9
|
+
behavior remain unchanged, while unsafe or grossly oversized headers still
|
|
10
|
+
fail validation.
|
|
11
|
+
- Allowed strictly parsed syntax verification after a task-free one-shot
|
|
12
|
+
Write. `node --check <file>` and the bounded transcript-produced HTML script
|
|
13
|
+
checker bypass only the task-list requirement; arbitrary Node evaluation,
|
|
14
|
+
extra commands, redirects, backgrounding, sandbox overrides, and
|
|
15
|
+
permission-time rewrites fail closed, and normal Bash permission/sandbox
|
|
16
|
+
checks still apply.
|
|
17
|
+
|
|
3
18
|
## 1.65.12
|
|
4
19
|
|
|
5
20
|
- Forced explicit weak-model decision menus through the real
|