@mmmbuto/codex-vl 0.128.0 → 0.128.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 +3 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -25,6 +25,8 @@ codex-vl --version
|
|
|
25
25
|
codex-vl login
|
|
26
26
|
```
|
|
27
27
|
|
|
28
|
+
On macOS, npm install builds the local native binaries with Cargo.
|
|
29
|
+
|
|
28
30
|
Codex VL uses the normal Codex configuration and runtime state in `~/.codex/`.
|
|
29
31
|
Installing it does not replace the official `codex` binary.
|
|
30
32
|
|
|
@@ -38,7 +40,7 @@ npm install -g @mmmbuto/codex-vl
|
|
|
38
40
|
|
|
39
41
|
## Current Release Focus
|
|
40
42
|
|
|
41
|
-
The `0.128.
|
|
43
|
+
The `0.128.1` line focuses on keeping the fork close to upstream while
|
|
42
44
|
stabilizing the first useful Codex VL layers:
|
|
43
45
|
|
|
44
46
|
- loop management as a conservative, user-controlled local feature
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mmmbuto/codex-vl",
|
|
3
|
-
"version": "0.128.
|
|
3
|
+
"version": "0.128.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"bin": {
|
|
6
6
|
"codex-vl": "bin/codex.js",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"description": "Optimized version of OpenAI Codex for side-by-side installs, loop-driven workflows, and Vivling companions",
|
|
21
21
|
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
|
|
22
22
|
"optionalDependencies": {
|
|
23
|
-
"@mmmbuto/codex-vl-darwin-arm64": "npm:@mmmbuto/codex-vl@0.128.
|
|
24
|
-
"@mmmbuto/codex-vl-linux-x64": "npm:@mmmbuto/codex-vl@0.128.
|
|
25
|
-
"@mmmbuto/codex-vl-android-arm64": "npm:@mmmbuto/codex-vl@0.128.
|
|
23
|
+
"@mmmbuto/codex-vl-darwin-arm64": "npm:@mmmbuto/codex-vl@0.128.1-darwin-arm64",
|
|
24
|
+
"@mmmbuto/codex-vl-linux-x64": "npm:@mmmbuto/codex-vl@0.128.1-linux-x64",
|
|
25
|
+
"@mmmbuto/codex-vl-android-arm64": "npm:@mmmbuto/codex-vl@0.128.1-android-arm64"
|
|
26
26
|
}
|
|
27
27
|
}
|