@youdie006/swapdex 0.2.2 → 0.3.1

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 +4 -1
  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
@@ -210,7 +211,9 @@ claude mcp add swapdex -s user -- swapdex mcp
210
211
  swapdex is the accounts layer of a small local AI-CLI stack:
211
212
 
212
213
  - [sessionwiki](https://github.com/youdie006/sessionwiki) -- index, search, and
213
- resume your AI coding sessions. `swapdex sessions` groups them by account.
214
+ resume your AI coding sessions. `swapdex sessions` groups them by account,
215
+ and after a switch in `swapdex ui` you get that account's recent sessions
216
+ with a `sessionwiki resume <id>` hint -- switch, land back in your work.
214
217
  - [prodex](https://github.com/youdie006/prodex) -- share one logged-in ChatGPT
215
218
  Pro session across agents. swapdex coexists with it without touching its auth.
216
219
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@youdie006/swapdex",
3
- "version": "0.2.2",
3
+ "version": "0.3.1",
4
4
  "description": "Switch between multiple Claude Code and Codex login accounts, locally and safely.",
5
5
  "bin": {
6
6
  "swapdex": "bin/swapdex.js"