openclaw-code-agent 4.5.4 → 4.5.5

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.
@@ -2,7 +2,7 @@
2
2
  "id": "openclaw-code-agent",
3
3
  "name": "OpenClaw Code Agent",
4
4
  "description": "Multi-session coding-agent orchestration from OpenClaw chat",
5
- "version": "4.5.4",
5
+ "version": "4.5.5",
6
6
  "contracts": {
7
7
  "tools": [
8
8
  "agent_launch",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-code-agent",
3
- "version": "4.5.4",
3
+ "version": "4.5.5",
4
4
  "type": "module",
5
5
  "packageManager": "pnpm@10.30.0",
6
6
  "main": "dist/index.js",
@@ -36,8 +36,8 @@
36
36
  "minGatewayVersion": "2026.4.21"
37
37
  },
38
38
  "build": {
39
- "openclawVersion": "2026.6.9",
40
- "pluginSdkVersion": "2026.6.9"
39
+ "openclawVersion": "2026.6.10",
40
+ "pluginSdkVersion": "2026.6.10"
41
41
  }
42
42
  },
43
43
  "files": [
@@ -54,7 +54,7 @@
54
54
  "@types/node": "^25.5.2",
55
55
  "esbuild": "^0.28.1",
56
56
  "nanoid": "^5.1.7",
57
- "openclaw": "2026.6.9",
57
+ "openclaw": "2026.6.10",
58
58
  "tsx": "^4.21.0",
59
59
  "typescript": "^6.0.2"
60
60
  },
@@ -96,28 +96,5 @@
96
96
  "basic-ftp": "5.3.1",
97
97
  "fast-xml-builder@<1.1.7": "1.1.7",
98
98
  "ip-address@<10.1.1": "10.1.1"
99
- },
100
- "pnpm": {
101
- "onlyBuiltDependencies": [
102
- "esbuild",
103
- "protobufjs"
104
- ],
105
- "overrides": {
106
- "basic-ftp": "5.3.1",
107
- "axios@<1.15.0": ">=1.15.0",
108
- "fast-xml-builder@<1.1.7": "1.1.7",
109
- "follow-redirects@<1.16.0": "1.16.0",
110
- "protobufjs@>=7 <7.6.3": "7.6.3",
111
- "tar@<7.5.16": "7.5.16",
112
- "@protobufjs/utf8@<1.1.1": "1.1.1",
113
- "brace-expansion@>=4.0.0 <5.0.5": ">=5.0.5",
114
- "path-to-regexp@>=8.0.0 <8.4.0": ">=8.4.0",
115
- "@anthropic-ai/sdk@<0.93.0": "0.93.0",
116
- "ip-address@<10.1.1": "10.1.1",
117
- "fast-uri@<=3.1.1": "3.1.2",
118
- "qs@<6.15.2": "6.15.2",
119
- "hono@<4.12.25": "4.12.25",
120
- "undici@>=8.0.0 <8.5.0": "8.5.0"
121
- }
122
99
  }
123
100
  }