@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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. 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, add, restore
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@youdie006/swapdex",
3
- "version": "0.7.0",
3
+ "version": "0.9.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"