@openclaw/codex 2026.5.31-beta.1 → 2026.5.31-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/README.md ADDED
@@ -0,0 +1,11 @@
1
+ # OpenClaw Codex
2
+
3
+ Official OpenClaw provider and harness plugin for OpenAI Codex app-server integration. It exposes the Codex-managed GPT model catalog and the Codex runtime surfaces used by OpenClaw agents.
4
+
5
+ Install from OpenClaw:
6
+
7
+ ```bash
8
+ openclaw plugin add @openclaw/codex
9
+ ```
10
+
11
+ Use this plugin when you want OpenClaw to run Codex-backed model turns, media understanding, and prompt overlays through the Codex app-server harness.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@openclaw/codex",
3
- "version": "2026.5.31-beta.1",
3
+ "version": "2026.5.31-beta.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@openclaw/codex",
9
- "version": "2026.5.31-beta.1",
9
+ "version": "2026.5.31-beta.2",
10
10
  "dependencies": {
11
11
  "@openai/codex": "0.135.0",
12
12
  "typebox": "1.1.39",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openclaw/codex",
3
- "version": "2026.5.31-beta.1",
3
+ "version": "2026.5.31-beta.2",
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",
@@ -26,10 +26,10 @@
26
26
  "minHostVersion": ">=2026.5.1-beta.1"
27
27
  },
28
28
  "compat": {
29
- "pluginApi": ">=2026.5.31-beta.1"
29
+ "pluginApi": ">=2026.5.31-beta.2"
30
30
  },
31
31
  "build": {
32
- "openclawVersion": "2026.5.31-beta.1"
32
+ "openclawVersion": "2026.5.31-beta.2"
33
33
  },
34
34
  "release": {
35
35
  "publishToClawHub": true,
@@ -43,10 +43,11 @@
43
43
  "files": [
44
44
  "dist/**",
45
45
  "openclaw.plugin.json",
46
- "npm-shrinkwrap.json"
46
+ "npm-shrinkwrap.json",
47
+ "README.md"
47
48
  ],
48
49
  "peerDependencies": {
49
- "openclaw": ">=2026.5.31-beta.1"
50
+ "openclaw": ">=2026.5.31-beta.2"
50
51
  },
51
52
  "peerDependenciesMeta": {
52
53
  "openclaw": {