@vm0/cli 9.132.5 → 9.132.6

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/index.js CHANGED
@@ -62,7 +62,7 @@ import {
62
62
  source_default,
63
63
  volumeConfigSchema,
64
64
  withErrorHandler
65
- } from "./chunk-LYJPILDD.js";
65
+ } from "./chunk-XKRJNVMO.js";
66
66
  import {
67
67
  __commonJS,
68
68
  __require,
@@ -7771,7 +7771,7 @@ function getConfigPath() {
7771
7771
  return join(homedir(), ".vm0", "config.json");
7772
7772
  }
7773
7773
  var infoCommand = new Command().name("info").description("Display environment and debug information").action(async () => {
7774
- console.log(source_default.bold(`VM0 CLI v${"9.132.5"}`));
7774
+ console.log(source_default.bold(`VM0 CLI v${"9.132.6"}`));
7775
7775
  console.log();
7776
7776
  const config = await loadConfig();
7777
7777
  const hasEnvToken = !!process.env.VM0_TOKEN;
@@ -11711,7 +11711,7 @@ var composeCommand = new Command().name("compose").description("Create or update
11711
11711
  options.autoUpdate = false;
11712
11712
  }
11713
11713
  if (options.autoUpdate !== false) {
11714
- await startSilentUpgrade("9.132.5");
11714
+ await startSilentUpgrade("9.132.6");
11715
11715
  }
11716
11716
  try {
11717
11717
  let result;
@@ -11803,7 +11803,7 @@ var mainRunCommand = new Command().name("run").description("Run an agent").argum
11803
11803
  withErrorHandler(
11804
11804
  async (identifier, prompt, options) => {
11805
11805
  if (options.autoUpdate !== false) {
11806
- await startSilentUpgrade("9.132.5");
11806
+ await startSilentUpgrade("9.132.6");
11807
11807
  }
11808
11808
  const { name, version } = parseIdentifier(identifier);
11809
11809
  let composeId;
@@ -13576,13 +13576,13 @@ var upgradeCommand = new Command().name("upgrade").description("Upgrade vm0 CLI
13576
13576
  if (latestVersion === null) {
13577
13577
  throw new Error("Could not check for updates. Please try again later.");
13578
13578
  }
13579
- if (latestVersion === "9.132.5") {
13580
- console.log(source_default.green(`\u2713 Already up to date (${"9.132.5"})`));
13579
+ if (latestVersion === "9.132.6") {
13580
+ console.log(source_default.green(`\u2713 Already up to date (${"9.132.6"})`));
13581
13581
  return;
13582
13582
  }
13583
13583
  console.log(
13584
13584
  source_default.yellow(
13585
- `Current version: ${"9.132.5"} -> Latest version: ${latestVersion}`
13585
+ `Current version: ${"9.132.6"} -> Latest version: ${latestVersion}`
13586
13586
  )
13587
13587
  );
13588
13588
  console.log();
@@ -13609,7 +13609,7 @@ var upgradeCommand = new Command().name("upgrade").description("Upgrade vm0 CLI
13609
13609
  const success = await performUpgrade(packageManager);
13610
13610
  if (success) {
13611
13611
  console.log(
13612
- source_default.green(`\u2713 Upgraded from ${"9.132.5"} to ${latestVersion}`)
13612
+ source_default.green(`\u2713 Upgraded from ${"9.132.6"} to ${latestVersion}`)
13613
13613
  );
13614
13614
  return;
13615
13615
  }
@@ -13676,7 +13676,7 @@ var whoamiCommand = new Command().name("whoami").description("Show current ident
13676
13676
 
13677
13677
  // src/index.ts
13678
13678
  var program = new Command();
13679
- program.name("vm0").description("VM0 CLI - Build and run agents with natural language").version("9.132.5");
13679
+ program.name("vm0").description("VM0 CLI - Build and run agents with natural language").version("9.132.6");
13680
13680
  program.addCommand(authCommand);
13681
13681
  program.addCommand(infoCommand);
13682
13682
  program.addCommand(composeCommand);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vm0/cli",
3
- "version": "9.132.5",
3
+ "version": "9.132.6",
4
4
  "description": "CLI application",
5
5
  "repository": {
6
6
  "type": "git",
package/zero.js CHANGED
@@ -112,7 +112,7 @@ import {
112
112
  upsertZeroOrgModelProvider,
113
113
  withErrorHandler,
114
114
  zeroAgentCustomSkillNameSchema
115
- } from "./chunk-LYJPILDD.js";
115
+ } from "./chunk-XKRJNVMO.js";
116
116
  import {
117
117
  __toESM,
118
118
  init_esm_shims
@@ -13972,12 +13972,6 @@ var FEATURE_SWITCHES = {
13972
13972
  description: "Gate the custom /settings/api-keys UI for issuing personal access tokens used by the /api/v1 public surface. When disabled, the settings page redirects to / and the sidebar menu item is hidden. The backend /api/v1 verification does NOT consult this flag \u2014 previously issued PATs continue to work.",
13973
13973
  enabled: false
13974
13974
  },
13975
- ["modelProviderSelection" /* ModelProviderSelection */]: {
13976
- maintainer: "ethan@vm0.ai",
13977
- description: "Show the model provider + model picker on the agent profile page and schedule dialog. Allows per-agent and per-schedule model selection, overriding the org default. Staff-only during initial rollout.",
13978
- enabled: true,
13979
- enabledOrgIdHashes: STAFF_ORG_ID_HASHES
13980
- },
13981
13975
  ["connectorCategories" /* ConnectorCategories */]: {
13982
13976
  maintainer: "ethan@vm0.ai",
13983
13977
  description: "Show category sections and the hover-reveal outline menu on the Connectors settings page. Staff-only during rollout.",
@@ -18818,7 +18812,7 @@ function registerZeroCommands(prog, commands) {
18818
18812
  var program = new Command();
18819
18813
  program.name("zero").description(
18820
18814
  "Zero CLI \u2014 interact with the zero platform from inside the sandbox"
18821
- ).version("9.132.5").addHelpText(
18815
+ ).version("9.132.6").addHelpText(
18822
18816
  "after",
18823
18817
  `
18824
18818
  Examples: