@oh-my-pi/pi-catalog 17.3.0 → 17.3.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
@@ -2,6 +2,16 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [17.3.1] - 2026-08-13
6
+
7
+ ### Added
8
+
9
+ - Added dynamic Antigravity and Gemini CLI discovery support for Gemini 3.7 Flash, with low/medium/high thinking-level routing.
10
+
11
+ ### Changed
12
+
13
+ - Updated model metadata, context windows, pricing, and configurations in the catalog
14
+
5
15
  ## [17.3.0] - 2026-08-13
6
16
 
7
17
  ### Breaking Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@oh-my-pi/pi-catalog",
4
- "version": "17.3.0",
4
+ "version": "17.3.1",
5
5
  "description": "Model catalog for omp: bundled model database, provider discovery descriptors, model identity, classification, and equivalence",
6
6
  "homepage": "https://omp.sh",
7
7
  "author": "Can Boluk",
@@ -35,11 +35,11 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@bufbuild/protobuf": "^2.12.1",
38
- "@oh-my-pi/omptype": "17.3.0",
39
- "@oh-my-pi/pi-utils": "17.3.0"
38
+ "@oh-my-pi/omptype": "17.3.1",
39
+ "@oh-my-pi/pi-utils": "17.3.1"
40
40
  },
41
41
  "devDependencies": {
42
- "@oh-my-pi/pi-ai": "17.3.0",
42
+ "@oh-my-pi/pi-ai": "17.3.1",
43
43
  "@types/bun": "^1.3.14"
44
44
  },
45
45
  "engines": {