wispy-ai 1.7.0 → 1.7.1
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.
|
@@ -1,24 +1,17 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Interactive setup wizard — first-run onboarding
|
|
2
|
+
* Interactive setup wizard — comprehensive first-run onboarding.
|
|
3
3
|
*
|
|
4
4
|
* Steps:
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
* 9. Summary
|
|
14
|
-
*/
|
|
15
|
-
/**
|
|
16
|
-
* Check whether this is the first run (no config.yaml exists).
|
|
5
|
+
* 1. Welcome
|
|
6
|
+
* 2. AI Engine + API Keys
|
|
7
|
+
* 3. Channels (Telegram, Discord, Slack, WhatsApp, Matrix, Signal, Email, Phone)
|
|
8
|
+
* 4. Integrations (Google, Productivity, Social, Smart Home, Commerce, Security)
|
|
9
|
+
* 5. Wallet & Commerce (x402)
|
|
10
|
+
* 6. Security & Mode
|
|
11
|
+
* 7. Extras (Voice, MCP, Theme, Agents, Memory)
|
|
12
|
+
* 8. Summary
|
|
17
13
|
*/
|
|
18
14
|
export declare function isFirstRun(runtimeDir: string): boolean;
|
|
19
|
-
/**
|
|
20
|
-
* Run the interactive setup wizard.
|
|
21
|
-
*/
|
|
22
15
|
export declare function runSetupWizard(opts: {
|
|
23
16
|
rootDir: string;
|
|
24
17
|
runtimeDir: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wizard.d.ts","sourceRoot":"","sources":["../../../src/cli/setup/wizard.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"wizard.d.ts","sourceRoot":"","sources":["../../../src/cli/setup/wizard.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AA2TH,wBAAgB,UAAU,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAGtD;AAED,wBAAsB,cAAc,CAAC,IAAI,EAAE;IACzC,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;CACjB,GAAG,OAAO,CAAC,IAAI,CAAC,CA03BhB"}
|