@codexhost/cli-linux-x64 0.2.2 → 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 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.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=linux`, `cpu=x64`).
20
20
  codexhost
21
21
  codexhost --version
22
22
  codexhost inspect
23
- codexhost launch --agent pi
24
- codexhost launch --agent codex
23
+ codexhost launch
25
24
  ```
26
25
 
27
26
  The `codexhost` command launches the packaged Rust launcher with:
@@ -1 +1 @@
1
- {"schemaVersion":1,"version":"0.2.2","distribution":"npm","target":"linux-x64"}
1
+ {"schemaVersion":1,"version":"0.2.3","distribution":"npm","target":"linux-x64"}