@youdie006/swapdex 0.6.0 → 0.7.0
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 +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -77,7 +77,8 @@ swapdex ls
|
|
|
77
77
|
swapdex status
|
|
78
78
|
|
|
79
79
|
# Switch (takes effect on your next message -- no restart)
|
|
80
|
-
swapdex ui #
|
|
80
|
+
swapdex ui # full-screen picker: switch, add, restore
|
|
81
|
+
swapdex login personal --tool claude # sign in to a NEW account and save it
|
|
81
82
|
swapdex use personal
|
|
82
83
|
swapdex use - # toggle back to the previous profile
|
|
83
84
|
swapdex use w # a unique prefix is enough
|
package/package.json
CHANGED