nestor-sh 2.0.4 → 2.0.5
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/dist/nestor.mjs +1 -1
- package/package.json +1 -1
package/dist/nestor.mjs
CHANGED
|
@@ -163659,7 +163659,7 @@ if (command2 && !["--help", "-h", "--version", "-V", "install"].includes(command
|
|
|
163659
163659
|
}
|
|
163660
163660
|
}
|
|
163661
163661
|
var program = new Command();
|
|
163662
|
-
program.name("nestor-sh").description("Nestor AI Agent Platform \u2014 orchestrate, secure and monitor AI agents").version("2.0.
|
|
163662
|
+
program.name("nestor-sh").description("Nestor AI Agent Platform \u2014 orchestrate, secure and monitor AI agents").version("2.0.5");
|
|
163663
163663
|
registerStartCommand(program);
|
|
163664
163664
|
registerInstallCommand(program);
|
|
163665
163665
|
registerAgentCommand(program);
|