@youdie006/swapdex 0.3.1 → 0.4.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 -0
  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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@youdie006/swapdex",
3
- "version": "0.3.1",
3
+ "version": "0.4.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"