openclaw-code-agent 4.7.13 → 4.7.14

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.13",
3
+ "version": "4.7.14",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "openclaw-code-agent",
9
- "version": "4.7.13",
9
+ "version": "4.7.14",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@anthropic-ai/claude-agent-sdk": "0.3.251",
@@ -858,9 +858,9 @@
858
858
  "license": "ISC"
859
859
  },
860
860
  "node_modules/jose": {
861
- "version": "6.2.11",
862
- "resolved": "https://registry.npmjs.org/jose/-/jose-6.2.11.tgz",
863
- "integrity": "sha512-A5NPn7g8EAzGU3IzRs+Yiq8K5n3ypYS75M5+KKiVHdUexfpWK1kP4ZMq7QnTGDoMj6TJ1dtcEJjW60yZDXS4hg==",
861
+ "version": "6.2.12",
862
+ "resolved": "https://registry.npmjs.org/jose/-/jose-6.2.12.tgz",
863
+ "integrity": "sha512-9NiFmJEex0sy2Dk58j2UGBSHgUs2ypF9eZSu4L6vjOX3Dp96Sw1F3uL+H+D1sx02jZZdzUT0HgvCy59CuvXcWw==",
864
864
  "license": "MIT",
865
865
  "funding": {
866
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.13",
5
+ "version": "4.7.14",
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.13",
3
+ "version": "4.7.14",
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.9.1"
38
+ "minHostVersion": ">=2026.9.2"
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.9.1",
46
- "pluginSdkVersion": "2026.9.1"
45
+ "openclawVersion": "2026.9.2",
46
+ "pluginSdkVersion": "2026.9.2"
47
47
  }
48
48
  },
49
49
  "files": [
@@ -70,7 +70,7 @@
70
70
  "@types/node": "^26.0.1",
71
71
  "esbuild": "^0.28.1",
72
72
  "nanoid": "^6.0.0",
73
- "openclaw": "2026.9.1",
73
+ "openclaw": "2026.9.2",
74
74
  "tsx": "^4.21.0",
75
75
  "typescript": "^7.0.2"
76
76
  },