@vm0/cli 9.137.0 → 9.137.1

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-HH2HTGSA.js";
65
+ } from "./chunk-I3QKCVRM.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.137.0"}`));
7774
+ console.log(source_default.bold(`VM0 CLI v${"9.137.1"}`));
7775
7775
  console.log();
7776
7776
  const config = await loadConfig();
7777
7777
  const hasEnvToken = !!process.env.VM0_TOKEN;
@@ -11716,7 +11716,7 @@ var composeCommand = new Command().name("compose").description("Create or update
11716
11716
  options.autoUpdate = false;
11717
11717
  }
11718
11718
  if (options.autoUpdate !== false) {
11719
- await startSilentUpgrade("9.137.0");
11719
+ await startSilentUpgrade("9.137.1");
11720
11720
  }
11721
11721
  try {
11722
11722
  let result;
@@ -11808,7 +11808,7 @@ var mainRunCommand = new Command().name("run").description("Run an agent").argum
11808
11808
  withErrorHandler(
11809
11809
  async (identifier, prompt, options) => {
11810
11810
  if (options.autoUpdate !== false) {
11811
- await startSilentUpgrade("9.137.0");
11811
+ await startSilentUpgrade("9.137.1");
11812
11812
  }
11813
11813
  const { name, version } = parseIdentifier(identifier);
11814
11814
  let composeId;
@@ -13582,13 +13582,13 @@ var upgradeCommand = new Command().name("upgrade").description("Upgrade vm0 CLI
13582
13582
  if (latestVersion === null) {
13583
13583
  throw new Error("Could not check for updates. Please try again later.");
13584
13584
  }
13585
- if (latestVersion === "9.137.0") {
13586
- console.log(source_default.green(`\u2713 Already up to date (${"9.137.0"})`));
13585
+ if (latestVersion === "9.137.1") {
13586
+ console.log(source_default.green(`\u2713 Already up to date (${"9.137.1"})`));
13587
13587
  return;
13588
13588
  }
13589
13589
  console.log(
13590
13590
  source_default.yellow(
13591
- `Current version: ${"9.137.0"} -> Latest version: ${latestVersion}`
13591
+ `Current version: ${"9.137.1"} -> Latest version: ${latestVersion}`
13592
13592
  )
13593
13593
  );
13594
13594
  console.log();
@@ -13615,7 +13615,7 @@ var upgradeCommand = new Command().name("upgrade").description("Upgrade vm0 CLI
13615
13615
  const success = await performUpgrade(packageManager);
13616
13616
  if (success) {
13617
13617
  console.log(
13618
- source_default.green(`\u2713 Upgraded from ${"9.137.0"} to ${latestVersion}`)
13618
+ source_default.green(`\u2713 Upgraded from ${"9.137.1"} to ${latestVersion}`)
13619
13619
  );
13620
13620
  return;
13621
13621
  }
@@ -13682,7 +13682,7 @@ var whoamiCommand = new Command().name("whoami").description("Show current ident
13682
13682
 
13683
13683
  // src/index.ts
13684
13684
  var program = new Command();
13685
- program.name("vm0").description("VM0 CLI - Build and run agents with natural language").version("9.137.0");
13685
+ program.name("vm0").description("VM0 CLI - Build and run agents with natural language").version("9.137.1");
13686
13686
  program.addCommand(authCommand);
13687
13687
  program.addCommand(infoCommand);
13688
13688
  program.addCommand(composeCommand);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vm0/cli",
3
- "version": "9.137.0",
3
+ "version": "9.137.1",
4
4
  "description": "CLI application",
5
5
  "repository": {
6
6
  "type": "git",
package/zero.js CHANGED
@@ -117,7 +117,7 @@ import {
117
117
  upsertZeroOrgModelProvider,
118
118
  withErrorHandler,
119
119
  zeroAgentCustomSkillNameSchema
120
- } from "./chunk-HH2HTGSA.js";
120
+ } from "./chunk-I3QKCVRM.js";
121
121
  import {
122
122
  __toESM,
123
123
  init_esm_shims
@@ -13960,11 +13960,6 @@ var FEATURE_SWITCHES = {
13960
13960
  description: "Show an artifacts button in the chat header that opens a drawer listing uploaded files grouped by run",
13961
13961
  enabled: true
13962
13962
  },
13963
- ["chatThreadReadIndicator" /* ChatThreadReadIndicator */]: {
13964
- maintainer: "ethan@vm0.ai",
13965
- description: "Show the unread watermark dot and bold title for chat threads with unread messages in the sidebar",
13966
- enabled: false
13967
- },
13968
13963
  ["chatManualHistory" /* ChatManualHistory */]: {
13969
13964
  maintainer: "linghan@vm0.ai",
13970
13965
  description: "Enable manual chat history loading from a Load history button at the top of a thread. When off, chat stays in the latest-50/no-history mode.",
@@ -19226,7 +19221,7 @@ function registerZeroCommands(prog, commands) {
19226
19221
  var program = new Command();
19227
19222
  program.name("zero").description(
19228
19223
  "Zero CLI \u2014 interact with the zero platform from inside the sandbox"
19229
- ).version("9.137.0").addHelpText(
19224
+ ).version("9.137.1").addHelpText(
19230
19225
  "after",
19231
19226
  `
19232
19227
  Examples: