@vm0/cli 9.154.1 → 9.155.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.154.1",
3
+ "version": "9.155.0",
4
4
  "description": "CLI application",
5
5
  "repository": {
6
6
  "type": "git",
package/zero.js CHANGED
@@ -137,8 +137,8 @@ import {
137
137
  upsertZeroOrgModelProvider,
138
138
  withErrorHandler,
139
139
  zeroAgentCustomSkillNameSchema,
140
- zeroRemoteAgentCommand
141
- } from "./chunk-GDR4NWU2.js";
140
+ zeroLocalAgentCommand
141
+ } from "./chunk-D3OXQKM5.js";
142
142
  import {
143
143
  __toESM,
144
144
  init_esm_shims
@@ -8466,7 +8466,7 @@ var COMMAND_CAPABILITY_MAP = {
8466
8466
  "built-in": "file:write",
8467
8467
  web: null,
8468
8468
  host: "host:write",
8469
- "remote-agent": ["remote-agent:read", "remote-agent:write"],
8469
+ "local-agent": ["local-agent:read", "local-agent:write"],
8470
8470
  "local-browser": ["local-browser:read", "local-browser:write"]
8471
8471
  };
8472
8472
  var DEFAULT_COMMANDS = [
@@ -8492,7 +8492,7 @@ var DEFAULT_COMMANDS = [
8492
8492
  zeroBuiltInCommand,
8493
8493
  zeroWebCommand,
8494
8494
  zeroHostCommand,
8495
- zeroRemoteAgentCommand,
8495
+ zeroLocalAgentCommand,
8496
8496
  zeroLocalBrowserCommand
8497
8497
  ];
8498
8498
  function shouldHideCommand(name, payload) {
@@ -8542,7 +8542,7 @@ function registerZeroCommands(prog, commands) {
8542
8542
  var program = new Command();
8543
8543
  program.name("zero").description(
8544
8544
  "Zero CLI \u2014 interact with the zero platform from inside the sandbox"
8545
- ).version("9.154.1").addHelpText("after", () => {
8545
+ ).version("9.155.0").addHelpText("after", () => {
8546
8546
  return buildZeroHelpText();
8547
8547
  });
8548
8548
  if (process.argv[1]?.endsWith("zero.js") || process.argv[1]?.endsWith("zero.ts") || process.argv[1]?.endsWith("zero")) {