@rickgetz/codex 0.142.5-rick.1 → 0.143.0-rick.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -23,7 +23,7 @@ curl -fsSL https://chatgpt.com/codex/install.sh | sh
23
23
 
24
24
  Run the following on Windows to install Codex CLI:
25
25
 
26
- ```
26
+ ```shell
27
27
  powershell -ExecutionPolicy ByPass -c "irm https://chatgpt.com/codex/install.ps1 | iex"
28
28
  ```
29
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rickgetz/codex",
3
- "version": "0.142.5-rick.1",
3
+ "version": "0.143.0-rick.1",
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,6 +20,6 @@
20
20
  },
21
21
  "packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
22
22
  "optionalDependencies": {
23
- "@rickgetz/codex-darwin-arm64": "npm:@rickgetz/codex@0.142.5-rick.1-darwin-arm64"
23
+ "@rickgetz/codex-darwin-arm64": "npm:@rickgetz/codex@0.143.0-rick.1-darwin-arm64"
24
24
  }
25
25
  }