@vm0/cli 9.111.9 → 9.111.11
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-ZKY63NCF.js → chunk-UF75LD2F.js} +16 -5
- package/{chunk-ZKY63NCF.js.map → chunk-UF75LD2F.js.map} +1 -1
- package/index.js +10 -10
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/zero.js +2 -2
- package/zero.js.map +1 -1
package/package.json
CHANGED
package/zero.js
CHANGED
|
@@ -126,7 +126,7 @@ import {
|
|
|
126
126
|
upsertZeroOrgModelProvider,
|
|
127
127
|
withErrorHandler,
|
|
128
128
|
zeroAgentCustomSkillNameSchema
|
|
129
|
-
} from "./chunk-
|
|
129
|
+
} from "./chunk-UF75LD2F.js";
|
|
130
130
|
|
|
131
131
|
// src/zero.ts
|
|
132
132
|
init_esm_shims();
|
|
@@ -5982,7 +5982,7 @@ function registerZeroCommands(prog, commands) {
|
|
|
5982
5982
|
var program = new Command();
|
|
5983
5983
|
program.name("zero").description(
|
|
5984
5984
|
"Zero CLI \u2014 interact with the zero platform from inside the sandbox"
|
|
5985
|
-
).version("9.111.
|
|
5985
|
+
).version("9.111.11").addHelpText(
|
|
5986
5986
|
"after",
|
|
5987
5987
|
`
|
|
5988
5988
|
Examples:
|