@codexed/codex 0.133.0-codexed.2 → 0.136.0-codexed.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 -2
  2. package/package.json +4 -4
  3. package/bin/rg +0 -79
package/README.md CHANGED
@@ -1,4 +1,3 @@
1
- <p align="center"><code>npm i -g @openai/codex</code><br />or <code>brew install --cask codex</code></p>
2
1
  <p align="center"><strong>Codex CLI</strong> is a coding agent from OpenAI that runs locally on your computer.
3
2
  <p align="center">
4
3
  <img src="https://github.com/openai/codex/blob/main/.github/codex-cli-splash.png" alt="Codex CLI splash" width="80%" />
@@ -14,7 +13,19 @@ If you want Codex in your code editor (VS Code, Cursor, Windsurf), <a href="http
14
13
 
15
14
  ### Installing and running Codex CLI
16
15
 
17
- Install globally with your preferred package manager:
16
+ Run the following on Mac or Linux to install Codex CLI:
17
+
18
+ ```shell
19
+ curl -fsSL https://chatgpt.com/codex/install.sh | sh
20
+ ```
21
+
22
+ Run the following on Windows to install Codex CLI:
23
+
24
+ ```
25
+ powershell -ExecutionPolicy ByPass -c "irm https://chatgpt.com/codex/install.ps1 | iex"
26
+ ```
27
+
28
+ Codex CLI can also be installed via the following package managers:
18
29
 
19
30
  ```shell
20
31
  # Install using npm
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codexed/codex",
3
- "version": "0.133.0-codexed.2",
3
+ "version": "0.136.0-codexed.1",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "engines": {
@@ -21,8 +21,8 @@
21
21
  "postinstall": "node scripts/postinstall.mjs"
22
22
  },
23
23
  "optionalDependencies": {
24
- "@codexed/codex-linux-x64": "0.133.0-codexed.2",
25
- "@codexed/codex-linux-arm64": "0.133.0-codexed.2",
26
- "@codexed/codex-win32-x64": "0.133.0-codexed.2"
24
+ "@codexed/codex-linux-x64": "0.136.0-codexed.1",
25
+ "@codexed/codex-linux-arm64": "0.136.0-codexed.1",
26
+ "@codexed/codex-win32-x64": "0.136.0-codexed.1"
27
27
  }
28
28
  }
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
- }