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.
- package/README.md +3 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -38,17 +38,11 @@ poetry install
|
|
|
38
38
|
|
|
39
39
|
---
|
|
40
40
|
|
|
41
|
-
##
|
|
41
|
+
## Interactive Onboarding
|
|
42
42
|
|
|
43
|
-
|
|
43
|
+
Run `esprit` with no arguments to open the launchpad onboarding UI.
|
|
44
44
|
|
|
45
|
-
-
|
|
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
|
|