@codexhost/cli-linux-x64 0.2.2

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 ADDED
@@ -0,0 +1,43 @@
1
+ # @codexhost/cli-linux-x64
2
+
3
+ Run Pi and Claude Code as first-class external harnesses inside Codex Desktop.
4
+
5
+ > Internal platform package for `@codexhost/cli`, built for `linux-x64`.
6
+
7
+ ## Install
8
+
9
+ ```bash
10
+ npm install -g @codexhost/cli@0.2.2
11
+ ```
12
+
13
+ Do not install this package directly. npm selects it through the optional dependencies of `@codexhost/cli`.
14
+
15
+ This package is platform-specific (`os=linux`, `cpu=x64`).
16
+
17
+ ## Usage
18
+
19
+ ```bash
20
+ codexhost
21
+ codexhost --version
22
+ codexhost inspect
23
+ codexhost launch --agent pi
24
+ codexhost launch --agent codex
25
+ ```
26
+
27
+ The `codexhost` command launches the packaged Rust launcher with:
28
+
29
+ - the current Node.js executable as Host Runtime
30
+ - packaged `host-runtime`, Desktop Controller, Renderer, and Shim binaries
31
+
32
+ ## Requirements
33
+
34
+ - Node.js 22 or 24 (Node 20 and older are not supported)
35
+ - Official ChatGPT/Codex Desktop for macOS, Windows, or Linux
36
+ - Pi on `PATH` when using the Pi agent
37
+ - Claude Code installed when using the Claude Code adapter
38
+
39
+ ## Notes
40
+
41
+ - This npm package does **not** embed a private Node.js runtime.
42
+ - Installer packages (DMG/EXE) remain the zero-dependency desktop distribution path.
43
+ - Prefer `npm install -g @codexhost/cli` over installing the monorepo root.
@@ -0,0 +1,25 @@
1
+ codexhost npm package third-party notices
2
+
3
+ @anthropic-ai/claude-agent-sdk 0.3.220
4
+ License: SEE LICENSE IN README.md
5
+ License text: licenses/Claude-Agent-SDK-LICENSE.md
6
+
7
+ @anthropic-ai/sdk 0.115.0
8
+ License: MIT
9
+ License text: licenses/Anthropic-SDK-LICENSE.txt
10
+
11
+ @modelcontextprotocol/sdk 1.30.0
12
+ License: MIT
13
+ License text: licenses/MCP-SDK-LICENSE.txt
14
+
15
+ diff 8.0.2
16
+ License: BSD-3-Clause
17
+ License text: licenses/diff-LICENSE.txt
18
+
19
+ lucide 1.28.0
20
+ License: ISC
21
+ License text: licenses/lucide-LICENSE.txt
22
+
23
+ zod 4.4.3
24
+ License: MIT
25
+ License text: licenses/zod-LICENSE.txt
@@ -0,0 +1 @@
1
+ {"schemaVersion":1,"version":"0.2.2","distribution":"npm","target":"linux-x64"}