ur-agent 1.47.0 → 1.47.1
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 +13 -0
- package/dist/cli.js +1547 -1012
- package/docs/VALIDATION.md +1 -1
- package/documentation/index.html +2 -2
- package/extensions/jetbrains-ur/build.gradle.kts +1 -1
- package/extensions/vscode-ur-inline-diffs/package.json +1 -1
- package/package.json +4 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.47.1
|
|
4
|
+
|
|
5
|
+
- Hardened file downloads, filesystem permission checks, and signed skill
|
|
6
|
+
trees against traversal and chained-symlink escapes.
|
|
7
|
+
- Fixed task-memory integrity validation, prompt-plan file locking and change
|
|
8
|
+
evidence, multi-prompt legacy execution, tool cancellation, and invalid
|
|
9
|
+
concurrency handling.
|
|
10
|
+
- Made OAuth callbacks, remote session WebSockets, relay buffering, provider
|
|
11
|
+
body timeouts, and macOS keychain fallback behavior fail safely and recover
|
|
12
|
+
from transient errors.
|
|
13
|
+
- Updated vulnerable transitive dependencies and added focused regression
|
|
14
|
+
coverage for each corrected path.
|
|
15
|
+
|
|
3
16
|
## 1.47.0
|
|
4
17
|
|
|
5
18
|
- Added a secure, opt-in AG-UI HTTP/SSE adapter with official schema/encoder
|