@youdie006/swapdex 0.67.1 → 0.68.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/man/swapdex.1 +2 -5
- package/package.json +5 -5
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.
|
|
3
|
+
.TH swapdex 1 "swapdex 0.68.0"
|
|
4
4
|
.SH NAME
|
|
5
5
|
swapdex \- Switch Claude Code / Codex / Gemini / Antigravity login accounts, locally and safely.
|
|
6
6
|
.SH SYNOPSIS
|
|
@@ -85,9 +85,6 @@ Full\-screen picker: switch, open a conversation, add accounts
|
|
|
85
85
|
swapdex\-proxy(1)
|
|
86
86
|
Run a local proxy so a RUNNING Claude session can change accounts
|
|
87
87
|
.TP
|
|
88
|
-
swapdex\-continue(1)
|
|
89
|
-
Hand the conversation you were in to the account with the most left
|
|
90
|
-
.TP
|
|
91
88
|
swapdex\-share\-history(1)
|
|
92
89
|
Make every conversation reachable from every account (one\-time repair)
|
|
93
90
|
.TP
|
|
@@ -133,4 +130,4 @@ Print the man page (roff) to stdout
|
|
|
133
130
|
swapdex\-help(1)
|
|
134
131
|
Print this message or the help of the given subcommand(s)
|
|
135
132
|
.SH VERSION
|
|
136
|
-
v0.
|
|
133
|
+
v0.68.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@youdie006/swapdex",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.68.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.
|
|
15
|
-
"@youdie006/swapdex-darwin-x64": "0.
|
|
16
|
-
"@youdie006/swapdex-linux-x64": "0.
|
|
17
|
-
"@youdie006/swapdex-linux-arm64": "0.
|
|
14
|
+
"@youdie006/swapdex-darwin-arm64": "0.68.0",
|
|
15
|
+
"@youdie006/swapdex-darwin-x64": "0.68.0",
|
|
16
|
+
"@youdie006/swapdex-linux-x64": "0.68.0",
|
|
17
|
+
"@youdie006/swapdex-linux-arm64": "0.68.0"
|
|
18
18
|
},
|
|
19
19
|
"keywords": [
|
|
20
20
|
"cli",
|