@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.
- package/package.json +1 -1
- package/src/models.ts +5 -1
package/package.json
CHANGED
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(
|
|
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",
|