@youdie006/swapdex 0.3.0 → 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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -211,7 +211,9 @@ claude mcp add swapdex -s user -- swapdex mcp
211
211
  swapdex is the accounts layer of a small local AI-CLI stack:
212
212
 
213
213
  - [sessionwiki](https://github.com/youdie006/sessionwiki) -- index, search, and
214
- 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.
215
217
  - [prodex](https://github.com/youdie006/prodex) -- share one logged-in ChatGPT
216
218
  Pro session across agents. swapdex coexists with it without touching its auth.
217
219
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@youdie006/swapdex",
3
- "version": "0.3.0",
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"