@vm0/cli 9.222.8 → 9.222.9

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.
@@ -12,7 +12,7 @@ import {
12
12
  formatIsoTimestamp,
13
13
  isSupportedFramework,
14
14
  isUUID
15
- } from "./chunk-XK6TXCOU.js";
15
+ } from "./chunk-S473TX4B.js";
16
16
  import {
17
17
  searchZeroLogs
18
18
  } from "./chunk-QVSVGYE3.js";
@@ -178,4 +178,4 @@ export {
178
178
  runLogsSearch,
179
179
  searchCommand
180
180
  };
181
- //# sourceMappingURL=chunk-6A52OAHN.js.map
181
+ //# sourceMappingURL=chunk-N2FY46MD.js.map
@@ -3,7 +3,7 @@ import { createRequire as __createRequire } from "node:module";
3
3
  const require = __createRequire(import.meta.url);
4
4
  import {
5
5
  listVideoTemplates
6
- } from "./chunk-DZWWQ25Q.js";
6
+ } from "./chunk-I23JUVHS.js";
7
7
  import {
8
8
  authHeadersSchema,
9
9
  composeListItemSchema,
@@ -18584,4 +18584,4 @@ export {
18584
18584
  pollEvents,
18585
18585
  showNextSteps
18586
18586
  };
18587
- //# sourceMappingURL=chunk-XK6TXCOU.js.map
18587
+ //# sourceMappingURL=chunk-S473TX4B.js.map
@@ -18,7 +18,7 @@ import {
18
18
  resolvePresentationRunbookColorToken,
19
19
  selectResourceCandidates,
20
20
  toGenerationTarget
21
- } from "./chunk-DZWWQ25Q.js";
21
+ } from "./chunk-I23JUVHS.js";
22
22
  import "./chunk-LTDQISD7.js";
