@openclaw/codex 2026.7.1-beta.1 → 2026.7.1-beta.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/dist/{app-server-policy-xi0ZmBGO.js → app-server-policy-BUk0GLMy.js} +5 -5
- package/dist/{attempt-notifications-l9LElGOU.js → attempt-notifications-BGsEIIDI.js} +5 -40
- package/dist/{command-handlers-vZy8xX5X.js → command-handlers-UVniG5Hl.js} +267 -232
- package/dist/command-rpc-BjgEPh19.js +784 -0
- package/dist/compact-CZzbcygx.js +603 -0
- package/dist/{computer-use-FPGG-mtX.js → computer-use-DDeySrnb.js} +3 -3
- package/dist/{config-C_whBx3M.js → config-CYEDnLJ2.js} +36 -15
- package/dist/conversation-binding-data-BHRpYbX3.js +121 -0
- package/dist/doctor-contract-api.js +439 -22
- package/dist/harness.js +29 -10
- package/dist/index.js +1119 -28
- package/dist/{media-understanding-provider-C5yYzx_6.js → media-understanding-provider-DgqRvU2_.js} +13 -8
- package/dist/media-understanding-provider.js +1 -1
- package/dist/{models-Ccy1_7nN.js → models-DDmO1zwd.js} +2 -2
- package/dist/notification-correlation-Bo7KB3ks.js +35 -0
- package/dist/{plugin-app-cache-key-CDioyur-.js → plugin-app-cache-key-o-AHbdaf.js} +8 -4
- package/dist/{protocol-dh-ETiNd.js → protocol-2POPqAY4.js} +2 -1
- package/dist/{protocol-validators-CB4mtyrs.js → protocol-validators-dZQ-UTOa.js} +117 -62
- package/dist/{provider-capabilities-CE5k8cmO.js → provider-capabilities-gTCwjfmh.js} +2920 -114
- package/dist/{provider-DosqwRb6.js → provider-cc_62eQE.js} +19 -10
- package/dist/provider.js +2 -2
- package/dist/{request-BQuSQF29.js → request-BcJyl8KL.js} +2 -2
- package/dist/{run-attempt-O3Zs32KI.js → run-attempt-8SPLiDlT.js} +1016 -2877
- package/dist/{sandbox-guard-pTY2COoC.js → sandbox-guard-DA2TQfZW.js} +3 -3
- package/dist/session-binding-Dc03iwRF.js +595 -0
- package/dist/session-binding-meta-B7aEMU7g.js +6 -0
- package/dist/{shared-client-rR6TDJA3.js → shared-client-4ICy3U6d.js} +892 -103
- package/dist/{side-question-DDVgFmpv.js → side-question-DkjXvYv7.js} +132 -140
- package/dist/{thread-lifecycle-DeSMZSXr.js → thread-lifecycle-BskXnNP-.js} +609 -444
- package/dist/{web-search-provider.runtime-Q89rQhsL.js → web-search-provider.runtime-B5F42P7x.js} +3 -3
- package/npm-shrinkwrap.json +34 -34
- package/openclaw.plugin.json +20 -0
- package/package.json +9 -6
- package/dist/client-IcTBKEqA.js +0 -732
- package/dist/client-factory-CwjdQQ4j.js +0 -18
- package/dist/compact-BzB9AqN1.js +0 -278
- package/dist/conversation-binding-CEE2UyYb.js +0 -1570
- package/dist/rate-limit-cache-C7qmZ0Jh.js +0 -26
- package/dist/session-binding-Cm0Gg7Z1.js +0 -339
package/dist/{web-search-provider.runtime-Q89rQhsL.js → web-search-provider.runtime-B5F42P7x.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { g as buildCodexNativeWebSearchThreadConfig } from "./thread-lifecycle-
|
|
3
|
-
import { n as runBoundedCodexAppServerTurn } from "./media-understanding-provider-
|
|
1
|
+
import { r as isJsonObject } from "./protocol-2POPqAY4.js";
|
|
2
|
+
import { g as buildCodexNativeWebSearchThreadConfig } from "./thread-lifecycle-BskXnNP-.js";
|
|
3
|
+
import { n as runBoundedCodexAppServerTurn } from "./media-understanding-provider-DgqRvU2_.js";
|
|
4
4
|
import { readStringParam, resolveSearchTimeoutSeconds, wrapWebContent } from "openclaw/plugin-sdk/provider-web-search";
|
|
5
5
|
//#region extensions/codex/src/web-search-provider.runtime.ts
|
|
6
6
|
async function executeCodexWebSearchProviderTool(ctx, args, executionContext, options) {
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/codex",
|
|
3
|
-
"version": "2026.7.1-beta.
|
|
3
|
+
"version": "2026.7.1-beta.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@openclaw/codex",
|
|
9
|
-
"version": "2026.7.1-beta.
|
|
9
|
+
"version": "2026.7.1-beta.4",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@openai/codex": "0.
|
|
12
|
-
"typebox": "1.
|
|
11
|
+
"@openai/codex": "0.144.1",
|
|
12
|
+
"typebox": "1.3.3",
|
|
13
13
|
"ws": "8.21.0",
|
|
14
14
|
"zod": "4.4.3"
|
|
15
15
|
}
|
|
16
16
|
},
|
|
17
17
|
"node_modules/@openai/codex": {
|
|
18
|
-
"version": "0.
|
|
19
|
-
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.
|
|
20
|
-
"integrity": "sha512-
|
|
18
|
+
"version": "0.144.1",
|
|
19
|
+
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.144.1.tgz",
|
|
20
|
+
"integrity": "sha512-Xir1zqPfpenhdoAoshN53uonzbBXj18COyzRkFlVZpSNyEl5XtkuYu9oddELePFN7K/0sXUcSO34Ad5IeCXPbw==",
|
|
21
21
|
"license": "Apache-2.0",
|
|
22
22
|
"bin": {
|
|
23
23
|
"codex": "bin/codex.js"
|
|
@@ -26,19 +26,19 @@
|
|
|
26
26
|
"node": ">=16"
|
|
27
27
|
},
|
|
28
28
|
"optionalDependencies": {
|
|
29
|
-
"@openai/codex-darwin-arm64": "npm:@openai/codex@0.
|
|
30
|
-
"@openai/codex-darwin-x64": "npm:@openai/codex@0.
|
|
31
|
-
"@openai/codex-linux-arm64": "npm:@openai/codex@0.
|
|
32
|
-
"@openai/codex-linux-x64": "npm:@openai/codex@0.
|
|
33
|
-
"@openai/codex-win32-arm64": "npm:@openai/codex@0.
|
|
34
|
-
"@openai/codex-win32-x64": "npm:@openai/codex@0.
|
|
29
|
+
"@openai/codex-darwin-arm64": "npm:@openai/codex@0.144.1-darwin-arm64",
|
|
30
|
+
"@openai/codex-darwin-x64": "npm:@openai/codex@0.144.1-darwin-x64",
|
|
31
|
+
"@openai/codex-linux-arm64": "npm:@openai/codex@0.144.1-linux-arm64",
|
|
32
|
+
"@openai/codex-linux-x64": "npm:@openai/codex@0.144.1-linux-x64",
|
|
33
|
+
"@openai/codex-win32-arm64": "npm:@openai/codex@0.144.1-win32-arm64",
|
|
34
|
+
"@openai/codex-win32-x64": "npm:@openai/codex@0.144.1-win32-x64"
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
37
|
"node_modules/@openai/codex-darwin-arm64": {
|
|
38
38
|
"name": "@openai/codex",
|
|
39
|
-
"version": "0.
|
|
40
|
-
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.
|
|
41
|
-
"integrity": "sha512-
|
|
39
|
+
"version": "0.144.1-darwin-arm64",
|
|
40
|
+
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.144.1-darwin-arm64.tgz",
|
|
41
|
+
"integrity": "sha512-dABeDK+ATqMG54MGBd3VjpKfh5EOoqx9PKVQB2QYDaEXx3F6CdUCXue5QIMfr4OxziUj8pUcLAQyd+KFqiTUFw==",
|
|
42
42
|
"cpu": [
|
|
43
43
|
"arm64"
|
|
44
44
|
],
|
|
@@ -53,9 +53,9 @@
|
|
|
53
53
|
},
|
|
54
54
|
"node_modules/@openai/codex-darwin-x64": {
|
|
55
55
|
"name": "@openai/codex",
|
|
56
|
-
"version": "0.
|
|
57
|
-
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.
|
|
58
|
-
"integrity": "sha512-
|
|
56
|
+
"version": "0.144.1-darwin-x64",
|
|
57
|
+
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.144.1-darwin-x64.tgz",
|
|
58
|
+
"integrity": "sha512-K2g3Q3tNxzFhV0SuzO6HcsYK7EQrp/o4HyeReyhkwVrwwUPoYwyIbB0IRjHIiDzRhbKriDccid2iyF5aPqdTcg==",
|
|
59
59
|
"cpu": [
|
|
60
60
|
"x64"
|
|
61
61
|
],
|
|
@@ -70,9 +70,9 @@
|
|
|
70
70
|
},
|
|
71
71
|
"node_modules/@openai/codex-linux-arm64": {
|
|
72
72
|
"name": "@openai/codex",
|
|
73
|
-
"version": "0.
|
|
74
|
-
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.
|
|
75
|
-
"integrity": "sha512
|
|
73
|
+
"version": "0.144.1-linux-arm64",
|
|
74
|
+
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.144.1-linux-arm64.tgz",
|
|
75
|
+
"integrity": "sha512-451o15+XtaXCCb35t/KCyyPqXHnTPxPxtdqEYOnE3e4sH5AfnI/uVJwfdjOksMG6vRLy6R+fLvSDOMguRFLmQw==",
|
|
76
76
|
"cpu": [
|
|
77
77
|
"arm64"
|
|
78
78
|
],
|
|
@@ -87,9 +87,9 @@
|
|
|
87
87
|
},
|
|
88
88
|
"node_modules/@openai/codex-linux-x64": {
|
|
89
89
|
"name": "@openai/codex",
|
|
90
|
-
"version": "0.
|
|
91
|
-
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.
|
|
92
|
-
"integrity": "sha512-
|
|
90
|
+
"version": "0.144.1-linux-x64",
|
|
91
|
+
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.144.1-linux-x64.tgz",
|
|
92
|
+
"integrity": "sha512-HNGVI+BulrOaC/0IzBvd6EL62j7LrlbFKibrhw6hZjjCjAeUYzRB2jB4qDzXN1NfqDi6Xrvniof3kwbwab24lg==",
|
|
93
93
|
"cpu": [
|
|
94
94
|
"x64"
|
|
95
95
|
],
|
|
@@ -104,9 +104,9 @@
|
|
|
104
104
|
},
|
|
105
105
|
"node_modules/@openai/codex-win32-arm64": {
|
|
106
106
|
"name": "@openai/codex",
|
|
107
|
-
"version": "0.
|
|
108
|
-
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.
|
|
109
|
-
"integrity": "sha512-
|
|
107
|
+
"version": "0.144.1-win32-arm64",
|
|
108
|
+
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.144.1-win32-arm64.tgz",
|
|
109
|
+
"integrity": "sha512-L4aDVEh9o1u7WYoxpSyv3un9Bz26YZYocOFqE2oHdEQDL2s6/LdtutLQc3oUZruLlEbkNsjSU0HI1OKsP0+Ctg==",
|
|
110
110
|
"cpu": [
|
|
111
111
|
"arm64"
|
|
112
112
|
],
|
|
@@ -121,9 +121,9 @@
|
|
|
121
121
|
},
|
|
122
122
|
"node_modules/@openai/codex-win32-x64": {
|
|
123
123
|
"name": "@openai/codex",
|
|
124
|
-
"version": "0.
|
|
125
|
-
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.
|
|
126
|
-
"integrity": "sha512-
|
|
124
|
+
"version": "0.144.1-win32-x64",
|
|
125
|
+
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.144.1-win32-x64.tgz",
|
|
126
|
+
"integrity": "sha512-qv2HOp6v/nVP31p5I5GxYyL0wa79PMzim1+W9CKSV0UldjFV9AMbualA8PeXcYhbvvh9Y1UASXxwjuQdlyfAvw==",
|
|
127
127
|
"cpu": [
|
|
128
128
|
"x64"
|
|
129
129
|
],
|
|
@@ -137,9 +137,9 @@
|
|
|
137
137
|
}
|
|
138
138
|
},
|
|
139
139
|
"node_modules/typebox": {
|
|
140
|
-
"version": "1.
|
|
141
|
-
"resolved": "https://registry.npmjs.org/typebox/-/typebox-1.
|
|
142
|
-
"integrity": "sha512-
|
|
140
|
+
"version": "1.3.3",
|
|
141
|
+
"resolved": "https://registry.npmjs.org/typebox/-/typebox-1.3.3.tgz",
|
|
142
|
+
"integrity": "sha512-URXGUE31PJDQC+PtRMJeLdF4kmmOdFoVPikPCtV2oOIhUpNpppEdIz7W8bH8cFYPYHdDpaRvqwdegMTmHliudg==",
|
|
143
143
|
"license": "MIT"
|
|
144
144
|
},
|
|
145
145
|
"node_modules/ws": {
|
package/openclaw.plugin.json
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
"contracts": {
|
|
7
7
|
"mediaUnderstandingProviders": ["codex"],
|
|
8
8
|
"migrationProviders": ["codex"],
|
|
9
|
+
"tools": ["codex_threads"],
|
|
9
10
|
"webSearchProviders": ["codex"]
|
|
10
11
|
},
|
|
11
12
|
"mediaUnderstandingProviderMetadata": {
|
|
@@ -100,6 +101,10 @@
|
|
|
100
101
|
"type": "boolean",
|
|
101
102
|
"default": false
|
|
102
103
|
},
|
|
104
|
+
"allow_all_plugins": {
|
|
105
|
+
"type": "boolean",
|
|
106
|
+
"default": false
|
|
107
|
+
},
|
|
103
108
|
"allow_destructive_actions": {
|
|
104
109
|
"oneOf": [{ "type": "boolean" }, { "const": "auto" }, { "const": "ask" }],
|
|
105
110
|
"default": true
|
|
@@ -141,6 +146,11 @@
|
|
|
141
146
|
"enum": ["stdio", "websocket"],
|
|
142
147
|
"default": "stdio"
|
|
143
148
|
},
|
|
149
|
+
"homeScope": {
|
|
150
|
+
"type": "string",
|
|
151
|
+
"enum": ["agent", "user"],
|
|
152
|
+
"default": "agent"
|
|
153
|
+
},
|
|
144
154
|
"command": { "type": "string" },
|
|
145
155
|
"args": {
|
|
146
156
|
"oneOf": [
|
|
@@ -341,6 +351,11 @@
|
|
|
341
351
|
"help": "Expose explicit migrated Codex plugin entries to Codex harness turns.",
|
|
342
352
|
"advanced": true
|
|
343
353
|
},
|
|
354
|
+
"codexPlugins.allow_all_plugins": {
|
|
355
|
+
"label": "Allow All Connected Apps",
|
|
356
|
+
"help": "Expose every currently accessible app connected to the authenticated Codex account when a new Codex thread starts.",
|
|
357
|
+
"advanced": true
|
|
358
|
+
},
|
|
344
359
|
"codexPlugins.allow_destructive_actions": {
|
|
345
360
|
"label": "Allow Destructive Plugin Actions",
|
|
346
361
|
"help": "Default policy for plugin app write or destructive action elicitations. Use true to accept safe schemas without prompting, false to decline, auto to ask through plugin approvals when Codex requires approval, or ask to prompt for every write/destructive action without durable approval.",
|
|
@@ -366,6 +381,11 @@
|
|
|
366
381
|
"help": "Use stdio to spawn Codex locally, or websocket to connect to an already-running app-server.",
|
|
367
382
|
"advanced": true
|
|
368
383
|
},
|
|
384
|
+
"appServer.homeScope": {
|
|
385
|
+
"label": "Codex Home Scope",
|
|
386
|
+
"help": "Use agent for isolated Codex state, or user to share native Codex threads, config, and authentication with Codex Desktop and the CLI.",
|
|
387
|
+
"advanced": true
|
|
388
|
+
},
|
|
369
389
|
"appServer.command": {
|
|
370
390
|
"label": "Command",
|
|
371
391
|
"help": "Executable used for stdio transport. Leave unset to use OpenClaw's managed Codex binary.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/codex",
|
|
3
|
-
"version": "2026.7.1-beta.
|
|
3
|
+
"version": "2026.7.1-beta.4",
|
|
4
4
|
"description": "OpenClaw Codex app-server harness and model provider plugin with a Codex-managed GPT catalog.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
},
|
|
9
9
|
"type": "module",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@openai/codex": "0.
|
|
12
|
-
"typebox": "1.
|
|
11
|
+
"@openai/codex": "0.144.1",
|
|
12
|
+
"typebox": "1.3.3",
|
|
13
13
|
"ws": "8.21.0",
|
|
14
14
|
"zod": "4.4.3"
|
|
15
15
|
},
|
|
@@ -34,14 +34,17 @@
|
|
|
34
34
|
]
|
|
35
35
|
},
|
|
36
36
|
"compat": {
|
|
37
|
-
"pluginApi": ">=2026.7.1-beta.
|
|
37
|
+
"pluginApi": ">=2026.7.1-beta.4"
|
|
38
38
|
},
|
|
39
39
|
"build": {
|
|
40
|
-
"openclawVersion": "2026.7.1-beta.
|
|
40
|
+
"openclawVersion": "2026.7.1-beta.4"
|
|
41
41
|
},
|
|
42
42
|
"release": {
|
|
43
43
|
"publishToClawHub": true,
|
|
44
44
|
"publishToNpm": true,
|
|
45
|
+
"requireLatestDependencies": [
|
|
46
|
+
"@openai/codex"
|
|
47
|
+
],
|
|
45
48
|
"bundleRuntimeDependencies": false
|
|
46
49
|
},
|
|
47
50
|
"runtimeExtensions": [
|
|
@@ -55,7 +58,7 @@
|
|
|
55
58
|
"README.md"
|
|
56
59
|
],
|
|
57
60
|
"peerDependencies": {
|
|
58
|
-
"openclaw": ">=2026.7.1-beta.
|
|
61
|
+
"openclaw": ">=2026.7.1-beta.4"
|
|
59
62
|
},
|
|
60
63
|
"peerDependenciesMeta": {
|
|
61
64
|
"openclaw": {
|