@codexhost/cli 0.3.0 → 0.3.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.
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.3.0
8
+ npm install -g @codexhost/cli@0.3.1
9
9
  ```
10
10
 
11
11
  npm automatically installs the matching macOS, Windows, or Linux platform package. Node.js 22 or 24 and the official ChatGPT/Codex Desktop are required.
package/bin/codexhost.js CHANGED
@@ -6,7 +6,7 @@ import { homedir } from "node:os";
6
6
  import path from "node:path";
7
7
  import { fileURLToPath } from "node:url";
8
8
 
9
- const version = "0.3.0";
9
+ const version = "0.3.1";
10
10
  const userArguments = process.argv.slice(2);
11
11
  const startupTraceStartedAt = Date.now();
12
12
  function startupTrace(stage) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codexhost/cli",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
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.3.0",
18
- "@codexhost/cli-darwin-x64": "0.3.0",
19
- "@codexhost/cli-win32-x64": "0.3.0",
20
- "@codexhost/cli-win32-arm64": "0.3.0",
21
- "@codexhost/cli-linux-x64": "0.3.0"
17
+ "@codexhost/cli-darwin-arm64": "0.3.1",
18
+ "@codexhost/cli-darwin-x64": "0.3.1",
19
+ "@codexhost/cli-win32-x64": "0.3.1",
20
+ "@codexhost/cli-win32-arm64": "0.3.1",
21
+ "@codexhost/cli-linux-x64": "0.3.1"
22
22
  },
23
23
  "keywords": [
24
24
  "codex",