@vm0/cli 9.114.0 → 9.115.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vm0/cli",
3
- "version": "9.114.0",
3
+ "version": "9.115.0",
4
4
  "description": "CLI application",
5
5
  "repository": {
6
6
  "type": "git",
package/zero.js CHANGED
@@ -130,7 +130,7 @@ import {
130
130
  upsertZeroOrgModelProvider,
131
131
  withErrorHandler,
132
132
  zeroAgentCustomSkillNameSchema
133
- } from "./chunk-YGGTGOHH.js";
133
+ } from "./chunk-ONKLFZRY.js";
134
134
 
135
135
  // src/zero.ts
136
136
  init_esm_shims();
@@ -6099,7 +6099,8 @@ var callCommand = new Command().name("call").description("Initiate an outbound p
6099
6099
  }
6100
6100
  const result = await createPhoneCall({
6101
6101
  toNumber,
6102
- systemPrompt
6102
+ systemPrompt,
6103
+ mode: options.mode
6103
6104
  });
6104
6105
  console.log(source_default.green("Call initiated"));
6105
6106
  console.log(` ${"Call ID:".padEnd(12)}${source_default.cyan(result.callId)}`);
@@ -6339,7 +6340,7 @@ function registerZeroCommands(prog, commands) {
6339
6340
  var program = new Command();
6340
6341
  program.name("zero").description(
6341
6342
  "Zero CLI \u2014 interact with the zero platform from inside the sandbox"
6342
- ).version("9.114.0").addHelpText(
6343
+ ).version("9.115.0").addHelpText(
6343
6344
  "after",
6344
6345
  `
6345
6346
  Examples: