@openai/codex 0.26.0 → 0.28.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 CHANGED
@@ -14,10 +14,16 @@
14
14
 
15
15
  ### Installing and running Codex CLI
16
16
 
17
- Install globally with your preferred package manager:
17
+ Install globally with your preferred package manager. If you use npm:
18
18
 
19
19
  ```shell
20
- npm install -g @openai/codex # Alternatively: `brew install codex`
20
+ npm install -g @openai/codex
21
+ ```
22
+
23
+ Alternatively, if you use Homebrew:
24
+
25
+ ```shell
26
+ brew install codex
21
27
  ```
22
28
 
23
29
  Then simply run `codex` to get started:
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openai/codex",
3
- "version": "0.26.0",
3
+ "version": "0.28.0",
4
4
  "license": "Apache-2.0",
5
5
  "bin": {
6
6
  "codex": "bin/codex.js"