@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.
- package/README.md +3 -0
- 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
|