@youdie006/swapdex 0.2.2 → 0.3.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 +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -76,6 +76,7 @@ swapdex ls
76
76
  swapdex status
77
77
 
78
78
  # Switch (takes effect on your next message -- no restart)
79
+ swapdex ui # or pick from a list interactively
79
80
  swapdex use personal
80
81
  swapdex use - # toggle back to the previous profile
81
82
  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.2.2",
3
+ "version": "0.3.0",
4
4
  "description": "Switch between multiple Claude Code and Codex login accounts, locally and safely.",
5
5
  "bin": {
6
6
  "swapdex": "bin/swapdex.js"