@youdie006/swapdex 0.40.1 → 0.42.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.
package/README.md CHANGED
@@ -121,6 +121,10 @@ swapdex usage
121
121
  # Remaining quota per Claude account -- the one opt-in network read
122
122
  swapdex quota
123
123
 
124
+ # Set up a second machine with the same accounts (never carries a login)
125
+ swapdex export setup.json # on the machine you already use
126
+ swapdex import setup.json # on the new one, then sign each account in
127
+
124
128
  # Anything off? Every finding comes with its fix
125
129
  swapdex doctor
126
130
  ```
package/man/swapdex.1 CHANGED
@@ -1,6 +1,6 @@
1
1
  .ie \n(.g .ds Aq \(aq
2
2
  .el .ds Aq '
3
- .TH swapdex 1 "swapdex 0.40.1"
3
+ .TH swapdex 1 "swapdex 0.42.0"
4
4
  .SH NAME
5
5
  swapdex \- Switch Claude Code / Codex / Gemini / Antigravity login accounts, locally and safely.
6
6
  .SH SYNOPSIS
@@ -91,6 +91,12 @@ Install a `/sx` slash command for Claude Code (switch without leaving the chat)
91
91
  swapdex\-threshold(1)
92
92
  Step off an account at this much used (e.g. 0.9 or 90%), or `off`
93
93
  .TP
94
+ swapdex\-export(1)
95
+ Write this machine\*(Aqs account setup (names and settings, NEVER logins)
96
+ .TP
97
+ swapdex\-import(1)
98
+ Re\-create that setup here. Accounts already present are left alone, and each still needs its own sign\-in \- a login never travels
99
+ .TP
94
100
  swapdex\-fallback\-model(1)
95
101
  A cheaper model to ask for when every account is past the threshold
96
102
  .TP
@@ -121,4 +127,4 @@ Print the man page (roff) to stdout
121
127
  swapdex\-help(1)
122
128
  Print this message or the help of the given subcommand(s)
123
129
  .SH VERSION
124
- v0.40.1
130
+ v0.42.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@youdie006/swapdex",
3
- "version": "0.40.1",
3
+ "version": "0.42.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"
@@ -11,10 +11,10 @@
11
11
  "man/swapdex.1"
12
12
  ],
13
13
  "optionalDependencies": {
14
- "@youdie006/swapdex-darwin-arm64": "0.40.1",
15
- "@youdie006/swapdex-darwin-x64": "0.40.1",
16
- "@youdie006/swapdex-linux-x64": "0.40.1",
17
- "@youdie006/swapdex-linux-arm64": "0.40.1"
14
+ "@youdie006/swapdex-darwin-arm64": "0.42.0",
15
+ "@youdie006/swapdex-darwin-x64": "0.42.0",
16
+ "@youdie006/swapdex-linux-x64": "0.42.0",
17
+ "@youdie006/swapdex-linux-arm64": "0.42.0"
18
18
  },
19
19
  "keywords": [
20
20
  "cli",