@codexhost/cli-win32-x64 0.2.1 → 0.2.3
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 -4
- package/app/codexhost-distribution.json +1 -1
- package/app/host-runtime.mjs +510 -294
- package/app/renderer-extension.js +365 -61
- package/bin/codexhost.exe +0 -0
- package/libexec/codexhost-shim.exe +0 -0
- package/libexec/codexhost-updater.exe +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@ Run Pi and Claude Code as first-class external harnesses inside Codex Desktop.
|
|
|
7
7
|
## Install
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
npm install -g @codexhost/cli@0.2.
|
|
10
|
+
npm install -g @codexhost/cli@0.2.3
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
Do not install this package directly. npm selects it through the optional dependencies of `@codexhost/cli`.
|
|
@@ -20,8 +20,7 @@ This package is platform-specific (`os=win32`, `cpu=x64`).
|
|
|
20
20
|
codexhost
|
|
21
21
|
codexhost --version
|
|
22
22
|
codexhost inspect
|
|
23
|
-
codexhost launch
|
|
24
|
-
codexhost launch --agent codex
|
|
23
|
+
codexhost launch
|
|
25
24
|
```
|
|
26
25
|
|
|
27
26
|
The `codexhost` command launches the packaged Rust launcher with:
|
|
@@ -32,7 +31,7 @@ The `codexhost` command launches the packaged Rust launcher with:
|
|
|
32
31
|
## Requirements
|
|
33
32
|
|
|
34
33
|
- Node.js 22 or 24 (Node 20 and older are not supported)
|
|
35
|
-
- Official Codex Desktop for macOS or
|
|
34
|
+
- Official ChatGPT/Codex Desktop for macOS, Windows, or Linux
|
|
36
35
|
- Pi on `PATH` when using the Pi agent
|
|
37
36
|
- Claude Code installed when using the Claude Code adapter
|
|
38
37
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"schemaVersion":1,"version":"0.2.
|
|
1
|
+
{"schemaVersion":1,"version":"0.2.3","distribution":"npm","target":"windows-x64"}
|