@youdie006/swapdex 0.7.0 → 0.9.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 +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -77,7 +77,9 @@ swapdex ls
|
|
|
77
77
|
swapdex status
|
|
78
78
|
|
|
79
79
|
# Switch (takes effect on your next message -- no restart)
|
|
80
|
-
swapdex ui # full-screen picker: switch,
|
|
80
|
+
swapdex ui # full-screen picker: switch, then open a
|
|
81
|
+
# conversation right there (resume or new)
|
|
82
|
+
swapdex use work --tool claude --open --dir ~/proj # switch + launch in one
|
|
81
83
|
swapdex login personal --tool claude # sign in to a NEW account and save it
|
|
82
84
|
swapdex use personal
|
|
83
85
|
swapdex use - # toggle back to the previous profile
|
package/package.json
CHANGED