@xynogen/pix-models 0.1.10 → 0.1.11

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 +1 -1
  2. package/src/models.ts +5 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xynogen/pix-models",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "description": "Pi extension — enhanced /models picker with BenchLM ranks",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
package/src/models.ts CHANGED
@@ -25,6 +25,7 @@ import {
25
25
  lookupBenchmark,
26
26
  lookupModelsDev,
27
27
  } from "@xynogen/pix-data";
28
+ import { icon } from "@xynogen/pix-pretty/icon-catalog";
28
29
  import { frameLines, modalWidth } from "@xynogen/pix-pretty/modal-frame";
29
30
  import { patchOutBuiltinModelCommand } from "./patch-builtin";
30
31
 
@@ -342,7 +343,10 @@ async function showEnhancedPicker(
342
343
  const mw = modalWidth(w);
343
344
  const inner = mw - 4; // CHROME = 2 border + 2 padding
344
345
  const lines: string[] = [
345
- theme.fg(accent, theme.bold("󰈩 Select model")),
346
+ theme.fg(
347
+ accent,
348
+ theme.bold(`${icon("picker.model")} Select model`),
349
+ ),
346
350
  theme.fg(
347
351
  "dim",
348
352
  "context · pricing · coding rank & score from modelgrep.com",