openclaw-code-agent 4.7.10 → 4.7.12

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.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "openclaw-code-agent",
3
- "version": "4.7.10",
3
+ "version": "4.7.12",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "openclaw-code-agent",
9
- "version": "4.7.10",
9
+ "version": "4.7.12",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@anthropic-ai/claude-agent-sdk": "0.3.251",
@@ -14,9 +14,10 @@
14
14
  "@hono/node-server": "2.1.1",
15
15
  "@modelcontextprotocol/sdk": "1.30.0",
16
16
  "express-rate-limit": "8.7.0",
17
- "fast-uri": "3.1.5",
17
+ "fast-uri": "3.1.6",
18
18
  "hono": "4.12.34",
19
- "ip-address": "10.5.0",
19
+ "ip-address": "10.7.0",
20
+ "qs": "6.16.0",
20
21
  "zod": "4.5.4"
21
22
  },
22
23
  "peerDependencies": {
@@ -639,9 +640,9 @@
639
640
  "license": "Unlicense"
640
641
  },
641
642
  "node_modules/fast-uri": {
642
- "version": "3.1.5",
643
- "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.5.tgz",
644
- "integrity": "sha512-gHwA1O9LDIcKunMKhObS/HimwtehO1nPUECKAu5TpKgaO19fcWEl4bliWe1jWxVFvIXztJjjQ4L8XQ1EU9f7Jw==",
643
+ "version": "3.1.6",
644
+ "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.6.tgz",
645
+ "integrity": "sha512-7Ical1vFEMr0onbVzEDIreM22I4khW+fzyQPwvAFWBp1iwdshSZRsL4jjRvPG9JP1uiqMHRto+YU6R2/CzDz5Q==",
645
646
  "funding": [
646
647
  {
647
648
  "type": "github",
@@ -827,9 +828,9 @@
827
828
  "license": "ISC"
828
829
  },
829
830
  "node_modules/ip-address": {
830
- "version": "10.5.0",
831
- "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.5.0.tgz",
832
- "integrity": "sha512-R5SnVLJmgYYvf2F2ZgwSBnelz5G4q5AxIC277GDfUaNbrZKNANcBC7RHqYYePlszf4kBolVkJauG0ZjHHFh55g==",
831
+ "version": "10.7.0",
832
+ "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.7.0.tgz",
833
+ "integrity": "sha512-BGFsyJd5mpXp3rK6jIdADLNgpJUK1jnjzvYF8lK+VyDab9JAmqN0YOKDdP17HlgKb2+ehPgDc8EtnRLbGCAMhA==",
833
834
  "license": "MIT",
834
835
  "engines": {
835
836
  "node": ">= 12"
@@ -857,9 +858,9 @@
857
858
  "license": "ISC"
858
859
  },
859
860
  "node_modules/jose": {
860
- "version": "6.2.10",
861
- "resolved": "https://registry.npmjs.org/jose/-/jose-6.2.10.tgz",
862
- "integrity": "sha512-iiW7J9qRFlGxvCOIBDBDxFePQSn7ZMAnrYGhrrOo6siO/MIqwfyilLR27pkfDgUk+raLuzADS8A3S/KLBisc0g==",
861
+ "version": "6.2.11",
862
+ "resolved": "https://registry.npmjs.org/jose/-/jose-6.2.11.tgz",
863
+ "integrity": "sha512-A5NPn7g8EAzGU3IzRs+Yiq8K5n3ypYS75M5+KKiVHdUexfpWK1kP4ZMq7QnTGDoMj6TJ1dtcEJjW60yZDXS4hg==",
863
864
  "license": "MIT",
864
865
  "funding": {
865
866
  "url": "https://github.com/sponsors/panva"
@@ -2,7 +2,7 @@
2
2
  "id": "openclaw-code-agent",
3
3
  "name": "Code Agent",
4
4
  "description": "Multi-session coding-agent orchestration from OpenClaw chat",
5
- "version": "4.7.10",
5
+ "version": "4.7.12",
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.7.10",
3
+ "version": "4.7.12",
4
4
  "type": "module",
5
5
  "packageManager": "pnpm@11.15.1",
6
6
  "main": "dist/index.js",
@@ -35,15 +35,15 @@
35
35
  "install": {
36
36
  "npmSpec": "openclaw-code-agent",
37
37
  "defaultChoice": "npm",
38
- "minHostVersion": ">=2026.8.2"
38
+ "minHostVersion": ">=2026.9.1"
39
39
  },
40
40
  "compat": {
41
41
  "pluginApi": ">=2026.8.1",
42
42
  "minGatewayVersion": "2026.8.1"
43
43
  },
44
44
  "build": {
45
- "openclawVersion": "2026.8.2",
46
- "pluginSdkVersion": "2026.8.2"
45
+ "openclawVersion": "2026.9.1",
46
+ "pluginSdkVersion": "2026.9.1"
47
47
  }
48
48
  },
49
49
  "files": [
@@ -60,16 +60,17 @@
60
60
  "@hono/node-server": "2.1.1",
61
61
  "@modelcontextprotocol/sdk": "1.30.0",
62
62
  "express-rate-limit": "8.7.0",
63
- "fast-uri": "3.1.5",
63
+ "fast-uri": "3.1.6",
64
64
  "hono": "4.12.34",
65
- "ip-address": "10.5.0",
65
+ "ip-address": "10.7.0",
66
+ "qs": "6.16.0",
66
67
  "zod": "4.5.4"
67
68
  },
68
69
  "devDependencies": {
69
70
  "@types/node": "^26.0.1",
70
71
  "esbuild": "^0.28.1",
71
72
  "nanoid": "^6.0.0",
72
- "openclaw": "2026.8.2",
73
+ "openclaw": "2026.9.1",
73
74
  "tsx": "^4.21.0",
74
75
  "typescript": "^7.0.2"
75
76
  },