@vm0/cli 9.102.10 → 9.103.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.102.10",
3
+ "version": "9.103.0",
4
4
  "description": "CLI application",
5
5
  "repository": {
6
6
  "type": "git",
package/zero.js CHANGED
@@ -115,7 +115,7 @@ import {
115
115
  upsertZeroOrgModelProvider,
116
116
  withErrorHandler,
117
117
  zeroAgentCustomSkillNameSchema
118
- } from "./chunk-OCZK25RZ.js";
118
+ } from "./chunk-LIBXYI24.js";
119
119
 
120
120
  // src/zero.ts
121
121
  import { Command as Command77 } from "commander";
@@ -2246,8 +2246,7 @@ Notes:
2246
2246
  );
2247
2247
  }
2248
2248
  if (!hasPermission) {
2249
- const path = agentId ? `/team/${agentId}` : "/team";
2250
- const url = `${platformUrl.origin}${path}?tab=authorization`;
2249
+ const url = agentId ? `${platformUrl.origin}/connectors/${connectorType}/authorize?agentId=${agentId}` : `${platformUrl.origin}/connectors`;
2251
2250
  issues.push(
2252
2251
  `The ${label} connector is not authorized for this agent. Ask the user to enable it at: [Authorize ${label}](${url})`
2253
2252
  );
@@ -5753,7 +5752,7 @@ function registerZeroCommands(prog, commands) {
5753
5752
  var program = new Command77();
5754
5753
  program.name("zero").description(
5755
5754
  "Zero CLI \u2014 interact with the zero platform from inside the sandbox"
5756
- ).version("9.102.10").addHelpText(
5755
+ ).version("9.103.0").addHelpText(
5757
5756
  "after",
5758
5757
  `
5759
5758
  Examples: