@slopus/rig-codemode-codex 0.1.0-darwin-x64 → 0.1.0-linux-x64

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/SHA256SUMS CHANGED
@@ -1 +1 @@
1
- 1cbe81eef9766a0988485134eb4f9f21ec28eda52c8a925be4f4ce7eb5a44d72 vendor/x86_64-apple-darwin/bin/codex-code-mode-host
1
+ 7a9712d69c37b74f1e3d407741b16a86c0c46fb664f3a5e50e190d87a580e107 vendor/x86_64-unknown-linux-musl/bin/codex-code-mode-host
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@slopus/rig-codemode-codex",
3
- "version": "0.1.0-darwin-x64",
4
- "description": "Standalone Node.js API for OpenAI Codex Code Mode. Native binary for darwin-x64.",
3
+ "version": "0.1.0-linux-x64",
4
+ "description": "Standalone Node.js API for OpenAI Codex Code Mode. Native binary for linux-x64.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -12,13 +12,13 @@
12
12
  "node": ">=20"
13
13
  },
14
14
  "os": [
15
- "darwin"
15
+ "linux"
16
16
  ],
17
17
  "cpu": [
18
18
  "x64"
19
19
  ],
20
20
  "bin": {
21
- "codex-code-mode-host": "vendor/x86_64-apple-darwin/bin/codex-code-mode-host"
21
+ "codex-code-mode-host": "vendor/x86_64-unknown-linux-musl/bin/codex-code-mode-host"
22
22
  },
23
23
  "files": [
24
24
  "vendor",