ur-agent 1.57.0 → 1.57.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
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.57.1
|
|
4
|
+
|
|
5
|
+
- Fixed the `Computer` tool returning a byte count instead of the screenshot.
|
|
6
|
+
`mapToolResultToToolResultBlockParam` dropped the captured image, so the
|
|
7
|
+
model saw only "Captured 5164460 bytes" and had to ask the user where to save
|
|
8
|
+
the file — defeating the tool's main purpose. Screenshots now come back as an
|
|
9
|
+
image content block, resized through the same path `FileRead` uses so a
|
|
10
|
+
Retina capture cannot exceed the request size limit.
|
|
11
|
+
- When encoding fails the file still exists, so the result now reports the path
|
|
12
|
+
for the model to read rather than reporting nothing usable.
|
|
13
|
+
|
|
3
14
|
## 1.57.0
|
|
4
15
|
|
|
5
16
|
- Connected four features that were built, tested and then left unreachable.
|