@youdie006/swapdex 0.3.0 → 0.4.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 +6 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -186,6 +186,9 @@ cannot happen:
186
186
  official `claude` / `codex` binary already reads, then gets out of the way. It
187
187
  never sits between the CLI and the API, never proxies requests, and never
188
188
  presents itself as the official client. Your traffic is the real CLI's traffic.
189
+ (Launching the official tool once, on your explicit pick - `login`'s sign-in
190
+ flow, `ui`'s session resume - is a hand-off, not a wrapper: swapdex `exec`s
191
+ and is gone.)
189
192
 
190
193
  Anthropic and OpenAI both permit multiple accounts for genuinely different
191
194
  purposes but forbid using multiple accounts to get around a single workload's
@@ -211,7 +214,9 @@ claude mcp add swapdex -s user -- swapdex mcp
211
214
  swapdex is the accounts layer of a small local AI-CLI stack:
212
215
 
213
216
  - [sessionwiki](https://github.com/youdie006/sessionwiki) -- index, search, and
214
- resume your AI coding sessions. `swapdex sessions` groups them by account.
217
+ resume your AI coding sessions. `swapdex sessions` groups them by account,
218
+ and after a switch in `swapdex ui` you get that account's recent sessions
219
+ with a `sessionwiki resume <id>` hint -- switch, land back in your work.
215
220
  - [prodex](https://github.com/youdie006/prodex) -- share one logged-in ChatGPT
216
221
  Pro session across agents. swapdex coexists with it without touching its auth.
217
222
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@youdie006/swapdex",
3
- "version": "0.3.0",
3
+ "version": "0.4.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"