@youdie006/swapdex 0.23.1 → 0.24.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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -190,6 +190,12 @@ atomically, backing up the current login first. For Claude, only the
190
190
  `oauthAccount` block of `~/.claude.json` is swapped -- your projects, MCP
191
191
  servers, and settings in that file are never touched.
192
192
 
193
+ On macOS the Claude token lives in the login Keychain, one item per
194
+ `CLAUDE_CONFIG_DIR` profile. swapdex manages **the profile of the environment
195
+ it runs in**, exactly like `claude` itself resolves it: plain `swapdex`
196
+ manages the default profile; profiles you run side by side via
197
+ `CLAUDE_CONFIG_DIR` aliases are never touched.
198
+
193
199
  ## Safety
194
200
 
195
201
  - Every credential file swapdex writes is `0600`; the store directory is `0700`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@youdie006/swapdex",
3
- "version": "0.23.1",
3
+ "version": "0.24.0",
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"