@automagik/omni 2.260223.1 → 2.260223.2

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.
@@ -4,6 +4,7 @@
4
4
  * omni auth login --api-key <key> [--api-url <url>]
5
5
  * omni auth status
6
6
  * omni auth logout
7
+ * omni auth recover
7
8
  */
8
9
  import { Command } from 'commander';
9
10
  export declare function createAuthCommand(): Command;
@@ -1 +1 @@
1
- {"version":3,"file":"auth.d.ts","sourceRoot":"","sources":["../../src/commands/auth.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAKpC,wBAAgB,iBAAiB,IAAI,OAAO,CAiG3C"}
1
+ {"version":3,"file":"auth.d.ts","sourceRoot":"","sources":["../../src/commands/auth.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAGH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAsQpC,wBAAgB,iBAAiB,IAAI,OAAO,CAiI3C"}
@@ -1 +1 @@
1
- {"version":3,"file":"install.d.ts","sourceRoot":"","sources":["../../src/commands/install.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAMH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAwjBpC,wBAAgB,oBAAoB,IAAI,OAAO,CAO9C"}
1
+ {"version":3,"file":"install.d.ts","sourceRoot":"","sources":["../../src/commands/install.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAMH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AA+jBpC,wBAAgB,oBAAoB,IAAI,OAAO,CAO9C"}
@@ -0,0 +1,16 @@
1
+ /**
2
+ * Provider Setup Commands
3
+ *
4
+ * omni providers setup openclaw
5
+ * --gateway-url <url>
6
+ * --gateway-token <token>
7
+ * --agent-id <agentId>
8
+ * [--name <name>]
9
+ * [--non-interactive]
10
+ *
11
+ * Single command that takes gateway URL + token + agent ID
12
+ * and produces a fully working OpenClaw provider with device identity.
13
+ */
14
+ import { Command } from 'commander';
15
+ export declare function createSetupCommand(): Command;
16
+ //# sourceMappingURL=providers-setup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"providers-setup.d.ts","sourceRoot":"","sources":["../../src/commands/providers-setup.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAKH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AA2bpC,wBAAgB,kBAAkB,IAAI,OAAO,CAgD5C"}
@@ -6,6 +6,7 @@
6
6
  * omni providers create --name <name> --schema <schema> --base-url <url> [--api-key <key>]
7
7
  * Claude Code: --project-path <path> [--max-turns <n>] [--permission-mode <mode>]
8
8
  * OpenClaw: --default-agent-id <id>
9
+ * omni providers setup openclaw --gateway-url <url> --gateway-token <token> --agent-id <id>
9
10
  * omni providers agents <id>
10
11
  * omni providers teams <id>
11
12
  * omni providers workflows <id>
@@ -1 +1 @@
1
- {"version":3,"file":"providers.d.ts","sourceRoot":"","sources":["../../src/commands/providers.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AAGH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAwFpC,wBAAgB,sBAAsB,IAAI,OAAO,CA8OhD"}
1
+ {"version":3,"file":"providers.d.ts","sourceRoot":"","sources":["../../src/commands/providers.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAyFpC,wBAAgB,sBAAsB,IAAI,OAAO,CAiPhD"}