@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/{chunk-OCZK25RZ.js → chunk-LIBXYI24.js} +38 -94
- package/{chunk-OCZK25RZ.js.map → chunk-LIBXYI24.js.map} +1 -1
- package/index.js +10 -10
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/zero.js +3 -4
- package/zero.js.map +1 -1
package/package.json
CHANGED
package/zero.js
CHANGED
|
@@ -115,7 +115,7 @@ import {
|
|
|
115
115
|
upsertZeroOrgModelProvider,
|
|
116
116
|
withErrorHandler,
|
|
117
117
|
zeroAgentCustomSkillNameSchema
|
|
118
|
-
} from "./chunk-
|
|
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
|
|
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.
|
|
5755
|
+
).version("9.103.0").addHelpText(
|
|
5757
5756
|
"after",
|
|
5758
5757
|
`
|
|
5759
5758
|
Examples:
|