@vm0/cli 9.145.19 → 9.146.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.145.19",
3
+ "version": "9.146.0",
4
4
  "description": "CLI application",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,6 +17,7 @@
17
17
  "*.js.map"
18
18
  ],
19
19
  "dependencies": {
20
- "@ngrok/ngrok": "^1.6.0"
20
+ "@ngrok/ngrok": "^1.6.0",
21
+ "ably": "^2.21.0"
21
22
  }
22
23
  }
package/zero.js CHANGED
@@ -127,8 +127,9 @@ import {
127
127
  uploadWebFile,
128
128
  upsertZeroOrgModelProvider,
129
129
  withErrorHandler,
130
- zeroAgentCustomSkillNameSchema
131
- } from "./chunk-OMYARDQW.js";
130
+ zeroAgentCustomSkillNameSchema,
131
+ zeroRemoteAgentCommand
132
+ } from "./chunk-XQZSO44E.js";
132
133
  import {
133
134
  __toESM,
134
135
  init_esm_shims
@@ -7419,7 +7420,8 @@ var COMMAND_CAPABILITY_MAP = {
7419
7420
  "developer-support": null,
7420
7421
  "computer-use": "computer-use:write",
7421
7422
  "built-in": "file:write",
7422
- web: null
7423
+ web: null,
7424
+ "remote-agent": ["remote-agent:read", "remote-agent:write"]
7423
7425
  };
7424
7426
  var DEFAULT_COMMANDS = [
7425
7427
  zeroOrgCommand,
@@ -7441,7 +7443,8 @@ var DEFAULT_COMMANDS = [
7441
7443
  zeroDeveloperSupportCommand,
7442
7444
  zeroComputerUseCommand,
7443
7445
  zeroBuiltInCommand,
7444
- zeroWebCommand
7446
+ zeroWebCommand,
7447
+ zeroRemoteAgentCommand
7445
7448
  ];
7446
7449
  function shouldHideCommand(name, payload) {
7447
7450
  if (!payload) return false;
@@ -7466,7 +7469,7 @@ function registerZeroCommands(prog, commands) {
7466
7469
  var program = new Command();
7467
7470
  program.name("zero").description(
7468
7471
  "Zero CLI \u2014 interact with the zero platform from inside the sandbox"
7469
- ).version("9.145.19").addHelpText(
7472
+ ).version("9.146.0").addHelpText(
7470
7473
  "after",
7471
7474
  `
7472
7475
  Examples: