@genex-ai/cli-demo 1.32.3-dev.680 → 1.32.3

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,10 +7,10 @@ import {
7
7
  isRenderMode,
8
8
  sceneSummary,
9
9
  sheetOf
10
- } from "./chunk-2COG4P3T.js";
10
+ } from "./chunk-OJAXYQ5L.js";
11
11
  import {
12
12
  getCliVersion
13
- } from "./chunk-HYCSNWYX.js";
13
+ } from "./chunk-5FA2WLM7.js";
14
14
 
15
15
  // src/commands/blender-mcp.ts
16
16
  import fs from "fs/promises";
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  c,
3
3
  getTemplatesDir
4
- } from "./chunk-HYCSNWYX.js";
4
+ } from "./chunk-5FA2WLM7.js";
5
5
 
6
6
  // src/lib/blender-serve.ts
7
7
  import { spawn } from "child_process";
@@ -3,7 +3,7 @@ import fs from "fs";
3
3
  import os from "os";
4
4
  import path from "path";
5
5
  import { fileURLToPath } from "url";
6
- var RAW_CHANNEL = "dev";
6
+ var RAW_CHANNEL = "latest";
7
7
  var CLI_CHANNEL = RAW_CHANNEL === "dev" ? "dev" : "latest";
8
8
  var STANDS = {
9
9
  prod: { api: "https://api.genex.games", dashboard: "https://genex.games" },
@@ -7,7 +7,7 @@ import {
7
7
  getAuthUrl,
8
8
  getCliVersion,
9
9
  getGenexEnvPath
10
- } from "./chunk-HYCSNWYX.js";
10
+ } from "./chunk-5FA2WLM7.js";
11
11
 
12
12
  // src/lib/terms.ts
13
13
  import readline from "readline";
package/dist/index.js CHANGED
@@ -42,7 +42,7 @@ import {
42
42
  writeProject,
43
43
  writeUserToken,
44
44
  writeWorkspace
45
- } from "./chunk-2COG4P3T.js";
45
+ } from "./chunk-OJAXYQ5L.js";
46
46
  import {
47
47
  CLI_CHANNEL,
48
48
  DEFAULT_API_URL,
@@ -59,7 +59,7 @@ import {
59
59
  getGenexEnvPath,
60
60
  getTemplatesDir,
61
61
  resolveAgentTargets
62
- } from "./chunk-HYCSNWYX.js";
62
+ } from "./chunk-5FA2WLM7.js";
63
63
 
64
64
  // src/instrument.ts
65
65
  import * as Sentry from "@sentry/node";
@@ -22296,7 +22296,7 @@ async function runBlender(opts) {
22296
22296
  return 1;
22297
22297
  }
22298
22298
  if (sub === "serve") {
22299
- const { serveLocalBlender } = await import("./blender-serve-BF4FZ55Z.js");
22299
+ const { serveLocalBlender } = await import("./blender-serve-PVVCH3S6.js");
22300
22300
  const port = Number(process.env.GENEX_BLENDER_PORT ?? 8088);
22301
22301
  log.step(`Starting a local Blender service on port ${port}`);
22302
22302
  log.plain(
@@ -22305,7 +22305,7 @@ async function runBlender(opts) {
22305
22305
  return serveLocalBlender({ port, log });
22306
22306
  }
22307
22307
  if (sub === "mcp") {
22308
- const { runBlenderMcp } = await import("./blender-mcp-Q6PSFYSE.js");
22308
+ const { runBlenderMcp } = await import("./blender-mcp-X66ZZ4TN.js");
22309
22309
  return runBlenderMcp();
22310
22310
  }
22311
22311
  if (sub === "seat") {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@genex-ai/cli-demo",
3
- "version": "1.32.3-dev.680",
3
+ "version": "1.32.3",
4
4
  "description": "Set up your project's agent workspace (.claude/.codex/.cursor in the game folder), authorize, create a game project, generate AI assets, and publish (genex CLI).",
5
5
  "type": "module",
6
6
  "bin": {
@@ -225,7 +225,7 @@ first one is the one a screenshot of the whole arena will not show you.
225
225
 
226
226
  ## Troubleshooting
227
227
 
228
- - **"Not authorized"** — run `npx @genex-ai/cli-demo@dev init` first (it writes your `GENEX_TOKEN`).
228
+ - **"Not authorized"** — run `npx @genex-ai/cli-demo@latest init` first (it writes your `GENEX_TOKEN`).
229
229
  - **"Out of credits" (`insufficient_credits`)** — the account has no credits left for
230
230
  this texture generation. Tell the user the facts the CLI printed: their balance,
231
231
  this generation's cost, and when their credits refill. Then offer to continue the
@@ -203,7 +203,7 @@ evidence detective game, a video-book. The pattern that makes it hold together:
203
203
 
204
204
  ## Troubleshooting
205
205
 
206
- - **"Not authorized"** — run `npx @genex-ai/cli-demo@dev init` first (it writes your `GENEX_TOKEN`).
206
+ - **"Not authorized"** — run `npx @genex-ai/cli-demo@latest init` first (it writes your `GENEX_TOKEN`).
207
207
  - **"Prompt rejected"** — the provider's content-safety filter blocked the prompt.
208
208
  This is non-retryable; retrying the same wording fails again. Rewrite the prompt.
209
209
  The measured false-positive class is anatomy being pierced or entered
@@ -161,7 +161,7 @@ downloads the game too, binary assets and all:
161
161
 
162
162
  ```bash
163
163
  mkdir my-game && cd my-game
164
- npx @genex-ai/cli-demo@dev link <slug> # slug = the name in the play URL
164
+ npx @genex-ai/cli-demo@latest link <slug> # slug = the name in the play URL
165
165
  npm install
166
166
  ```
167
167
 
@@ -225,7 +225,7 @@ Safe to run any time — genex-owned skills are refreshed to the latest version,
225
225
  and your own files are never touched:
226
226
 
227
227
  ```bash
228
- npx @genex-ai/cli-demo@dev init
228
+ npx @genex-ai/cli-demo@latest init
229
229
  ```
230
230
 
231
231
  Use `--force` only if you intentionally want your own existing files overwritten
@@ -38,7 +38,7 @@ update, so update immediately.)
38
38
  Run exactly the command the nudge printed, from the game project root:
39
39
 
40
40
  ```bash
41
- npm i -D @genex-ai/cli-demo@dev # the genex CLI (a dev dependency)
41
+ npm i -D @genex-ai/cli-demo@latest # the genex CLI (a dev dependency)
42
42
  npm i @genex-ai/embed-sdk@latest # identity/saves SDK (ships inside the game)
43
43
  npm i @genex-ai/multiplayer@latest # multiplayer SDK (only if the game uses it)
44
44
  ```