@openclaw/codex 2026.5.28 → 2026.5.31-beta.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/dist/{client-DMXvboVu.js → client-BnOmn0y-.js} +20 -6
- package/dist/client-factory-B8dh39UW.js +20 -0
- package/dist/{command-handlers-C2t6-ChO.js → command-handlers-BsK6kZJi.js} +265 -16
- package/dist/{compact-Dlnt5G3v.js → compact-BXLjhUHX.js} +4 -4
- package/dist/{computer-use-Ba4vW9fO.js → computer-use-D-0EFJBJ.js} +3 -4
- package/dist/{config--tW89bHH.js → config-AlzuNKCY.js} +14 -5
- package/dist/{conversation-binding-CC9XMAwn.js → conversation-binding-KUDxop-C.js} +69 -92
- package/dist/doctor-contract-api.js +1 -1
- package/dist/harness.js +6 -10
- package/dist/index.js +23 -60
- package/dist/media-understanding-provider.js +8 -9
- package/dist/{models-QT-XOhE7.js → models-mbjSisZL.js} +2 -2
- package/dist/{native-hook-relay-B8qM8ZwR.js → native-hook-relay-DCxPRaBN.js} +77 -9
- package/dist/{notification-correlation-BDakP_d3.js → notification-correlation-BykOI_jh.js} +3 -3
- package/dist/{protocol-validators-DtjYmUw_.js → protocol-validators-DIt7cXIp.js} +2 -2
- package/dist/provider-catalog.js +2 -2
- package/dist/provider.js +2 -2
- package/dist/{request-CF4f5hWY.js → request-DuFgTwRU.js} +4 -4
- package/dist/{run-attempt-CuhGEh0u.js → run-attempt-CgaY9r5u.js} +579 -288
- package/dist/{sandbox-guard-mXE4_vE_.js → sandbox-guard-DMCJlzmz.js} +4 -1
- package/dist/{session-binding-ueMCn4om.js → session-binding-BXJAV_xy.js} +27 -10
- package/dist/{shared-client-Duh1bHaP.js → shared-client-DBlR-rV2.js} +33 -4
- package/dist/{side-question-B-Cjb9wm.js → side-question-SjBLGANT.js} +10 -10
- package/dist/{thread-lifecycle-Dv9Npl7a.js → thread-lifecycle-Bnlv_Q8u.js} +78 -120
- package/npm-shrinkwrap.json +34 -34
- package/openclaw.plugin.json +5 -4
- package/package.json +6 -6
- package/dist/client-factory-qZvhyyXr.js +0 -15
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/codex",
|
|
3
|
-
"version": "2026.5.
|
|
3
|
+
"version": "2026.5.31-beta.1",
|
|
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.31-beta.1",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@openai/codex": "0.
|
|
12
|
-
"typebox": "1.1.
|
|
11
|
+
"@openai/codex": "0.135.0",
|
|
12
|
+
"typebox": "1.1.39",
|
|
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.135.0",
|
|
19
|
+
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.135.0.tgz",
|
|
20
|
+
"integrity": "sha512-ID75QEYmAT1WsUQmpxPlNsL5W1a+2eeD7fP6ywdwGseiXUG8D5i16L+dzbr8MT+2oTkaVqzOdvAqVOCeV/H/Bw==",
|
|
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.135.0-darwin-arm64",
|
|
30
|
+
"@openai/codex-darwin-x64": "npm:@openai/codex@0.135.0-darwin-x64",
|
|
31
|
+
"@openai/codex-linux-arm64": "npm:@openai/codex@0.135.0-linux-arm64",
|
|
32
|
+
"@openai/codex-linux-x64": "npm:@openai/codex@0.135.0-linux-x64",
|
|
33
|
+
"@openai/codex-win32-arm64": "npm:@openai/codex@0.135.0-win32-arm64",
|
|
34
|
+
"@openai/codex-win32-x64": "npm:@openai/codex@0.135.0-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.135.0-darwin-arm64",
|
|
40
|
+
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.135.0-darwin-arm64.tgz",
|
|
41
|
+
"integrity": "sha512-wpNzssusKfrldVlq39+HyQh1wCyc9SQNpHdAFGKtPenrgRte4Ct8/oVsDtKWuFZsqLBFwbL4MrzrevnB63+9HA==",
|
|
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.135.0-darwin-x64",
|
|
57
|
+
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.135.0-darwin-x64.tgz",
|
|
58
|
+
"integrity": "sha512-ZrjAqce23lbv9KfkYOhElf1lTI+SysXmyGM0FV5u4+PBCKPkkEs4eaS3H8Uig0i4bUSu1QylrOOCskzYhZ6VyQ==",
|
|
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.135.0-linux-arm64",
|
|
74
|
+
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.135.0-linux-arm64.tgz",
|
|
75
|
+
"integrity": "sha512-dM+cv5ZL+BgIQzEIvMg9AxZ98n5lkKLgtp5zJLXWSrbCllbnUSqxYMUiWI5c1a1uBDUtkbY9fcGKXFLf+d+gyg==",
|
|
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.135.0-linux-x64",
|
|
91
|
+
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.135.0-linux-x64.tgz",
|
|
92
|
+
"integrity": "sha512-5EosY67yU28UJSnl/obdN2F1CDaimYbzm9SLR8dwwzkeBBnY6dHgAKJ2GTu9Nc8CmgmtVFBGzgPqehsIcueVvA==",
|
|
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.135.0-win32-arm64",
|
|
108
|
+
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.135.0-win32-arm64.tgz",
|
|
109
|
+
"integrity": "sha512-SAeR+CUv7KWwE6eTc2UFaFjo6FpHywYfDFKrK6FqLms1rq1NPju2SoX7rhM6UEew/lUx2mdZv/LDs11s/N/Qgg==",
|
|
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.135.0-win32-x64",
|
|
125
|
+
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.135.0-win32-x64.tgz",
|
|
126
|
+
"integrity": "sha512-uYwUBMbOfmVlCESJZmZsOG+cYwNFYvkMbQ+FB6C1u9RYz0m3mZeYNN0j+l1hRSyUgPMFJHzNpgNx1Usal5QZFQ==",
|
|
127
127
|
"cpu": [
|
|
128
128
|
"x64"
|
|
129
129
|
],
|
|
@@ -137,9 +137,9 @@
|
|
|
137
137
|
}
|
|
138
138
|
},
|
|
139
139
|
"node_modules/typebox": {
|
|
140
|
-
"version": "1.1.
|
|
141
|
-
"resolved": "https://registry.npmjs.org/typebox/-/typebox-1.1.
|
|
142
|
-
"integrity": "sha512-
|
|
140
|
+
"version": "1.1.39",
|
|
141
|
+
"resolved": "https://registry.npmjs.org/typebox/-/typebox-1.1.39.tgz",
|
|
142
|
+
"integrity": "sha512-vj0afVtOfLQvv0GR0VxVagYxsXN64btL7Z9XoaG0ZggH3mruMMkOO6hXdgMsjCY3shZgEvooAWVeznQVs5c43w==",
|
|
143
143
|
"license": "MIT"
|
|
144
144
|
},
|
|
145
145
|
"node_modules/ws": {
|
package/openclaw.plugin.json
CHANGED
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
},
|
|
115
115
|
"marketplaceName": {
|
|
116
116
|
"type": "string",
|
|
117
|
-
"enum": ["openai-curated"]
|
|
117
|
+
"enum": ["openai-curated", "openai-bundled", "openai-primary-runtime"]
|
|
118
118
|
},
|
|
119
119
|
"pluginName": {
|
|
120
120
|
"type": "string"
|
|
@@ -176,7 +176,8 @@
|
|
|
176
176
|
},
|
|
177
177
|
"postToolRawAssistantCompletionIdleTimeoutMs": {
|
|
178
178
|
"type": "number",
|
|
179
|
-
"minimum": 1
|
|
179
|
+
"minimum": 1,
|
|
180
|
+
"default": 300000
|
|
180
181
|
},
|
|
181
182
|
"approvalPolicy": {
|
|
182
183
|
"type": "string",
|
|
@@ -359,8 +360,8 @@
|
|
|
359
360
|
"advanced": true
|
|
360
361
|
},
|
|
361
362
|
"appServer.postToolRawAssistantCompletionIdleTimeoutMs": {
|
|
362
|
-
"label": "Post-Tool
|
|
363
|
-
"help": "Completion-idle guard after a tool handoff
|
|
363
|
+
"label": "Post-Tool Continuation Idle Timeout",
|
|
364
|
+
"help": "Completion-idle and progress guard after a tool handoff, native tool completion, or post-tool raw assistant progress while waiting for turn/completed. Defaults to 300000 ms when unset.",
|
|
364
365
|
"advanced": true
|
|
365
366
|
},
|
|
366
367
|
"appServer.approvalPolicy": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/codex",
|
|
3
|
-
"version": "2026.5.
|
|
3
|
+
"version": "2026.5.31-beta.1",
|
|
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.1.
|
|
11
|
+
"@openai/codex": "0.135.0",
|
|
12
|
+
"typebox": "1.1.39",
|
|
13
13
|
"ws": "8.21.0",
|
|
14
14
|
"zod": "4.4.3"
|
|
15
15
|
},
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"minHostVersion": ">=2026.5.1-beta.1"
|
|
27
27
|
},
|
|
28
28
|
"compat": {
|
|
29
|
-
"pluginApi": ">=2026.5.
|
|
29
|
+
"pluginApi": ">=2026.5.31-beta.1"
|
|
30
30
|
},
|
|
31
31
|
"build": {
|
|
32
|
-
"openclawVersion": "2026.5.
|
|
32
|
+
"openclawVersion": "2026.5.31-beta.1"
|
|
33
33
|
},
|
|
34
34
|
"release": {
|
|
35
35
|
"publishToClawHub": true,
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"npm-shrinkwrap.json"
|
|
47
47
|
],
|
|
48
48
|
"peerDependencies": {
|
|
49
|
-
"openclaw": ">=2026.5.
|
|
49
|
+
"openclaw": ">=2026.5.31-beta.1"
|
|
50
50
|
},
|
|
51
51
|
"peerDependenciesMeta": {
|
|
52
52
|
"openclaw": {
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
//#region extensions/codex/src/app-server/client-factory.ts
|
|
2
|
-
const defaultCodexAppServerClientFactory = (startOptions, authProfileId, agentDir, config) => import("./shared-client-Duh1bHaP.js").then((n) => n.s).then(({ getSharedCodexAppServerClient }) => getSharedCodexAppServerClient({
|
|
3
|
-
startOptions,
|
|
4
|
-
authProfileId,
|
|
5
|
-
agentDir,
|
|
6
|
-
config
|
|
7
|
-
}));
|
|
8
|
-
const defaultLeasedCodexAppServerClientFactory = (startOptions, authProfileId, agentDir, config) => import("./shared-client-Duh1bHaP.js").then((n) => n.s).then(({ getLeasedSharedCodexAppServerClient }) => getLeasedSharedCodexAppServerClient({
|
|
9
|
-
startOptions,
|
|
10
|
-
authProfileId,
|
|
11
|
-
agentDir,
|
|
12
|
-
config
|
|
13
|
-
}));
|
|
14
|
-
//#endregion
|
|
15
|
-
export { defaultLeasedCodexAppServerClientFactory as n, defaultCodexAppServerClientFactory as t };
|