@vm0/cli 9.137.1 → 9.137.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.
package/index.js CHANGED
@@ -62,7 +62,7 @@ import {
62
62
  source_default,
63
63
  volumeConfigSchema,
64
64
  withErrorHandler
65
- } from "./chunk-I3QKCVRM.js";
65
+ } from "./chunk-KCKEZBC3.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.1"}`));
7774
+ console.log(source_default.bold(`VM0 CLI v${"9.137.3"}`));
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.1");
11719
+ await startSilentUpgrade("9.137.3");
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.1");
11811
+ await startSilentUpgrade("9.137.3");
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.1") {
13586
- console.log(source_default.green(`\u2713 Already up to date (${"9.137.1"})`));
13585
+ if (latestVersion === "9.137.3") {
13586
+ console.log(source_default.green(`\u2713 Already up to date (${"9.137.3"})`));
13587
13587
  return;
13588
13588
  }
13589
13589
  console.log(
13590
13590
  source_default.yellow(
13591
- `Current version: ${"9.137.1"} -> Latest version: ${latestVersion}`
13591
+ `Current version: ${"9.137.3"} -> 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.1"} to ${latestVersion}`)
13618
+ source_default.green(`\u2713 Upgraded from ${"9.137.3"} 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.1");
13685
+ program.name("vm0").description("VM0 CLI - Build and run agents with natural language").version("9.137.3");
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.1",
3
+ "version": "9.137.3",
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-I3QKCVRM.js";
120
+ } from "./chunk-KCKEZBC3.js";
121
121
  import {
122
122
  __toESM,
123
123
  init_esm_shims
@@ -13930,11 +13930,6 @@ var FEATURE_SWITCHES = {
13930
13930
  description: "Show audit log links in integration replies",
13931
13931
  enabled: false
13932
13932
  },
13933
- ["audioInput" /* AudioInput */]: {
13934
- maintainer: "lancy@vm0.ai",
13935
- description: "Enable voice input (microphone + STT) in chat \u2014 gates the mic button and the /api/zero/voice-io/stt route",
13936
- enabled: true
13937
- },
13938
13933
  ["audioOutput" /* AudioOutput */]: {
13939
13934
  maintainer: "lancy@vm0.ai",
13940
13935
  description: "Enable audio output in chat (TTS read-aloud + auto-read) \u2014 gates the volume/read buttons and the /api/zero/voice-io/tts route",
@@ -13955,11 +13950,6 @@ var FEATURE_SWITCHES = {
13955
13950
  description: "Replace the Invite people button in the agent chat page header with a New button that creates a new chat thread",
13956
13951
  enabled: false
13957
13952
  },
13958
- ["chatArtifactsDrawer" /* ChatArtifactsDrawer */]: {
13959
- maintainer: "ethan@vm0.ai",
13960
- description: "Show an artifacts button in the chat header that opens a drawer listing uploaded files grouped by run",
13961
- enabled: true
13962
- },
13963
13953
  ["chatManualHistory" /* ChatManualHistory */]: {
13964
13954
  maintainer: "linghan@vm0.ai",
13965
13955
  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.",
@@ -14002,12 +13992,6 @@ var FEATURE_SWITCHES = {
14002
13992
  enabled: false,
14003
13993
  enabledOrgIdHashes: STAFF_ORG_ID_HASHES
14004
13994
  },
14005
- ["telegramIntegration" /* TelegramIntegration */]: {
14006
- maintainer: "ethan@vm0.ai",
14007
- description: "Show the Telegram integration settings UI. The backend Telegram routes do not consult this frontend rollout flag.",
14008
- enabled: false,
14009
- enabledOrgIdHashes: STAFF_ORG_ID_HASHES
14010
- },
14011
13995
  ["trinity" /* Trinity */]: {
14012
13996
  maintainer: "ethan@vm0.ai",
14013
13997
  description: "Embed the voice-chat mic toggle + voice-mode layout into the agent chat page. Gates the mic launcher, composer swap, and status/subtitle/task-card UI.",
@@ -19221,7 +19205,7 @@ function registerZeroCommands(prog, commands) {
19221
19205
  var program = new Command();
19222
19206
  program.name("zero").description(
19223
19207
  "Zero CLI \u2014 interact with the zero platform from inside the sandbox"
19224
- ).version("9.137.1").addHelpText(
19208
+ ).version("9.137.3").addHelpText(
19225
19209
  "after",
19226
19210
  `
19227
19211
  Examples: