openclaw-code-agent 3.2.0 → 3.2.1
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 +56 -14
- package/dist/index.js +141 -138
- package/openclaw.plugin.json +41 -22
- package/package.json +15 -9
- package/skills/code-agent-orchestration/SKILL.md +1 -0
package/openclaw.plugin.json
CHANGED
|
@@ -2,7 +2,23 @@
|
|
|
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.
|
|
5
|
+
"version": "3.2.1",
|
|
6
|
+
"activation": {
|
|
7
|
+
"onCommands": [
|
|
8
|
+
"agent",
|
|
9
|
+
"agent_kill",
|
|
10
|
+
"agent_output",
|
|
11
|
+
"agent_respond",
|
|
12
|
+
"agent_sessions",
|
|
13
|
+
"agent_stats",
|
|
14
|
+
"goal",
|
|
15
|
+
"goal_status",
|
|
16
|
+
"goal_stop"
|
|
17
|
+
]
|
|
18
|
+
},
|
|
19
|
+
"setup": {
|
|
20
|
+
"requiresRuntime": false
|
|
21
|
+
},
|
|
6
22
|
"configSchema": {
|
|
7
23
|
"type": "object",
|
|
8
24
|
"additionalProperties": false,
|
|
@@ -18,7 +34,8 @@
|
|
|
18
34
|
"codex": {
|
|
19
35
|
"defaultModel": "gpt-5.4",
|
|
20
36
|
"allowedModels": [
|
|
21
|
-
"gpt-5.4"
|
|
37
|
+
"gpt-5.4",
|
|
38
|
+
"gpt-5.4-pro"
|
|
22
39
|
],
|
|
23
40
|
"reasoningEffort": "medium"
|
|
24
41
|
},
|
|
@@ -131,6 +148,7 @@
|
|
|
131
148
|
},
|
|
132
149
|
"defaultHarness": {
|
|
133
150
|
"type": "string",
|
|
151
|
+
"enum": ["claude-code", "codex"],
|
|
134
152
|
"default": "claude-code",
|
|
135
153
|
"description": "Default agent harness when agent_launch omits the harness parameter."
|
|
136
154
|
},
|
|
@@ -156,14 +174,14 @@
|
|
|
156
174
|
"uiHints": {
|
|
157
175
|
"fallbackChannel": {
|
|
158
176
|
"label": "Fallback notification channel",
|
|
159
|
-
"help": "Default channel used when no workspace-specific agentChannels entry matches the session workdir. Prefer a fully routable channel string; bare providers are only weak fallbacks.",
|
|
160
|
-
"placeholder": "telegram|my-bot|123456789"
|
|
161
|
-
"sensitive": true
|
|
177
|
+
"help": "Optional but recommended. Default channel used when no workspace-specific agentChannels entry matches the session workdir. Prefer a fully routable channel string; bare providers are only weak fallbacks.",
|
|
178
|
+
"placeholder": "telegram|my-bot|123456789"
|
|
162
179
|
},
|
|
163
180
|
"agentChannels": {
|
|
164
181
|
"label": "Workspace notification channels",
|
|
165
182
|
"help": "Map absolute working-directory paths to notification channels so each workspace routes session updates to the right chat.",
|
|
166
|
-
"sensitive": true
|
|
183
|
+
"sensitive": true,
|
|
184
|
+
"advanced": true
|
|
167
185
|
},
|
|
168
186
|
"defaultWorkdir": {
|
|
169
187
|
"label": "Default working directory",
|
|
@@ -172,37 +190,38 @@
|
|
|
172
190
|
},
|
|
173
191
|
"harnesses": {
|
|
174
192
|
"label": "Harness configuration",
|
|
175
|
-
"help": "Per-harness defaults and model restrictions. Default: {\"codex\":{\"defaultModel\":\"gpt-5.4\",\"allowedModels\":[\"gpt-5.4\"],\"reasoningEffort\":\"medium\"},\"claude-code\":{\"defaultModel\":\"sonnet\",\"allowedModels\":[\"sonnet\",\"opus\"]}}."
|
|
176
|
-
|
|
177
|
-
"defaultModel": {
|
|
178
|
-
"label": "Legacy default model",
|
|
179
|
-
"help": "Deprecated. Mapped to harnesses[defaultHarness].defaultModel during migration.",
|
|
180
|
-
"placeholder": "sonnet"
|
|
181
|
-
},
|
|
182
|
-
"model": {
|
|
183
|
-
"label": "Legacy Codex model",
|
|
184
|
-
"help": "Deprecated. Use harnesses.codex.defaultModel instead.",
|
|
185
|
-
"placeholder": "gpt-5.3-codex"
|
|
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\"]}}.",
|
|
194
|
+
"advanced": true
|
|
186
195
|
},
|
|
187
196
|
"maxSessions": {
|
|
188
197
|
"label": "Maximum concurrent sessions",
|
|
189
|
-
"help": "Upper limit on concurrently running coding-agent sessions."
|
|
198
|
+
"help": "Upper limit on concurrently running coding-agent sessions.",
|
|
199
|
+
"advanced": true
|
|
190
200
|
},
|
|
191
201
|
"idleTimeoutMinutes": {
|
|
192
202
|
"label": "Idle timeout (minutes)",
|
|
193
|
-
"help": "Minutes a paused multi-turn session can remain idle before the plugin auto-kills it."
|
|
203
|
+
"help": "Minutes a paused multi-turn session can remain idle before the plugin auto-kills it.",
|
|
204
|
+
"advanced": true
|
|
205
|
+
},
|
|
206
|
+
"defaultHarness": {
|
|
207
|
+
"label": "Default harness",
|
|
208
|
+
"help": "Choose the harness you expect to use most often. Pick Codex only when the Codex command and local auth are ready on this machine.",
|
|
209
|
+
"placeholder": "claude-code"
|
|
194
210
|
},
|
|
195
211
|
"permissionMode": {
|
|
196
212
|
"label": "Default permission mode",
|
|
197
|
-
"help": "Default plugin orchestration mode used when new coding-agent sessions are launched. Use this for plan/default/bypass behavior; Codex execution stays fixed to 'never'."
|
|
213
|
+
"help": "Default plugin orchestration mode used when new coding-agent sessions are launched. Use this for plan/default/bypass behavior; Codex execution stays fixed to 'never'.",
|
|
214
|
+
"advanced": true
|
|
198
215
|
},
|
|
199
216
|
"planApproval": {
|
|
200
217
|
"label": "Plan approval policy",
|
|
201
|
-
"help": "Choose whether plans are always sent to the user with Approve/Revise/Reject buttons (`ask`, default), delegated to the orchestrator for full-plan review first, or auto-approved."
|
|
218
|
+
"help": "Choose whether plans are always sent to the user with Approve/Revise/Reject buttons (`ask`, default), delegated to the orchestrator for full-plan review first, or auto-approved.",
|
|
219
|
+
"advanced": true
|
|
202
220
|
},
|
|
203
221
|
"defaultWorktreeStrategy": {
|
|
204
222
|
"label": "Default worktree strategy",
|
|
205
|
-
"help": "Applies to all sessions that don't specify worktree_strategy explicitly. 'off' (default) disables worktrees globally. 'ask' creates a worktree and sends inline Merge locally / Create PR buttons on completion. 'delegate' wakes the orchestrator to decide autonomously. 'auto-merge' and 'auto-pr' are fully automated."
|
|
223
|
+
"help": "Applies to all sessions that don't specify worktree_strategy explicitly. 'off' (default) disables worktrees globally. 'ask' creates a worktree and sends inline Merge locally / Create PR buttons on completion. 'delegate' wakes the orchestrator to decide autonomously. 'auto-merge' and 'auto-pr' are fully automated.",
|
|
224
|
+
"advanced": true
|
|
206
225
|
}
|
|
207
226
|
},
|
|
208
227
|
"skills": [
|
package/package.json
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openclaw-code-agent",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.1",
|
|
4
4
|
"type": "module",
|
|
5
|
+
"packageManager": "pnpm@10.30.0",
|
|
5
6
|
"main": "dist/index.js",
|
|
6
7
|
"scripts": {
|
|
8
|
+
"audit:prod": "pnpm audit --prod",
|
|
7
9
|
"build": "esbuild index.ts --bundle --platform=node --target=node22 --format=esm --outfile=dist/index.js --minify --external:openclaw --external:openclaw/plugin-sdk --external:openclaw/plugin-sdk/* --external:@anthropic-ai/claude-agent-sdk",
|
|
10
|
+
"check-plugin-security": "node scripts/check-plugin-security.mjs",
|
|
8
11
|
"test": "node scripts/run-tests.mjs",
|
|
9
12
|
"test:serial": "node scripts/run-tests.mjs",
|
|
10
13
|
"test:file": "node scripts/run-tests.mjs",
|
|
@@ -22,12 +25,12 @@
|
|
|
22
25
|
"./dist/index.js"
|
|
23
26
|
],
|
|
24
27
|
"compat": {
|
|
25
|
-
"pluginApi": ">=2026.4.
|
|
26
|
-
"minGatewayVersion": "2026.4.
|
|
28
|
+
"pluginApi": ">=2026.4.14",
|
|
29
|
+
"minGatewayVersion": "2026.4.14"
|
|
27
30
|
},
|
|
28
31
|
"build": {
|
|
29
|
-
"openclawVersion": "2026.4.
|
|
30
|
-
"pluginSdkVersion": "2026.4.
|
|
32
|
+
"openclawVersion": "2026.4.21",
|
|
33
|
+
"pluginSdkVersion": "2026.4.21"
|
|
31
34
|
}
|
|
32
35
|
},
|
|
33
36
|
"files": [
|
|
@@ -46,7 +49,7 @@
|
|
|
46
49
|
"@types/node": "^25.5.2",
|
|
47
50
|
"esbuild": "^0.28.0",
|
|
48
51
|
"nanoid": "^5.1.7",
|
|
49
|
-
"openclaw": "2026.4.
|
|
52
|
+
"openclaw": "2026.4.21",
|
|
50
53
|
"tsx": "^4.21.0",
|
|
51
54
|
"typescript": "^6.0.2"
|
|
52
55
|
},
|
|
@@ -81,10 +84,10 @@
|
|
|
81
84
|
},
|
|
82
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.",
|
|
83
86
|
"peerDependencies": {
|
|
84
|
-
"openclaw": ">=2026.4.
|
|
87
|
+
"openclaw": ">=2026.4.14"
|
|
85
88
|
},
|
|
86
89
|
"overrides": {
|
|
87
|
-
"basic-ftp": "5.
|
|
90
|
+
"basic-ftp": "5.3.0"
|
|
88
91
|
},
|
|
89
92
|
"pnpm": {
|
|
90
93
|
"onlyBuiltDependencies": [
|
|
@@ -96,7 +99,10 @@
|
|
|
96
99
|
"@img/sharp-linux-arm64"
|
|
97
100
|
],
|
|
98
101
|
"overrides": {
|
|
99
|
-
"basic-ftp": "5.
|
|
102
|
+
"basic-ftp": "5.3.0",
|
|
103
|
+
"axios@<1.15.0": ">=1.15.0",
|
|
104
|
+
"follow-redirects@<1.16.0": "1.16.0",
|
|
105
|
+
"protobufjs@>=7 <7.5.5": "7.5.5",
|
|
100
106
|
"brace-expansion@>=4.0.0 <5.0.5": ">=5.0.5",
|
|
101
107
|
"path-to-regexp@>=8.0.0 <8.4.0": ">=8.4.0"
|
|
102
108
|
}
|
|
@@ -97,6 +97,7 @@ Completion ownership:
|
|
|
97
97
|
- Skip the summary only in narrow cases:
|
|
98
98
|
- no user-facing follow-up will be sent at all because the orchestrator is silently continuing an internal multi-phase pipeline
|
|
99
99
|
- the completion produced no meaningful outcome to report, or the reliable result data is still too incomplete to support even a short factual summary
|
|
100
|
+
- the session is a silent cron/system pipeline that already returned `NO_REPLY` or otherwise explicitly opted out of a user-facing follow-up summary
|
|
100
101
|
|
|
101
102
|
## Respond Rules
|
|
102
103
|
|