@cometix/codex 0.144.3-cometix → 0.144.4-cometix
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 +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This fork includes the following enhancements over the upstream [openai/codex](h
|
|
|
27
27
|
|
|
28
28
|
## Upstream Sync
|
|
29
29
|
|
|
30
|
-
This fork is regularly synced with the upstream OpenAI Codex repository. Current base: **0.144.
|
|
30
|
+
This fork is regularly synced with the upstream OpenAI Codex repository. Current base: **0.144.4**.
|
|
31
31
|
|
|
32
32
|
## Using Codex with your ChatGPT plan
|
|
33
33
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cometix/codex",
|
|
3
|
-
"version": "0.144.
|
|
3
|
+
"version": "0.144.4-cometix",
|
|
4
4
|
"description": "Codex CLI is a coding agent from OpenAI that runs locally on your computer.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"bin": {
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
},
|
|
21
21
|
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
|
|
22
22
|
"optionalDependencies": {
|
|
23
|
-
"@cometix/codex-linux-x64": "npm:@cometix/codex@0.144.
|
|
24
|
-
"@cometix/codex-linux-arm64": "npm:@cometix/codex@0.144.
|
|
25
|
-
"@cometix/codex-darwin-x64": "npm:@cometix/codex@0.144.
|
|
26
|
-
"@cometix/codex-darwin-arm64": "npm:@cometix/codex@0.144.
|
|
27
|
-
"@cometix/codex-win32-x64": "npm:@cometix/codex@0.144.
|
|
23
|
+
"@cometix/codex-linux-x64": "npm:@cometix/codex@0.144.4-cometix-linux-x64",
|
|
24
|
+
"@cometix/codex-linux-arm64": "npm:@cometix/codex@0.144.4-cometix-linux-arm64",
|
|
25
|
+
"@cometix/codex-darwin-x64": "npm:@cometix/codex@0.144.4-cometix-darwin-x64",
|
|
26
|
+
"@cometix/codex-darwin-arm64": "npm:@cometix/codex@0.144.4-cometix-darwin-arm64",
|
|
27
|
+
"@cometix/codex-win32-x64": "npm:@cometix/codex@0.144.4-cometix-win32-x64"
|
|
28
28
|
}
|
|
29
29
|
}
|