@youdie006/swapdex 0.159.0 → 0.160.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 +5 -0
- package/bin/exit.js +0 -0
- package/bin/swapdex.js +0 -0
- package/man/swapdex.1 +2 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -334,6 +334,11 @@ for other software.
|
|
|
334
334
|
|
|
335
335
|
Codex renewal is checked before access expires: a running Codex proxy checks
|
|
336
336
|
every 30 minutes and attempts renewal for idle slots within 48 hours of expiry.
|
|
337
|
+
`swapdex refresh [name]` exits with status 4 if any requested renewal fails or
|
|
338
|
+
is deferred by the running-session guard, even if another account renews.
|
|
339
|
+
Already-current accounts and successful or empty runs return 0. Missing or
|
|
340
|
+
unreadable logins produce a sign-in remedy without an OAuth request.
|
|
341
|
+
|
|
337
342
|
`swapdex refresh --keep-alive` runs the same check without a proxy. If a local
|
|
338
343
|
session holds a due account, renewal is deferred to avoid retiring the token
|
|
339
344
|
that session holds. The account list and picker then show that renewal is
|
package/bin/exit.js
CHANGED
|
File without changes
|
package/bin/swapdex.js
CHANGED
|
File without changes
|
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.160.0"
|
|
4
4
|
.SH NAME
|
|
5
5
|
swapdex \- Switch Claude Code / Codex / Gemini / Antigravity login accounts, locally and safely.
|
|
6
6
|
.SH SYNOPSIS
|
|
@@ -136,4 +136,4 @@ Print the man page (roff) to stdout
|
|
|
136
136
|
swapdex\-help(1)
|
|
137
137
|
Print this message or the help of the given subcommand(s)
|
|
138
138
|
.SH VERSION
|
|
139
|
-
v0.
|
|
139
|
+
v0.160.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@youdie006/swapdex",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.160.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"
|
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
"man/swapdex.1"
|
|
13
13
|
],
|
|
14
14
|
"optionalDependencies": {
|
|
15
|
-
"@youdie006/swapdex-darwin-arm64": "0.
|
|
16
|
-
"@youdie006/swapdex-darwin-x64": "0.
|
|
17
|
-
"@youdie006/swapdex-linux-x64": "0.
|
|
18
|
-
"@youdie006/swapdex-linux-arm64": "0.
|
|
15
|
+
"@youdie006/swapdex-darwin-arm64": "0.160.0",
|
|
16
|
+
"@youdie006/swapdex-darwin-x64": "0.160.0",
|
|
17
|
+
"@youdie006/swapdex-linux-x64": "0.160.0",
|
|
18
|
+
"@youdie006/swapdex-linux-arm64": "0.160.0"
|
|
19
19
|
},
|
|
20
20
|
"keywords": [
|
|
21
21
|
"cli",
|