codexctl 0.4.0 → 0.4.2
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/bin/cdx.exe +0 -0
- package/bin/codexctl +0 -0
- package/bin/codexctl.exe +0 -0
- package/package.json +3 -12
package/bin/cdx.exe
CHANGED
|
Binary file
|
package/bin/codexctl
CHANGED
|
Binary file
|
package/bin/codexctl.exe
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "codexctl",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"description": "Codex CLI Profile Manager - Manage multiple AI CLI accounts",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -14,16 +14,7 @@
|
|
|
14
14
|
"type": "git",
|
|
15
15
|
"url": "git+https://github.com/repohelper/codexctl.git"
|
|
16
16
|
},
|
|
17
|
-
"keywords": [
|
|
18
|
-
"ai",
|
|
19
|
-
"cli",
|
|
20
|
-
"codex",
|
|
21
|
-
"claude",
|
|
22
|
-
"gemini",
|
|
23
|
-
"openai",
|
|
24
|
-
"profile",
|
|
25
|
-
"manager"
|
|
26
|
-
],
|
|
17
|
+
"keywords": ["ai", "cli", "codex", "claude", "gemini", "openai", "profile", "manager"],
|
|
27
18
|
"author": "Bhanu Korthiwada",
|
|
28
19
|
"license": "MIT",
|
|
29
20
|
"bugs": {
|
|
@@ -39,4 +30,4 @@
|
|
|
39
30
|
"README.md",
|
|
40
31
|
"LICENSE"
|
|
41
32
|
]
|
|
42
|
-
}
|
|
33
|
+
}
|