@genex-ai/cli-demo 1.19.0-dev.601 → 1.21.0-dev.603

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.
@@ -7,7 +7,7 @@ import {
7
7
  isRenderMode,
8
8
  sceneSummary,
9
9
  sheetOf
10
- } from "./chunk-YSMZVFJM.js";
10
+ } from "./chunk-HEDRWUVP.js";
11
11
  import {
12
12
  getCliVersion
13
13
  } from "./chunk-HYCSNWYX.js";
@@ -447,6 +447,13 @@ async function apiFetch(url, init = {}, opts = {}) {
447
447
  if (body?.error === "generation_paused") {
448
448
  process.stderr.write(
449
449
  `${c.red("\u2717")} ${body.message ?? "Generation is temporarily paused platform-wide. Try again later."}
450
+ `
451
+ );
452
+ structuredPrinted.add(res);
453
+ }
454
+ if (body?.error === "provider_unavailable") {
455
+ process.stderr.write(
456
+ `${c.red("\u2717")} ${body.message ?? "This generation lane is unavailable \u2014 our provider account is out of credit. Build it in code and move on."}
450
457
  `
451
458
  );
452
459
  structuredPrinted.add(res);