@rickgetz/codex 0.122.0-rick.5 → 0.122.0-rick.6
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 +3 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<p align="center"><code>npm i -g @rickgetz/codex</code></p>
|
|
1
|
+
<p align="center"><code>npm i -g @rickgetz/codex && codex-rick</code></p>
|
|
2
2
|
<p align="center"><strong>Codex CLI</strong> is a coding agent from OpenAI that runs locally on your computer.
|
|
3
3
|
<p align="center">
|
|
4
4
|
<img src="https://github.com/openai/codex/blob/main/.github/codex-cli-splash.png" alt="Codex CLI splash" width="80%" />
|
|
@@ -22,7 +22,8 @@ Install globally with your preferred package manager:
|
|
|
22
22
|
npm install -g @rickgetz/codex
|
|
23
23
|
```
|
|
24
24
|
|
|
25
|
-
Then
|
|
25
|
+
Then run `codex-rick` to start this fork. The upstream `@openai/codex`
|
|
26
|
+
package can remain installed as `codex` for fallback use.
|
|
26
27
|
|
|
27
28
|
<details>
|
|
28
29
|
<summary>You can also go to the <a href="https://github.com/richardgetz/codex/releases/latest">latest fork GitHub Release</a> and download the Apple Silicon macOS binary.</summary>
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rickgetz/codex",
|
|
3
|
-
"version": "0.122.0-rick.
|
|
3
|
+
"version": "0.122.0-rick.6",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"bin": {
|
|
6
|
-
"codex": "bin/codex.js"
|
|
6
|
+
"codex-rick": "bin/codex.js"
|
|
7
7
|
},
|
|
8
8
|
"type": "module",
|
|
9
9
|
"engines": {
|
|
@@ -19,6 +19,6 @@
|
|
|
19
19
|
},
|
|
20
20
|
"packageManager": "pnpm@10.29.3+sha512.498e1fb4cca5aa06c1dcf2611e6fafc50972ffe7189998c409e90de74566444298ffe43e6cd2acdc775ba1aa7cc5e092a8b7054c811ba8c5770f84693d33d2dc",
|
|
21
21
|
"optionalDependencies": {
|
|
22
|
-
"@rickgetz/codex-darwin-arm64": "npm:@rickgetz/codex@0.122.0-rick.
|
|
22
|
+
"@rickgetz/codex-darwin-arm64": "npm:@rickgetz/codex@0.122.0-rick.6-darwin-arm64"
|
|
23
23
|
}
|
|
24
24
|
}
|