@codexhost/cli 0.1.3 → 0.1.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.1.3
8
+ npm install -g @codexhost/cli@0.1.4
9
9
  ```
10
10
 
11
11
  npm automatically installs the matching macOS or Windows platform package. Node.js 22 or newer and 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.1.3";
8
+ const version = "0.1.4";
9
9
  const userArguments = process.argv.slice(2);
10
10
  if (
11
11
  userArguments.length === 1 &&
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codexhost/cli",
3
- "version": "0.1.3",
3
+ "version": "0.1.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,10 +14,10 @@
14
14
  "node": ">=22"
15
15
  },
16
16
  "optionalDependencies": {
17
- "@codexhost/cli-darwin-arm64": "0.1.3",
18
- "@codexhost/cli-darwin-x64": "0.1.3",
19
- "@codexhost/cli-win32-x64": "0.1.3",
20
- "@codexhost/cli-win32-arm64": "0.1.3"
17
+ "@codexhost/cli-darwin-arm64": "0.1.4",
18
+ "@codexhost/cli-darwin-x64": "0.1.4",
19
+ "@codexhost/cli-win32-x64": "0.1.4",
20
+ "@codexhost/cli-win32-arm64": "0.1.4"
21
21
  },
22
22
  "keywords": [
23
23
  "codex",