ignis-agent-cli 0.1.3 → 0.1.4

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/README.md CHANGED
@@ -8,6 +8,10 @@ Node CLI for the Ultra-Mai Agent V2 CLI facade.
8
8
  npm install -g ignis-agent-cli
9
9
  ```
10
10
 
11
+ Package name:
12
+ - `ignis-agent-cli`
13
+ - installed command: `ignis`
14
+
11
15
  ## Configure
12
16
 
13
17
  ```bash
package/dist/index.js CHANGED
@@ -972,7 +972,7 @@ function buildWaitCommand() {
972
972
 
973
973
  // src/index.ts
974
974
  var program = new Command11();
975
- program.name("ignis").description("Ignis CLI for Ultra-Mai").version("0.1.2");
975
+ program.name("ignis").description("Ignis CLI for Ultra-Mai").version("0.1.4");
976
976
  program.addCommand(buildLoginCommand());
977
977
  program.addCommand(buildAskCommand());
978
978
  program.addCommand(buildHistoryCommand());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ignis-agent-cli",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Stateless CLI for the Ultra-Mai Agent V2 service",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",