ur-agent 1.13.7 → 1.13.8
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 +2788 -1068
- package/docs/VALIDATION.md +1 -1
- package/documentation/index.html +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.13.8
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
- **Image paste resize fallback.** Clipboard image paste now falls back to
|
|
7
|
+
macOS `sips` when the normal Sharp/native resize path cannot process an
|
|
8
|
+
oversized pasted image.
|
|
9
|
+
- **Under-limit image passthrough.** Images whose base64 payload is already
|
|
10
|
+
within the API limit now pass through even if local dimension downsampling
|
|
11
|
+
fails, avoiding unnecessary `Unable to resize image` paste failures.
|
|
12
|
+
|
|
13
|
+
### Verified
|
|
14
|
+
- Rebuilt `dist/cli.js` at 1.13.8 and verified focused image resize tests,
|
|
15
|
+
typecheck, full test suite, release check, package check, secret scan, and
|
|
16
|
+
npm publish dry-run.
|
|
17
|
+
|
|
3
18
|
## 1.13.7
|
|
4
19
|
|
|
5
20
|
### Added
|