openclaw-code-agent 4.6.0 → 4.7.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 +14 -13
- package/dist/index.js +195 -186
- package/openclaw.plugin.json +14 -13
- package/package.json +5 -5
package/openclaw.plugin.json
CHANGED
|
@@ -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": "4.
|
|
5
|
+
"version": "4.7.1",
|
|
6
6
|
"contracts": {
|
|
7
7
|
"tools": [
|
|
8
8
|
"agent_launch",
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"agent_pr",
|
|
20
20
|
"agent_worktree_cleanup",
|
|
21
21
|
"agent_worktree_status",
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
22
|
+
"agent_goal_launch",
|
|
23
|
+
"agent_goal_status",
|
|
24
|
+
"agent_goal_stop",
|
|
25
|
+
"agent_goal_edit"
|
|
26
26
|
]
|
|
27
27
|
},
|
|
28
28
|
"configContracts": {
|
|
@@ -55,10 +55,10 @@
|
|
|
55
55
|
"agent_sessions",
|
|
56
56
|
"agent_stats",
|
|
57
57
|
"agent_policy",
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
58
|
+
"agent_goal",
|
|
59
|
+
"agent_goal_status",
|
|
60
|
+
"agent_goal_stop",
|
|
61
|
+
"agent_goal_edit"
|
|
62
62
|
]
|
|
63
63
|
},
|
|
64
64
|
"setup": {
|
|
@@ -77,10 +77,11 @@
|
|
|
77
77
|
"description": "Per-harness launch defaults and model restrictions.",
|
|
78
78
|
"default": {
|
|
79
79
|
"codex": {
|
|
80
|
-
"defaultModel": "gpt-5.
|
|
80
|
+
"defaultModel": "gpt-5.6-sol",
|
|
81
81
|
"allowedModels": [
|
|
82
|
-
"gpt-5.
|
|
83
|
-
"gpt-5.
|
|
82
|
+
"gpt-5.6-sol",
|
|
83
|
+
"gpt-5.6-terra",
|
|
84
|
+
"gpt-5.6-luna"
|
|
84
85
|
],
|
|
85
86
|
"reasoningEffort": "medium",
|
|
86
87
|
"fastMode": false
|
|
@@ -246,7 +247,7 @@
|
|
|
246
247
|
},
|
|
247
248
|
"harnesses": {
|
|
248
249
|
"label": "Harness configuration",
|
|
249
|
-
"help": "Per-harness defaults and model restrictions. Set harnesses.codex.fastMode=true to send service_tier=\"fast\" on Codex App Server thread/resume/turn payloads for Codex sessions. OpenCode is experimental; leave harnesses.opencode.defaultModel unset to use OpenCode's provider default, or pass provider/model explicitly. Default: {\"codex\":{\"defaultModel\":\"gpt-5.
|
|
250
|
+
"help": "Per-harness defaults and model restrictions. Set harnesses.codex.fastMode=true to send service_tier=\"fast\" on Codex App Server thread/resume/turn payloads for Codex sessions. OpenCode is experimental; leave harnesses.opencode.defaultModel unset to use OpenCode's provider default, or pass provider/model explicitly. Default: {\"codex\":{\"defaultModel\":\"gpt-5.6-sol\",\"allowedModels\":[\"gpt-5.6-sol\",\"gpt-5.6-terra\",\"gpt-5.6-luna\"],\"reasoningEffort\":\"medium\",\"fastMode\":false},\"claude-code\":{\"defaultModel\":\"anthropic/claude-sonnet-4-7\",\"allowedModels\":[\"sonnet\",\"opus\"]},\"opencode\":{}}.",
|
|
250
251
|
"advanced": true
|
|
251
252
|
},
|
|
252
253
|
"maxSessions": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openclaw-code-agent",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.7.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"packageManager": "pnpm@10.30.0",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"smoke:codex-live": "OPENCLAW_RUN_LIVE_CODEX_SMOKE=1 node scripts/run-tests.mjs tests/live-codex-app-server-smoke.test.ts",
|
|
20
20
|
"proof:codex-doctor": "node --import tsx scripts/e2e/oca-codex-telegram-proof.ts doctor",
|
|
21
21
|
"proof:codex-local": "node --import tsx scripts/e2e/oca-codex-telegram-proof.ts local-smoke",
|
|
22
|
-
"proof:codex-telegram": "node
|
|
22
|
+
"proof:codex-telegram": "node scripts/e2e/run-oca-codex-telegram-proof.mjs",
|
|
23
23
|
"smoke:codex-release": "OPENCLAW_RUN_LIVE_CODEX_RELEASE_SMOKE=1 node scripts/run-tests.mjs tests/live-codex-app-server-smoke.test.ts",
|
|
24
24
|
"smoke:opencode-live": "OPENCLAW_RUN_LIVE_OPENCODE_SMOKE=1 node scripts/run-tests.mjs tests/live-opencode-server-smoke.test.ts",
|
|
25
25
|
"typecheck": "tsc -p tsconfig.typecheck.json --noEmit",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"minGatewayVersion": "2026.4.21"
|
|
41
41
|
},
|
|
42
42
|
"build": {
|
|
43
|
-
"openclawVersion": "2026.
|
|
44
|
-
"pluginSdkVersion": "2026.
|
|
43
|
+
"openclawVersion": "2026.7.1",
|
|
44
|
+
"pluginSdkVersion": "2026.7.1"
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
47
|
"files": [
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"@types/node": "^26.0.1",
|
|
59
59
|
"esbuild": "^0.28.1",
|
|
60
60
|
"nanoid": "^5.1.7",
|
|
61
|
-
"openclaw": "2026.
|
|
61
|
+
"openclaw": "2026.7.1",
|
|
62
62
|
"tsx": "^4.21.0",
|
|
63
63
|
"typescript": "^6.0.2"
|
|
64
64
|
},
|