openclaw-code-agent 4.3.2 → 4.3.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.
- package/README.md +1 -1
- package/dist/index.js +185 -182
- package/openclaw.plugin.json +1 -1
- package/package.json +5 -11
package/openclaw.plugin.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openclaw-code-agent",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"packageManager": "pnpm@10.30.0",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"minGatewayVersion": "2026.4.21"
|
|
35
35
|
},
|
|
36
36
|
"build": {
|
|
37
|
-
"openclawVersion": "2026.5.
|
|
38
|
-
"pluginSdkVersion": "2026.5.
|
|
37
|
+
"openclawVersion": "2026.5.28",
|
|
38
|
+
"pluginSdkVersion": "2026.5.28"
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
41
|
"files": [
|
|
@@ -49,11 +49,10 @@
|
|
|
49
49
|
"@anthropic-ai/claude-agent-sdk": "^0.3.142"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@sinclair/typebox": "^0.34.49",
|
|
53
52
|
"@types/node": "^25.5.2",
|
|
54
53
|
"esbuild": "^0.28.0",
|
|
55
54
|
"nanoid": "^5.1.7",
|
|
56
|
-
"openclaw": "2026.5.
|
|
55
|
+
"openclaw": "2026.5.28",
|
|
57
56
|
"tsx": "^4.21.0",
|
|
58
57
|
"typescript": "^6.0.2"
|
|
59
58
|
},
|
|
@@ -98,11 +97,7 @@
|
|
|
98
97
|
"pnpm": {
|
|
99
98
|
"onlyBuiltDependencies": [
|
|
100
99
|
"esbuild",
|
|
101
|
-
"
|
|
102
|
-
"protobufjs",
|
|
103
|
-
"sharp",
|
|
104
|
-
"@img/sharp-linux-x64",
|
|
105
|
-
"@img/sharp-linux-arm64"
|
|
100
|
+
"protobufjs"
|
|
106
101
|
],
|
|
107
102
|
"overrides": {
|
|
108
103
|
"basic-ftp": "5.3.1",
|
|
@@ -113,7 +108,6 @@
|
|
|
113
108
|
"@protobufjs/utf8@<1.1.1": "1.1.1",
|
|
114
109
|
"brace-expansion@>=4.0.0 <5.0.5": ">=5.0.5",
|
|
115
110
|
"path-to-regexp@>=8.0.0 <8.4.0": ">=8.4.0",
|
|
116
|
-
"fast-xml-parser@>=5.0.0 <5.7.0": ">=5.7.0",
|
|
117
111
|
"@anthropic-ai/sdk@<0.93.0": "0.93.0",
|
|
118
112
|
"ip-address@<10.1.1": "10.1.1",
|
|
119
113
|
"fast-uri@<=3.1.1": "3.1.2",
|