@youdie006/swapdex 0.24.0 → 0.24.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 +8 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -63,8 +63,8 @@ curl -fsSL https://raw.githubusercontent.com/youdie006/swapdex/main/install.sh |
63
63
  ```
64
64
 
65
65
  Linux, WSL, and macOS (Claude's macOS login lives in the Keychain; swapdex
66
- swaps it there, via `/usr/bin/security`). Requires the Claude Code and/or Codex
67
- CLI already installed and logged in. Full command, exit-code, and environment
66
+ swaps it there, via `/usr/bin/security`). Requires at least one supported CLI
67
+ (Claude Code, Codex, Gemini, Antigravity) already installed and logged in. Full command, exit-code, and environment
68
68
  reference: [docs/COMMANDS.md](docs/COMMANDS.md).
69
69
 
70
70
  ## Use
@@ -284,18 +284,17 @@ that project's README, July 2026):
284
284
  cross-tool with a shell wrapper and automatic rotation on rate limits; the
285
285
  philosophical opposite of swapdex.
286
286
 
287
- Pick swapdex if you want the smallest thing that switches Claude Code and
288
- Codex together, can always undo (`restore`), diagnoses itself (`doctor`), shows
287
+ Pick swapdex if you want the smallest thing that switches your AI CLIs
288
+ together, can always undo (`restore`), diagnoses itself (`doctor`), shows
289
289
  your remaining balance (`quota`), and structurally cannot rotate, proxy, or
290
290
  spoof the official client.
291
291
 
292
292
  ## Roadmap
293
293
 
294
- - **Claude Code on macOS (Keychain).** On macOS, Claude Code keeps its login in
295
- the Keychain rather than a file; swapdex detects this and refuses honestly
296
- instead of half-switching, but switching it is not supported yet. Design and
297
- constraints: [issue #1](https://github.com/youdie006/swapdex/issues/1) --
298
- contributions from macOS users welcome (Codex already works on macOS).
294
+ - ~~Claude Code on macOS (Keychain).~~ **Shipped** (0.17-0.24): swapdex swaps
295
+ Claude's login inside the macOS Keychain via `/usr/bin/security`, resolves
296
+ the item exactly the way `claude` itself does (one item per
297
+ `CLAUDE_CONFIG_DIR` profile), and `doctor` diagnoses any mismatch.
299
298
 
300
299
  Being considered, explicitly opt-in and advisory-only:
301
300
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@youdie006/swapdex",
3
- "version": "0.24.0",
3
+ "version": "0.24.1",
4
4
  "description": "Switch between multiple Claude Code, Codex, Gemini, and Antigravity login accounts, locally and safely.",
5
5
  "bin": {
6
6
  "swapdex": "bin/swapdex.js"