@freesyntax/notch-cli 0.5.22 → 0.5.23

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.
@@ -1,3 +1,12 @@
1
+ import {
2
+ clearOllamaCreds,
3
+ ollamaCredsPath,
4
+ readOllamaCreds,
5
+ writeOllamaCreds
6
+ } from "./chunk-KCAR5DOB.js";
7
+ import {
8
+ findByokProvider
9
+ } from "./chunk-JVFOAPYV.js";
1
10
  import {
2
11
  OLLAMA_CLOUD_BASE_URL,
3
12
  OLLAMA_LOCAL_BASE_URL,
@@ -9,15 +18,6 @@ import {
9
18
  pullModel,
10
19
  showModel
11
20
  } from "./chunk-GFVLHUSS.js";
12
- import {
13
- clearOllamaCreds,
14
- ollamaCredsPath,
15
- readOllamaCreds,
16
- writeOllamaCreds
17
- } from "./chunk-KCAR5DOB.js";
18
- import {
19
- findByokProvider
20
- } from "./chunk-JXQ4HZ47.js";
21
21
 
22
22
  // src/commands/ollama-launch.ts
23
23
  import fs from "fs/promises";
@@ -488,7 +488,7 @@ async function runOllamaCli(argv, cwd) {
488
488
  case "logout":
489
489
  return cmdLogout(subFlags);
490
490
  case "bench": {
491
- const { runOllamaBench } = await import("./ollama-bench-5V5CCOCQ.js");
491
+ const { runOllamaBench } = await import("./ollama-bench-JLC5POG3.js");
492
492
  return runOllamaBench(subFlags, { projectRoot: cwd });
493
493
  }
494
494
  case "help":
@@ -1,8 +1,9 @@
1
1
  import {
2
2
  persistConfigPatch
3
- } from "./chunk-J66N6AFH.js";
3
+ } from "./chunk-UHK6SI4H.js";
4
4
  import "./chunk-KCAR5DOB.js";
5
- import "./chunk-JXQ4HZ47.js";
5
+ import "./chunk-JVFOAPYV.js";
6
+ import "./chunk-GFVLHUSS.js";
6
7
  import "./chunk-PPEBWOMJ.js";
7
8
  import "./chunk-KFQGP6VL.js";
8
9