esprit-cli 0.7.2 → 0.7.3

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.
Files changed (2) hide show
  1. package/README.md +3 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -38,17 +38,11 @@ poetry install
38
38
 
39
39
  ---
40
40
 
41
- ## First-Run Onboarding
41
+ ## Interactive Onboarding
42
42
 
43
- On first use, Esprit opens a one-time onboarding wizard before any Docker checks.
43
+ Run `esprit` with no arguments to open the launchpad onboarding UI.
44
44
 
45
- - Ghost-themed first-run setup flow
46
- - Guided setup for theme, providers, and preferred model
47
- - Skippable with reminder until completed
48
-
49
- After onboarding, run `esprit` to open the interactive launchpad UI.
50
-
51
- - Guided setup for target and scan mode
45
+ - Guided setup for provider, model, target, and scan mode
52
46
  - Unified theme across onboarding and scanning TUI
53
47
  - Local directory scan input with tab autocomplete
54
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esprit-cli",
3
- "version": "0.7.2",
3
+ "version": "0.7.3",
4
4
  "description": "AI-powered penetration testing agent",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://esprit.dev",