@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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. 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 # or pick from a list interactively
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@youdie006/swapdex",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "description": "Switch between multiple Claude Code, Codex, Gemini, and Antigravity login accounts, locally and safely.",
5
5
  "bin": {
6
6
  "swapdex": "bin/swapdex.js"