@openclaw/codex 2026.5.25-beta.1 → 2026.5.26-beta.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/dist/{client-SrtuTTVa.js → client-BVK_jmHW.js} +1 -1
- package/dist/client-factory-fW4Hh9q_.js +15 -0
- package/dist/{command-handlers-CLtPT37L.js → command-handlers-hYTtzAdy.js} +8 -8
- package/dist/{compact-acCua7zr.js → compact-C_1JAB4C.js} +26 -3
- package/dist/{computer-use-CVfE2Vfb.js → computer-use-DSdj1hJY.js} +2 -2
- package/dist/{config-D6TUuyo2.js → config-0-UN67Qg.js} +2 -1
- package/dist/{conversation-binding-B-GevkEb.js → conversation-binding-OjYqDwhw.js} +114 -88
- package/dist/{dynamic-tools-BXAE1U1-.js → dynamic-tools-DlEefKNQ.js} +61 -20
- package/dist/harness.js +5 -5
- package/dist/index.js +10 -9
- package/dist/media-understanding-provider.js +7 -7
- package/dist/{models-CC2IusQs.js → models-_XwpqjR8.js} +5 -4
- package/dist/{notification-correlation-D7tJW3FW.js → notification-correlation-YINts3PA.js} +1 -1
- package/dist/{protocol-validators-_gKDcd0x.js → protocol-validators-DtjYmUw_.js} +188 -441
- package/dist/provider.js +2 -2
- package/dist/{request-BO0z3vA8.js → request-OaxhR46w.js} +5 -4
- package/dist/{run-attempt-BjoI3hUJ.js → run-attempt-D8Vxo-Jm.js} +497 -176
- package/dist/{session-binding-CwNOIDP2.js → session-binding-UFjjws4k.js} +1 -1
- package/dist/{shared-client-CZP1DjaN.js → shared-client-8kIrP817.js} +167 -17
- package/dist/{side-question-Cb4COOQ9.js → side-question-DU7en3_R.js} +12 -11
- package/dist/test-api.js +3 -3
- package/dist/{thread-lifecycle-CXMd9UgJ.js → thread-lifecycle-CUXQezJL.js} +110 -22
- package/dist/{vision-tools-CETeQgze.js → vision-tools-DqpLmF5H.js} +5 -3
- package/npm-shrinkwrap.json +35 -105
- package/package.json +6 -6
- package/dist/client-factory-A7DQkSLq.js +0 -9
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/codex",
|
|
3
|
-
"version": "2026.5.
|
|
3
|
+
"version": "2026.5.26-beta.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@openclaw/codex",
|
|
9
|
-
"version": "2026.5.
|
|
9
|
+
"version": "2026.5.26-beta.2",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@earendil-works/pi-coding-agent": "0.75.5",
|
|
12
|
-
"@openai/codex": "0.
|
|
13
|
-
"
|
|
12
|
+
"@openai/codex": "0.134.0",
|
|
13
|
+
"typebox": "1.1.38",
|
|
14
14
|
"ws": "8.21.0",
|
|
15
15
|
"zod": "4.4.3"
|
|
16
16
|
}
|
|
@@ -274,23 +274,6 @@
|
|
|
274
274
|
"node": ">=20.0.0"
|
|
275
275
|
}
|
|
276
276
|
},
|
|
277
|
-
"node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers": {
|
|
278
|
-
"version": "3.1052.0",
|
|
279
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.1052.0.tgz",
|
|
280
|
-
"integrity": "sha512-QqZNB3so7UIDxZtroc85TQaLVxdZRFm0eWM1CSR2N+b06as9TOrilvrlTZuj3guYlxMs6yLOgGxnklJ5qMYtTw==",
|
|
281
|
-
"license": "Apache-2.0",
|
|
282
|
-
"dependencies": {
|
|
283
|
-
"@aws-sdk/core": "^3.974.13",
|
|
284
|
-
"@aws-sdk/nested-clients": "^3.997.11",
|
|
285
|
-
"@aws-sdk/types": "^3.973.9",
|
|
286
|
-
"@smithy/core": "^3.24.3",
|
|
287
|
-
"@smithy/types": "^4.14.2",
|
|
288
|
-
"tslib": "^2.6.2"
|
|
289
|
-
},
|
|
290
|
-
"engines": {
|
|
291
|
-
"node": ">=20.0.0"
|
|
292
|
-
}
|
|
293
|
-
},
|
|
294
277
|
"node_modules/@aws-sdk/credential-provider-web-identity": {
|
|
295
278
|
"version": "3.972.43",
|
|
296
279
|
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.972.43.tgz",
|
|
@@ -781,9 +764,9 @@
|
|
|
781
764
|
"license": "MIT"
|
|
782
765
|
},
|
|
783
766
|
"node_modules/@openai/codex": {
|
|
784
|
-
"version": "0.
|
|
785
|
-
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.
|
|
786
|
-
"integrity": "sha512-
|
|
767
|
+
"version": "0.134.0",
|
|
768
|
+
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.134.0.tgz",
|
|
769
|
+
"integrity": "sha512-N0vmdTXl/rglZjgd3PaMe9oRrqjO6zZ//uAvUhCDRnJNAUT3LrpYvCK3y9B/ev7QcChfXR43IGUh3ssqWRvMmA==",
|
|
787
770
|
"license": "Apache-2.0",
|
|
788
771
|
"bin": {
|
|
789
772
|
"codex": "bin/codex.js"
|
|
@@ -792,19 +775,19 @@
|
|
|
792
775
|
"node": ">=16"
|
|
793
776
|
},
|
|
794
777
|
"optionalDependencies": {
|
|
795
|
-
"@openai/codex-darwin-arm64": "npm:@openai/codex@0.
|
|
796
|
-
"@openai/codex-darwin-x64": "npm:@openai/codex@0.
|
|
797
|
-
"@openai/codex-linux-arm64": "npm:@openai/codex@0.
|
|
798
|
-
"@openai/codex-linux-x64": "npm:@openai/codex@0.
|
|
799
|
-
"@openai/codex-win32-arm64": "npm:@openai/codex@0.
|
|
800
|
-
"@openai/codex-win32-x64": "npm:@openai/codex@0.
|
|
778
|
+
"@openai/codex-darwin-arm64": "npm:@openai/codex@0.134.0-darwin-arm64",
|
|
779
|
+
"@openai/codex-darwin-x64": "npm:@openai/codex@0.134.0-darwin-x64",
|
|
780
|
+
"@openai/codex-linux-arm64": "npm:@openai/codex@0.134.0-linux-arm64",
|
|
781
|
+
"@openai/codex-linux-x64": "npm:@openai/codex@0.134.0-linux-x64",
|
|
782
|
+
"@openai/codex-win32-arm64": "npm:@openai/codex@0.134.0-win32-arm64",
|
|
783
|
+
"@openai/codex-win32-x64": "npm:@openai/codex@0.134.0-win32-x64"
|
|
801
784
|
}
|
|
802
785
|
},
|
|
803
786
|
"node_modules/@openai/codex-darwin-arm64": {
|
|
804
787
|
"name": "@openai/codex",
|
|
805
|
-
"version": "0.
|
|
806
|
-
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.
|
|
807
|
-
"integrity": "sha512-
|
|
788
|
+
"version": "0.134.0-darwin-arm64",
|
|
789
|
+
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.134.0-darwin-arm64.tgz",
|
|
790
|
+
"integrity": "sha512-pOxwQjb1HHtY6KG66+g/rX7uP4yBvchfCrQw22ddYy64s7fJqnD6UV/Ur60j6MWXt71jcaWLEkV1pJthQy9CFQ==",
|
|
808
791
|
"cpu": [
|
|
809
792
|
"arm64"
|
|
810
793
|
],
|
|
@@ -819,9 +802,9 @@
|
|
|
819
802
|
},
|
|
820
803
|
"node_modules/@openai/codex-darwin-x64": {
|
|
821
804
|
"name": "@openai/codex",
|
|
822
|
-
"version": "0.
|
|
823
|
-
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.
|
|
824
|
-
"integrity": "sha512-
|
|
805
|
+
"version": "0.134.0-darwin-x64",
|
|
806
|
+
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.134.0-darwin-x64.tgz",
|
|
807
|
+
"integrity": "sha512-XjRtq8PB9dtpxQ5QU6TrzR/z8EVlLLk55oonsyRp3VkMOsKjJWXvLxAnmzUm1MuVZqz90Ua7CJbr+8BG+ZUWpA==",
|
|
825
808
|
"cpu": [
|
|
826
809
|
"x64"
|
|
827
810
|
],
|
|
@@ -836,9 +819,9 @@
|
|
|
836
819
|
},
|
|
837
820
|
"node_modules/@openai/codex-linux-arm64": {
|
|
838
821
|
"name": "@openai/codex",
|
|
839
|
-
"version": "0.
|
|
840
|
-
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.
|
|
841
|
-
"integrity": "sha512-
|
|
822
|
+
"version": "0.134.0-linux-arm64",
|
|
823
|
+
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.134.0-linux-arm64.tgz",
|
|
824
|
+
"integrity": "sha512-fqI8iClQGvrANFx/dJwZK8KNQlqlQKo7A/UB5G7IaeTAAJ+y/CG2R33Bbd9GboH/8ormY39ureNk27eqt++51g==",
|
|
842
825
|
"cpu": [
|
|
843
826
|
"arm64"
|
|
844
827
|
],
|
|
@@ -853,9 +836,9 @@
|
|
|
853
836
|
},
|
|
854
837
|
"node_modules/@openai/codex-linux-x64": {
|
|
855
838
|
"name": "@openai/codex",
|
|
856
|
-
"version": "0.
|
|
857
|
-
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.
|
|
858
|
-
"integrity": "sha512-
|
|
839
|
+
"version": "0.134.0-linux-x64",
|
|
840
|
+
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.134.0-linux-x64.tgz",
|
|
841
|
+
"integrity": "sha512-d/o1AVAniQU2oSEq7ZV0hVwzmk6Dj2IWeNPLnX/KXyv1DfIMJbY+qEg/xhfRmuVW4VPhrhQLBITwrkAYviy1MA==",
|
|
859
842
|
"cpu": [
|
|
860
843
|
"x64"
|
|
861
844
|
],
|
|
@@ -870,9 +853,9 @@
|
|
|
870
853
|
},
|
|
871
854
|
"node_modules/@openai/codex-win32-arm64": {
|
|
872
855
|
"name": "@openai/codex",
|
|
873
|
-
"version": "0.
|
|
874
|
-
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.
|
|
875
|
-
"integrity": "sha512-
|
|
856
|
+
"version": "0.134.0-win32-arm64",
|
|
857
|
+
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.134.0-win32-arm64.tgz",
|
|
858
|
+
"integrity": "sha512-8OdRmbCcyLLMF3Bg6945PW6INZ7bZVygYo2lusnC0Q2KZ3MRYrMnXRJ6mfvkDc8kPpFE+djMFnQ70gt/jBLVCA==",
|
|
876
859
|
"cpu": [
|
|
877
860
|
"arm64"
|
|
878
861
|
],
|
|
@@ -887,9 +870,9 @@
|
|
|
887
870
|
},
|
|
888
871
|
"node_modules/@openai/codex-win32-x64": {
|
|
889
872
|
"name": "@openai/codex",
|
|
890
|
-
"version": "0.
|
|
891
|
-
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.
|
|
892
|
-
"integrity": "sha512-
|
|
873
|
+
"version": "0.134.0-win32-x64",
|
|
874
|
+
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.134.0-win32-x64.tgz",
|
|
875
|
+
"integrity": "sha512-hW1omBcN1jKeVUVnTqWlpc42nF2qAwCEN6l1IFeKFJegYoZ39YrE7pdh56gAmaZTyT5Eexx7cgNpaEK3JElxvA==",
|
|
893
876
|
"cpu": [
|
|
894
877
|
"x64"
|
|
895
878
|
],
|
|
@@ -963,12 +946,12 @@
|
|
|
963
946
|
}
|
|
964
947
|
},
|
|
965
948
|
"node_modules/@smithy/node-http-handler": {
|
|
966
|
-
"version": "4.7.
|
|
967
|
-
"resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.7.
|
|
968
|
-
"integrity": "sha512
|
|
949
|
+
"version": "4.7.4",
|
|
950
|
+
"resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.7.4.tgz",
|
|
951
|
+
"integrity": "sha512-HIeF+1vrDGzPkkv39Hj2vlHSXHY3p958jd/8ZnePIY6+ZOsQX8coyEUKO5yQu4r0bQIVsbpotVIrXXwyycMStQ==",
|
|
969
952
|
"license": "Apache-2.0",
|
|
970
953
|
"dependencies": {
|
|
971
|
-
"@smithy/core": "^3.24.
|
|
954
|
+
"@smithy/core": "^3.24.4",
|
|
972
955
|
"@smithy/types": "^4.14.2",
|
|
973
956
|
"tslib": "^2.6.2"
|
|
974
957
|
},
|
|
@@ -1049,22 +1032,6 @@
|
|
|
1049
1032
|
"node": ">= 14"
|
|
1050
1033
|
}
|
|
1051
1034
|
},
|
|
1052
|
-
"node_modules/ajv": {
|
|
1053
|
-
"version": "8.20.0",
|
|
1054
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.20.0.tgz",
|
|
1055
|
-
"integrity": "sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==",
|
|
1056
|
-
"license": "MIT",
|
|
1057
|
-
"dependencies": {
|
|
1058
|
-
"fast-deep-equal": "^3.1.3",
|
|
1059
|
-
"fast-uri": "^3.0.1",
|
|
1060
|
-
"json-schema-traverse": "^1.0.0",
|
|
1061
|
-
"require-from-string": "^2.0.2"
|
|
1062
|
-
},
|
|
1063
|
-
"funding": {
|
|
1064
|
-
"type": "github",
|
|
1065
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
1066
|
-
}
|
|
1067
|
-
},
|
|
1068
1035
|
"node_modules/balanced-match": {
|
|
1069
1036
|
"version": "4.0.4",
|
|
1070
1037
|
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
@@ -1203,34 +1170,12 @@
|
|
|
1203
1170
|
"integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
|
|
1204
1171
|
"license": "MIT"
|
|
1205
1172
|
},
|
|
1206
|
-
"node_modules/fast-deep-equal": {
|
|
1207
|
-
"version": "3.1.3",
|
|
1208
|
-
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
|
1209
|
-
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
|
|
1210
|
-
"license": "MIT"
|
|
1211
|
-
},
|
|
1212
1173
|
"node_modules/fast-sha256": {
|
|
1213
1174
|
"version": "1.3.0",
|
|
1214
1175
|
"resolved": "https://registry.npmjs.org/fast-sha256/-/fast-sha256-1.3.0.tgz",
|
|
1215
1176
|
"integrity": "sha512-n11RGP/lrWEFI/bWdygLxhI+pVeo1ZYIVwvvPkW7azl/rOy+F3HYRZ2K5zeE9mmkhQppyv9sQFx0JM9UabnpPQ==",
|
|
1216
1177
|
"license": "Unlicense"
|
|
1217
1178
|
},
|
|
1218
|
-
"node_modules/fast-uri": {
|
|
1219
|
-
"version": "3.1.2",
|
|
1220
|
-
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz",
|
|
1221
|
-
"integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==",
|
|
1222
|
-
"funding": [
|
|
1223
|
-
{
|
|
1224
|
-
"type": "github",
|
|
1225
|
-
"url": "https://github.com/sponsors/fastify"
|
|
1226
|
-
},
|
|
1227
|
-
{
|
|
1228
|
-
"type": "opencollective",
|
|
1229
|
-
"url": "https://opencollective.com/fastify"
|
|
1230
|
-
}
|
|
1231
|
-
],
|
|
1232
|
-
"license": "BSD-3-Clause"
|
|
1233
|
-
},
|
|
1234
1179
|
"node_modules/fast-xml-builder": {
|
|
1235
1180
|
"version": "1.2.0",
|
|
1236
1181
|
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.2.0.tgz",
|
|
@@ -1485,12 +1430,6 @@
|
|
|
1485
1430
|
"node": ">=16"
|
|
1486
1431
|
}
|
|
1487
1432
|
},
|
|
1488
|
-
"node_modules/json-schema-traverse": {
|
|
1489
|
-
"version": "1.0.0",
|
|
1490
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
1491
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
1492
|
-
"license": "MIT"
|
|
1493
|
-
},
|
|
1494
1433
|
"node_modules/jwa": {
|
|
1495
1434
|
"version": "2.0.1",
|
|
1496
1435
|
"resolved": "https://registry.npmjs.org/jwa/-/jwa-2.0.1.tgz",
|
|
@@ -1710,15 +1649,6 @@
|
|
|
1710
1649
|
"node": ">=12.0.0"
|
|
1711
1650
|
}
|
|
1712
1651
|
},
|
|
1713
|
-
"node_modules/require-from-string": {
|
|
1714
|
-
"version": "2.0.2",
|
|
1715
|
-
"resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
|
|
1716
|
-
"integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
|
|
1717
|
-
"license": "MIT",
|
|
1718
|
-
"engines": {
|
|
1719
|
-
"node": ">=0.10.0"
|
|
1720
|
-
}
|
|
1721
|
-
},
|
|
1722
1652
|
"node_modules/retry": {
|
|
1723
1653
|
"version": "0.13.1",
|
|
1724
1654
|
"resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/codex",
|
|
3
|
-
"version": "2026.5.
|
|
3
|
+
"version": "2026.5.26-beta.2",
|
|
4
4
|
"description": "OpenClaw Codex harness and model provider plugin",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
"type": "module",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@earendil-works/pi-coding-agent": "0.75.5",
|
|
12
|
-
"@openai/codex": "0.
|
|
13
|
-
"
|
|
12
|
+
"@openai/codex": "0.134.0",
|
|
13
|
+
"typebox": "1.1.38",
|
|
14
14
|
"ws": "8.21.0",
|
|
15
15
|
"zod": "4.4.3"
|
|
16
16
|
},
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
"minHostVersion": ">=2026.5.1-beta.1"
|
|
28
28
|
},
|
|
29
29
|
"compat": {
|
|
30
|
-
"pluginApi": ">=2026.5.
|
|
30
|
+
"pluginApi": ">=2026.5.26-beta.2"
|
|
31
31
|
},
|
|
32
32
|
"build": {
|
|
33
|
-
"openclawVersion": "2026.5.
|
|
33
|
+
"openclawVersion": "2026.5.26-beta.2"
|
|
34
34
|
},
|
|
35
35
|
"release": {
|
|
36
36
|
"publishToClawHub": true,
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"npm-shrinkwrap.json"
|
|
48
48
|
],
|
|
49
49
|
"peerDependencies": {
|
|
50
|
-
"openclaw": ">=2026.5.
|
|
50
|
+
"openclaw": ">=2026.5.26-beta.2"
|
|
51
51
|
},
|
|
52
52
|
"peerDependenciesMeta": {
|
|
53
53
|
"openclaw": {
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
//#region extensions/codex/src/app-server/client-factory.ts
|
|
2
|
-
const defaultCodexAppServerClientFactory = (startOptions, authProfileId, agentDir, config) => import("./shared-client-CZP1DjaN.js").then((n) => n.a).then(({ getSharedCodexAppServerClient }) => getSharedCodexAppServerClient({
|
|
3
|
-
startOptions,
|
|
4
|
-
authProfileId,
|
|
5
|
-
agentDir,
|
|
6
|
-
config
|
|
7
|
-
}));
|
|
8
|
-
//#endregion
|
|
9
|
-
export { defaultCodexAppServerClientFactory as t };
|