@codexhost/cli 0.2.2 → 0.2.4

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
@@ -5,7 +5,7 @@ Run Pi and Claude Code as first-class external harnesses inside Codex Desktop.
5
5
  ## Install
6
6
 
7
7
  ```bash
8
- npm install -g @codexhost/cli@0.2.2
8
+ npm install -g @codexhost/cli@0.2.4
9
9
  ```
10
10
 
11
11
  npm automatically installs the matching macOS, Windows, or Linux platform package. Node.js 22 or newer and the official ChatGPT/Codex Desktop are required.
package/bin/codexhost.js CHANGED
@@ -5,7 +5,7 @@ import { createRequire } from "node:module";
5
5
  import path from "node:path";
6
6
  import { fileURLToPath } from "node:url";
7
7
 
8
- const version = "0.2.2";
8
+ const version = "0.2.4";
9
9
  const userArguments = process.argv.slice(2);
10
10
  const startupTraceStartedAt = Date.now();
11
11
  function startupTrace(stage) {
@@ -170,7 +170,7 @@ const updateEnvironment = {
170
170
 
171
171
  let launchArguments;
172
172
  if (userArguments.length === 0) {
173
- launchArguments = ["launch", "--agent", "pi"];
173
+ launchArguments = ["launch"];
174
174
  } else if (userArguments[0] === "launch") {
175
175
  launchArguments = userArguments;
176
176
  } else if (userArguments[0] === "inspect") {
@@ -182,7 +182,7 @@ if (userArguments.length === 0) {
182
182
  " codexhost",
183
183
  " codexhost --version",
184
184
  " codexhost inspect",
185
- " codexhost launch --agent <codex|pi> [launcher options]",
185
+ " codexhost launch [launcher options]",
186
186
  "",
187
187
  "This npm package uses the current Node.js runtime and the packaged",
188
188
  "Rust launcher/shim. Codex Desktop must already be installed.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codexhost/cli",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "description": "Run Pi and Claude Code as first-class external harnesses inside Codex Desktop.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -14,11 +14,11 @@
14
14
  "node": ">=22"
15
15
  },
16
16
  "optionalDependencies": {
17
- "@codexhost/cli-darwin-arm64": "0.2.2",
18
- "@codexhost/cli-darwin-x64": "0.2.2",
19
- "@codexhost/cli-win32-x64": "0.2.2",
20
- "@codexhost/cli-win32-arm64": "0.2.2",
21
- "@codexhost/cli-linux-x64": "0.2.2"
17
+ "@codexhost/cli-darwin-arm64": "0.2.4",
18
+ "@codexhost/cli-darwin-x64": "0.2.4",
19
+ "@codexhost/cli-win32-x64": "0.2.4",
20
+ "@codexhost/cli-win32-arm64": "0.2.4",
21
+ "@codexhost/cli-linux-x64": "0.2.4"
22
22
  },
23
23
  "keywords": [
24
24
  "codex",