openclaw-code-agent 3.2.1 → 4.0.0

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": "3.2.1",
5
+ "version": "4.0.0",
6
6
  "activation": {
7
7
  "onCommands": [
8
8
  "agent",
@@ -32,15 +32,15 @@
32
32
  "description": "Per-harness launch defaults and model restrictions.",
33
33
  "default": {
34
34
  "codex": {
35
- "defaultModel": "gpt-5.4",
35
+ "defaultModel": "gpt-5.5",
36
36
  "allowedModels": [
37
- "gpt-5.4",
38
- "gpt-5.4-pro"
37
+ "gpt-5.5",
38
+ "gpt-5.5-pro"
39
39
  ],
40
40
  "reasoningEffort": "medium"
41
41
  },
42
42
  "claude-code": {
43
- "defaultModel": "sonnet",
43
+ "defaultModel": "anthropic/claude-sonnet-4-7",
44
44
  "allowedModels": [
45
45
  "sonnet",
46
46
  "opus"
@@ -190,7 +190,7 @@
190
190
  },
191
191
  "harnesses": {
192
192
  "label": "Harness configuration",
193
- "help": "Per-harness defaults and model restrictions. Default: {\"codex\":{\"defaultModel\":\"gpt-5.4\",\"allowedModels\":[\"gpt-5.4\",\"gpt-5.4-pro\"],\"reasoningEffort\":\"medium\"},\"claude-code\":{\"defaultModel\":\"sonnet\",\"allowedModels\":[\"sonnet\",\"opus\"]}}.",
193
+ "help": "Per-harness defaults and model restrictions. Default: {\"codex\":{\"defaultModel\":\"gpt-5.5\",\"allowedModels\":[\"gpt-5.5\",\"gpt-5.5-pro\"],\"reasoningEffort\":\"medium\"},\"claude-code\":{\"defaultModel\":\"anthropic/claude-sonnet-4-7\",\"allowedModels\":[\"sonnet\",\"opus\"]}}.",
194
194
  "advanced": true
195
195
  },
196
196
  "maxSessions": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-code-agent",
3
- "version": "3.2.1",
3
+ "version": "4.0.0",
4
4
  "type": "module",
5
5
  "packageManager": "pnpm@10.30.0",
6
6
  "main": "dist/index.js",
@@ -25,12 +25,12 @@
25
25
  "./dist/index.js"
26
26
  ],
27
27
  "compat": {
28
- "pluginApi": ">=2026.4.14",
29
- "minGatewayVersion": "2026.4.14"
28
+ "pluginApi": ">=2026.4.21",
29
+ "minGatewayVersion": "2026.4.21"
30
30
  },
31
31
  "build": {
32
- "openclawVersion": "2026.4.21",
33
- "pluginSdkVersion": "2026.4.21"
32
+ "openclawVersion": "2026.4.23",
33
+ "pluginSdkVersion": "2026.4.23"
34
34
  }
35
35
  },
36
36
  "files": [
@@ -49,7 +49,7 @@
49
49
  "@types/node": "^25.5.2",
50
50
  "esbuild": "^0.28.0",
51
51
  "nanoid": "^5.1.7",
52
- "openclaw": "2026.4.21",
52
+ "openclaw": "2026.4.23",
53
53
  "tsx": "^4.21.0",
54
54
  "typescript": "^6.0.2"
55
55
  },
@@ -84,7 +84,7 @@
84
84
  },
85
85
  "description": "An OpenClaw plugin that orchestrates coding agent sessions as managed background processes. Launch, monitor, and control coding agents (Claude Code, Codex, and more) directly from your AI gateway.",
86
86
  "peerDependencies": {
87
- "openclaw": ">=2026.4.14"
87
+ "openclaw": ">=2026.4.21"
88
88
  },
89
89
  "overrides": {
90
90
  "basic-ftp": "5.3.0"