@xynogen/pix-models 0.1.32 → 0.1.34

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/src/models.ts +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xynogen/pix-models",
3
- "version": "0.1.32",
3
+ "version": "0.1.34",
4
4
  "description": "Pi extension — enhanced /models picker with BenchLM ranks",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -40,7 +40,7 @@
40
40
  "dependencies": {
41
41
  "@xynogen/pix-data": "^0.4.3",
42
42
  "@xynogen/pix-pretty": "^1.11.2",
43
- "@xynogen/pix-runtime": "^0.5.3"
43
+ "@xynogen/pix-runtime": "^0.7.0"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "@earendil-works/pi-coding-agent": "*",
package/src/models.ts CHANGED
@@ -24,6 +24,7 @@ import {
24
24
  frameModal,
25
25
  MIN_MODAL_HEIGHT,
26
26
  ModalPager,
27
+ modalOverlayOptions,
27
28
  modalWidth,
28
29
  terminalModalHeight,
29
30
  } from "@xynogen/pix-pretty/modal-frame";
@@ -550,7 +551,7 @@ async function showEnhancedPicker(pi: ExtensionAPI, ctx: ExtensionContext): Prom
550
551
  },
551
552
  };
552
553
  },
553
- { overlay: true, overlayOptions: { maxHeight: "80%" } },
554
+ { overlay: true, overlayOptions: modalOverlayOptions() },
554
555
  );
555
556
 
556
557
  if (!result) return;