23
23
  import {
24
24
  getZeroAgentUserConnectors,
@@ -2693,4 +2693,4 @@ var generateCommand = new Command().name("generate").description(
2693
2693
  export {
2694
2694
  generateCommand
2695
2695
  };
2696
- //# sourceMappingURL=generate-UQY45HFX.js.map
2696
+ //# sourceMappingURL=generate-BZ2SR3S2.js.map
package/index.js CHANGED
@@ -42,8 +42,8 @@ import {
42
42
  renderRunCreated,
43
43
  require_dist,
44
44
  showNextSteps
45
- } from "./chunk-XK6TXCOU.js";
46
- import "./chunk-DZWWQ25Q.js";
45
+ } from "./chunk-S473TX4B.js";
46
+ import "./chunk-I23JUVHS.js";
47
47
  import "./chunk-Y3NUN3UL.js";
48
48
  import "./chunk-LBHBBYUU.js";
49
49
  import {
@@ -96,7 +96,7 @@ import {
96
96
  } from "./chunk-JUTUEPIR.js";
97
97
  import {
98
98
  configureGlobalProxyFromEnv
99
- } from "./chunk-FBBQJXQA.js";
99
+ } from "./chunk-3ZVLQIJN.js";
100
100
  import "./chunk-LRHXR7JT.js";
101
101
  import {
102
102
  Command,
@@ -434,7 +434,7 @@ function getConfigPath() {
434
434
  return join(os.homedir(), ".vm0", "config.json");
435
435
  }
436
436
  var infoCommand = new Command().name("info").description("Display environment and debug information").action(async () => {
437
- console.log(source_default.bold(`VM0 CLI v${"9.222.8"}`));
437
+ console.log(source_default.bold(`VM0 CLI v${"9.222.9"}`));
438
438
  console.log();
439
439
  const config = await loadConfig();
440
440
  const hasEnvToken = !!process.env.VM0_TOKEN;
@@ -1137,7 +1137,7 @@ var composeCommand = new Command().name("compose").description("Create or update
1137
1137
  options.autoUpdate = false;
1138
1138
  }
1139
1139
  if (options.autoUpdate !== false) {
1140
- await startSilentUpgrade("9.222.8");
1140
+ await startSilentUpgrade("9.222.9");
1141
1141
  }
1142
1142
  try {
1143
1143
  const { config, agentName, agent, basePath } = await loadAndValidateConfig(resolvedConfigFile);
@@ -1234,7 +1234,7 @@ var mainRunCommand = new Command().name("run").description("Run an agent").argum
1234
1234
  withErrorHandler(
1235
1235
  async (identifier, prompt, options) => {
1236
1236
  if (options.autoUpdate !== false) {
1237
- await startSilentUpgrade("9.222.8");
1237
+ await startSilentUpgrade("9.222.9");
1238
1238
  }
1239
1239
  const { name, version } = parseIdentifier(identifier);
1240
1240
  let composeId;
@@ -3093,13 +3093,13 @@ var upgradeCommand = new Command().name("upgrade").description("Upgrade vm0 CLI
3093
3093
  if (latestVersion === null) {
3094
3094
  throw new Error("Could not check for updates. Please try again later.");
3095
3095
  }
3096
- if (latestVersion === "9.222.8") {
3097
- console.log(source_default.green(`\u2713 Already up to date (${"9.222.8"})`));
3096
+ if (latestVersion === "9.222.9") {
3097
+ console.log(source_default.green(`\u2713 Already up to date (${"9.222.9"})`));
3098
3098
  return;
3099
3099
  }
3100
3100
  console.log(
3101
3101
  source_default.yellow(
3102
- `Current version: ${"9.222.8"} -> Latest version: ${latestVersion}`
3102
+ `Current version: ${"9.222.9"} -> Latest version: ${latestVersion}`
3103
3103
  )
3104
3104
  );
3105
3105
  console.log();
@@ -3126,7 +3126,7 @@ var upgradeCommand = new Command().name("upgrade").description("Upgrade vm0 CLI
3126
3126
  const success = await performUpgrade(packageManager);
3127
3127
  if (success) {
3128
3128
  console.log(
3129
- source_default.green(`\u2713 Upgraded from ${"9.222.8"} to ${latestVersion}`)
3129
+ source_default.green(`\u2713 Upgraded from ${"9.222.9"} to ${latestVersion}`)
3130
3130
  );
3131
3131
  return;
3132
3132
  }
@@ -3193,7 +3193,7 @@ var whoamiCommand = new Command().name("whoami").description("Show current ident
3193
3193
 
3194
3194
  // src/index.ts
3195
3195
  var program = new Command();
3196
- program.name("vm0").description("VM0 CLI - Build and run agents with natural language").version("9.222.8");
3196
+ program.name("vm0").description("VM0 CLI - Build and run agents with natural language").version("9.222.9");
3197
3197
  program.addCommand(authCommand);
3198
3198
  program.addCommand(infoCommand);
3199
3199
  program.addCommand(composeCommand);
@@ -3,7 +3,7 @@ import { createRequire as __createRequire } from "node:module";
3
3
  const require = __createRequire(import.meta.url);
4
4
  import {
5
5
  searchCommand
6
- } from "./chunk-6A52OAHN.js";
6
+ } from "./chunk-N2FY46MD.js";
7
7
  import {
8
8
  collectLogItems,
9
9
  parseBoundedLogCount,
@@ -16,8 +16,8 @@ import {
16
16
  formatIsoTimestamp,
17
17
  isSupportedFramework,
18
18
  isUUID
19
- } from "./chunk-XK6TXCOU.js";
20
- import "./chunk-DZWWQ25Q.js";
19
+ } from "./chunk-S473TX4B.js";
20
+ import "./chunk-I23JUVHS.js";
21
21
  import "./chunk-Y3NUN3UL.js";
22
22
  import "./chunk-LBHBBYUU.js";
23
23
  import "./chunk-LTDQISD7.js";
@@ -276,4 +276,4 @@ Examples:
276
276
  export {
277
277
  zeroLogsCommand
278
278
  };
279
- //# sourceMappingURL=logs-QLF4IKAT.js.map
279
+ //# sourceMappingURL=logs-GLJEMUTL.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vm0/cli",
3
- "version": "9.222.8",
3
+ "version": "9.222.9",
4
4
  "description": "CLI application",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,7 +12,7 @@ import {
12
12
  findTemplate,
13
13
  findTool,
14
14
  findVideoTemplate
15
- } from "./chunk-DZWWQ25Q.js";
15
+ } from "./chunk-I23JUVHS.js";
16
16
  import "./chunk-LTDQISD7.js";
17
17
  import {
18
18
  getRegistryResourceDownload
@@ -138,4 +138,4 @@ export {
138
138
  findRegistryResourceForPull,
139
139
  zeroResourceCommand
140
140
  };
141
- //# sourceMappingURL=resource-YP3XLIRO.js.map
141
+ //# sourceMappingURL=resource-UYWSXAUZ.js.map
@@ -3,7 +3,7 @@ import { createRequire as __createRequire } from "node:module";
3
3
  const require = __createRequire(import.meta.url);
4
4
  import {
5
5
  runLogsSearch
6
- } from "./chunk-6A52OAHN.js";
6
+ } from "./chunk-N2FY46MD.js";
7
7
  import {
8
8
  parseBoundedLogCount,
9
9
  parseSearchQuery,
@@ -12,8 +12,8 @@ import {
12
12
  import {
13
13
  formatIsoTimestamp,
14
14
  isUUID
15
- } from "./chunk-XK6TXCOU.js";
16
- import "./chunk-DZWWQ25Q.js";
15
+ } from "./chunk-S473TX4B.js";
16
+ import "./chunk-I23JUVHS.js";
17
17
  import "./chunk-Y3NUN3UL.js";
18
18
  import "./chunk-LBHBBYUU.js";
19
19
  import "./chunk-LTDQISD7.js";
@@ -203,4 +203,4 @@ export {
203
203
  buildSlackRecipe,
204
204
  zeroSearchCommand
205
205
  };
206
- //# sourceMappingURL=search-ZLACNT4B.js.map
206
+ //# sourceMappingURL=search-V5ME4TLE.js.map
package/zero.js CHANGED
@@ -3,7 +3,7 @@ import { createRequire as __createRequire } from "node:module";
3
3
  const require = __createRequire(import.meta.url);
4
4
  import {
5
5
  configureGlobalProxyFromEnv
6
- } from "./chunk-FBBQJXQA.js";
6
+ } from "./chunk-3ZVLQIJN.js";
7
7
  import {
8
8
  decodeZeroTokenPayload
9
9
  } from "./chunk-LRHXR7JT.js";
@@ -114,7 +114,7 @@ var ZERO_COMMAND_DEFINITIONS = [
114
114
  name: "automation",
115
115
  description: "Create or manage scheduled automations",
116
116
  load: async () => {
117
- return (await import("./automation-3PJMYTHL.js")).zeroAutomationCommand;
117
+ return (await import("./automation-FJOIHXBS.js")).zeroAutomationCommand;
118
118
  }
119
119
  },
120
120
  {
@@ -163,14 +163,14 @@ var ZERO_COMMAND_DEFINITIONS = [
163
163
  name: "logs",
164
164
  description: "View and search agent run logs",
165
165
  load: async () => {
166
- return (await import("./logs-QLF4IKAT.js")).zeroLogsCommand;
166
+ return (await import("./logs-GLJEMUTL.js")).zeroLogsCommand;
167
167
  }
168
168
  },
169
169
  {
170
170
  name: "search",
171
171
  description: "Search logs, chat, or get a recipe for external sources",
172
172
  load: async () => {
173
- return (await import("./search-ZLACNT4B.js")).zeroSearchCommand;
173
+ return (await import("./search-V5ME4TLE.js")).zeroSearchCommand;
174
174
  }
175
175
  },
176
176
  {
@@ -184,7 +184,7 @@ var ZERO_COMMAND_DEFINITIONS = [
184
184
  name: "resource",
185
185
  description: "Pull registry resources from private R2-backed archives",
186
186
  load: async () => {
187
- return (await import("./resource-YP3XLIRO.js")).zeroResourceCommand;
187
+ return (await import("./resource-UYWSXAUZ.js")).zeroResourceCommand;
188
188
  }
189
189
  },
190
190
  {
@@ -226,7 +226,7 @@ var ZERO_COMMAND_DEFINITIONS = [
226
226
  name: "generate",
227
227
  description: "Generate assets via vm0's built-in pipelines or get connector skill-invocation guidance",
228
228
  load: async () => {
229
- return (await import("./generate-UQY45HFX.js")).generateCommand;
229
+ return (await import("./generate-BZ2SR3S2.js")).generateCommand;
230
230
  }
231
231
  },
232
232
  {
@@ -370,7 +370,7 @@ function registerZeroCommands(prog, commands) {
370
370
  var program = new Command();
371
371
  program.name("zero").description(
372
372
  "Zero CLI \u2014 interact with the zero platform from inside the sandbox"
373
- ).version("9.222.8").addHelpText("after", () => {
373
+ ).version("9.222.9").addHelpText("after", () => {
374
374
  return buildZeroHelpText();
375
375
  });
376
376
  if (process.argv[1]?.endsWith("zero.js") || process.argv[1]?.endsWith("zero.ts") || process.argv[1]?.endsWith("zero")) {