@rickgetz/codex 0.133.0-rick.3 → 0.134.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 (3) hide show
  1. package/README.md +13 -1
  2. package/package.json +3 -2
  3. package/bin/rg +0 -79
package/README.md CHANGED
@@ -15,7 +15,19 @@ If you want Codex in your code editor (VS Code, Cursor, Windsurf), <a href="http
15
15
 
16
16
  ### Installing and running Codex CLI
17
17
 
18
- Install globally with your preferred package manager:
18
+ Run the following on Mac or Linux to install Codex CLI:
19
+
20
+ ```shell
21
+ curl -fsSL https://chatgpt.com/codex/install.sh | sh
22
+ ```
23
+
24
+ Run the following on Windows to install Codex CLI:
25
+
26
+ ```
27
+ powershell -ExecutionPolicy ByPass -c "irm https://chatgpt.com/codex/install.ps1 | iex"
28
+ ```
29
+
30
+ Codex CLI can also be installed via the following package managers:
19
31
 
20
32
  ```shell
21
33
  # Install using npm
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@rickgetz/codex",
3
- "version": "0.133.0-rick.3",
3
+ "version": "0.134.0-rick.1",
4
+ "description": "Codex CLI is a coding agent from OpenAI that runs locally on your computer.",
4
5
  "license": "Apache-2.0",
5
6
  "bin": {
6
7
  "codex-rick": "bin/codex.js"
@@ -19,6 +20,6 @@
19
20
  },
20
21
  "packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
21
22
  "optionalDependencies": {
22
- "@rickgetz/codex-darwin-arm64": "npm:@rickgetz/codex@0.133.0-rick.3-darwin-arm64"
23
+ "@rickgetz/codex-darwin-arm64": "npm:@rickgetz/codex@0.134.0-rick.1-darwin-arm64"
23
24
  }
24
25
  }
package/bin/rg DELETED
@@ -1,79 +0,0 @@
1
- #!/usr/bin/env dotslash
2
-
3
- {
4
- "name": "rg",
5
- "platforms": {
6
- "macos-aarch64": {
7
- "size": 1777930,
8
- "hash": "sha256",
9
- "digest": "378e973289176ca0c6054054ee7f631a065874a352bf43f0fa60ef079b6ba715",
10
- "format": "tar.gz",
11
- "path": "ripgrep-15.1.0-aarch64-apple-darwin/rg",
12
- "providers": [
13
- {
14
- "url": "https://github.com/BurntSushi/ripgrep/releases/download/15.1.0/ripgrep-15.1.0-aarch64-apple-darwin.tar.gz"
15
- }
16
- ]
17
- },
18
- "linux-aarch64": {
19
- "size": 1869959,
20
- "hash": "sha256",
21
- "digest": "2b661c6ef508e902f388e9098d9c4c5aca72c87b55922d94abdba830b4dc885e",
22
- "format": "tar.gz",
23
- "path": "ripgrep-15.1.0-aarch64-unknown-linux-gnu/rg",
24
- "providers": [
25
- {
26
- "url": "https://github.com/BurntSushi/ripgrep/releases/download/15.1.0/ripgrep-15.1.0-aarch64-unknown-linux-gnu.tar.gz"
27
- }
28
- ]
29
- },
30
- "macos-x86_64": {
31
- "size": 1894127,
32
- "hash": "sha256",
33
- "digest": "64811cb24e77cac3057d6c40b63ac9becf9082eedd54ca411b475b755d334882",
34
- "format": "tar.gz",
35
- "path": "ripgrep-15.1.0-x86_64-apple-darwin/rg",
36
- "providers": [
37
- {
38
- "url": "https://github.com/BurntSushi/ripgrep/releases/download/15.1.0/ripgrep-15.1.0-x86_64-apple-darwin.tar.gz"
39
- }
40
- ]
41
- },
42
- "linux-x86_64": {
43
- "size": 2263077,
44
- "hash": "sha256",
45
- "digest": "1c9297be4a084eea7ecaedf93eb03d058d6faae29bbc57ecdaf5063921491599",
46
- "format": "tar.gz",
47
- "path": "ripgrep-15.1.0-x86_64-unknown-linux-musl/rg",
48
- "providers": [
49
- {
50
- "url": "https://github.com/BurntSushi/ripgrep/releases/download/15.1.0/ripgrep-15.1.0-x86_64-unknown-linux-musl.tar.gz"
51
- }
52
- ]
53
- },
54
- "windows-x86_64": {
55
- "size": 1810687,
56
- "hash": "sha256",
57
- "digest": "124510b94b6baa3380d051fdf4650eaa80a302c876d611e9dba0b2e18d87493a",
58
- "format": "zip",
59
- "path": "ripgrep-15.1.0-x86_64-pc-windows-msvc/rg.exe",
60
- "providers": [
61
- {
62
- "url": "https://github.com/BurntSushi/ripgrep/releases/download/15.1.0/ripgrep-15.1.0-x86_64-pc-windows-msvc.zip"
63
- }
64
- ]
65
- },
66
- "windows-aarch64": {
67
- "size": 1675460,
68
- "hash": "sha256",
69
- "digest": "00d931fb5237c9696ca49308818edb76d8eb6fc132761cb2a1bd616b2df02f8e",
70
- "format": "zip",
71
- "path": "ripgrep-15.1.0-aarch64-pc-windows-msvc/rg.exe",
72
- "providers": [
73
- {
74
- "url": "https://github.com/BurntSushi/ripgrep/releases/download/15.1.0/ripgrep-15.1.0-aarch64-pc-windows-msvc.zip"
75
- }
76
- ]
77
- }
78
- }
79
- }