@oh-my-pi/snapcompact 16.1.12 → 16.1.14

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
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [16.1.13] - 2026-06-22
6
+
7
+ ### Fixed
8
+
9
+ - Fixed the Umans provider image budget to match its 10-image request cap.
10
+
5
11
  ## [16.1.8] - 2026-06-20
6
12
 
7
13
  ### Breaking Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@oh-my-pi/snapcompact",
4
- "version": "16.1.12",
4
+ "version": "16.1.14",
5
5
  "description": "Bitmap-frame context compression for vision-capable LLMs",
6
6
  "homepage": "https://omp.sh",
7
7
  "author": "Can Boluk",
@@ -31,10 +31,10 @@
31
31
  "fmt": "biome format --write ."
32
32
  },
33
33
  "dependencies": {
34
- "@oh-my-pi/pi-ai": "16.1.12",
35
- "@oh-my-pi/pi-natives": "16.1.12",
36
- "@oh-my-pi/pi-utils": "16.1.12",
37
- "@oh-my-pi/pi-wire": "16.1.12"
34
+ "@oh-my-pi/pi-ai": "16.1.14",
35
+ "@oh-my-pi/pi-natives": "16.1.14",
36
+ "@oh-my-pi/pi-utils": "16.1.14",
37
+ "@oh-my-pi/pi-wire": "16.1.14"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/bun": "^1.3.14"
@@ -420,6 +420,7 @@ export const PROVIDER_IMAGE_BUDGETS: Record<string, number> = {
420
420
  "google-vertex": 200,
421
421
  "google-gemini-cli": 200,
422
422
  openrouter: 90,
423
+ umans: 10,
423
424
  };
424
425
 
425
426
  /** Safe floor for unknown providers (strictest mainstream measured: Groq ~5). */